Test Suites

91 passed, 165 total

Tests

8693 passed, 8976 total

Snapshots

1540 passed, 1823 total

{ "additionalResultsProcessors": [], "resultDir": "./jest-stare/", "resultHtml": "index.html", "resultJson": "jest-results.json" }
{ "numFailedTestSuites": 74, "numFailedTests": 283, "numPassedTestSuites": 91, "numPassedTests": 8693, "numPendingTestSuites": 0, "numPendingTests": 0, "numRuntimeErrorTestSuites": 0, "numTodoTests": 0, "numTotalTestSuites": 165, "numTotalTests": 8976, "openHandles": [], "snapshot": { "added": 0, "didUpdate": false, "failure": true, "filesAdded": 0, "filesRemoved": 0, "filesRemovedList": [], "filesUnmatched": 74, "filesUpdated": 0, "matched": 1540, "total": 1823, "unchecked": 38, "uncheckedKeysByFile": [ { "filePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/ternaries/jsfmt.spec.js", "keys": [ "binary.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1", "binary.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1", "binary.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1", "binary.js - {\"experimentalTernaries\":true} format 1", "func-call.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1", "func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1", "func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1", "func-call.js - {\"experimentalTernaries\":true} format 1", "indent.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1", "indent.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1", "indent.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1", "indent.js - {\"experimentalTernaries\":true} format 1", "indent-after-paren.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1", "indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1", "indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1", "indent-after-paren.js - {\"experimentalTernaries\":true} format 1", "nested.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1", "nested.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1", "nested.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1", "nested.js - {\"experimentalTernaries\":true} format 1", "nested-in-condition.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1", "nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1", "nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1", "nested-in-condition.js - {\"experimentalTernaries\":true} format 1", "parenthesis.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1", "parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1", "parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1", "parenthesis.js - {\"experimentalTernaries\":true} format 1", "test.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1", "test.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1", "test.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1", "test.js - {\"experimentalTernaries\":true} format 1" ] }, { "filePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/template-literals/jsfmt.spec.js", "keys": [ "css-prop.js format 1", "styled-components-with-expressions.js format 1", "styled-jsx.js format 1", "styled-jsx-with-expressions.js format 1" ] }, { "filePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/template/jsfmt.spec.js", "keys": [ "graphql.js format 1" ] }, { "filePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/last-argument-expansion/jsfmt.spec.js", "keys": [ "embed.js format 1" ] } ], "unmatched": 283, "updated": 0 }, "startTime": 1700272945670, "success": false, "testResults": [ { "failureMessage": "valid-await-using-binding-escaped.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-await-using-binding-escaped.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -7,9 +7,9 @@\n await using \\u0061b = c;\n }\n \n =====================================output=====================================\n async function f() {\n - await using ab = c;\n + await using \\u0061b = c;\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nvalid-await-using-comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-await-using-comments.js format 1`\n \n - Snapshot - 2\n + Received + 1\n \n @@ -19,18 +19,17 @@\n }\n \n =====================================output=====================================\n async function f() {\n {\n - /*0*/ await using /*1*/ /*2*/ b /*3*/ = /*4*/ f(); /*5*/\n + /*0*/ await using /*1*/ /*2*/ b /*3*/ = /*4*/ f() /*5*/;\n }\n {\n /*0*/ for (\n /*1*/ /*2*/ await using /*3*/ /*4*/ b /*5*/ =\n /*6*/ x /*7*/ /*8*/ /*9*/ /*10*/;\n ;\n -\n );\n }\n {\n /*0*/ for (/*1*/ /*2*/ await using /*3*/ /*4*/ b /*5*/ of /*6*/ x /*7*/ /*8*/);\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nvalid-module-block-top-level-await-using-binding.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-module-block-top-level-await-using-binding.js format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -6,10 +6,11 @@\n const m = module {\n await using foo = bar();\n }\n \n =====================================output=====================================\n - const m = module {\n + const m = module;\n + {\n await using foo = bar();\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nvalid-module-block-top-level-using-binding.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-module-block-top-level-using-binding.js format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -6,10 +6,11 @@\n module {\n using foo = bar();\n }\n \n =====================================output=====================================\n - module {\n + module;\n + {\n using foo = bar();\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nvalid-using-binding-escaped.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-using-binding-escaped.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,9 +5,9 @@\n =====================================input======================================\n { using \\u0061b = c; }\n \n =====================================output=====================================\n {\n - using ab = c;\n + using \\u0061b = c;\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 5, "numPassingTests": 265, "numPendingTests": 0, "perfStats": { "start": 1032.4675770000322, "end": 12412.183315000031, "runtime": 11380, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 101, "unchecked": 0, "unmatched": 5, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/explicit-resource-management/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "for-await-using-of-comments.js" ], "duration": 2.8395679999957792, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "for-await-using-of-comments.js" ], "duration": 71.99810700002126, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "for-await-using-of-comments.js" ], "duration": 304.7052079999703, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "for-await-using-of-comments.js" ], "duration": 17.28419400000712, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "for-await-using-of-comments.js" ], "duration": 2.9312299999874085, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "for-await-using-of-comments.js" ], "duration": 10.787513000017498, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "for-await-using-of-comments.js" ], "duration": 57.22684699995443, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "for-await-using-of-comments.js" ], "duration": 56.46506399998907, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "for-await-using-of-comments.js" ], "duration": 55.14180599997053, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "invalid-duplicate-using-bindings.js" ], "duration": 0.6487870000419207, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "invalid-duplicate-using-bindings.js" ], "duration": 5.148740999982692, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "invalid-duplicate-using-bindings.js" ], "duration": 4.278879999998026, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "invalid-duplicate-using-bindings.js" ], "duration": 1.8247339999652468, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "invalid-duplicate-using-bindings.js" ], "duration": 1.3289330000407062, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "invalid-duplicate-using-bindings.js" ], "duration": 1.4847660000086762, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "invalid-duplicate-using-bindings.js" ], "duration": 53.85891399998218, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "invalid-duplicate-using-bindings.js" ], "duration": 55.214347000001, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "invalid-duplicate-using-bindings.js" ], "duration": 56.8214689999586, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "invalid-script-top-level-using-binding.js" ], "duration": 0.5363970000180416, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "invalid-script-top-level-using-binding.js" ], "duration": 2.040478999959305, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "invalid-script-top-level-using-binding.js" ], "duration": 54.09755599999335, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "invalid-script-top-level-using-binding.js" ], "duration": 1.3822130000335164, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "invalid-script-top-level-using-binding.js" ], "duration": 1.1075389999896288, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "invalid-script-top-level-using-binding.js" ], "duration": 0.9767329999594949, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "invalid-script-top-level-using-binding.js" ], "duration": 52.30191099998774, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "invalid-script-top-level-using-binding.js" ], "duration": 53.10347700002603, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "invalid-script-top-level-using-binding.js" ], "duration": 53.11804100003792, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "using-declarations.js" ], "duration": 0.5041859999764711, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "using-declarations.js" ], "duration": 6.630951999977697, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "using-declarations.js" ], "duration": 2.7579360000090674, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "using-declarations.js" ], "duration": 1.4685759999556467, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "using-declarations.js" ], "duration": 1.5037719999672845, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "using-declarations.js" ], "duration": 1.0963369999662973, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "using-declarations.js" ], "duration": 55.1506240000017, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "using-declarations.js" ], "duration": 54.57602199999383, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "using-declarations.js" ], "duration": 55.64751300000353, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-await-expr-using-in.js" ], "duration": 0.4158199999947101, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-await-expr-using-in.js" ], "duration": 55.56486800004495, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-await-expr-using-in.js" ], "duration": 55.01940699998522, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-await-expr-using-in.js" ], "duration": 53.4957750000176, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-await-expr-using-in.js" ], "duration": 53.3425270000007, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-await-expr-using-in.js" ], "duration": 52.84087900002487, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-await-expr-using-in.js" ], "duration": 53.360679000034, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-await-expr-using-in.js" ], "duration": 53.04028999997536, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-await-expr-using-in.js" ], "duration": 53.81791300000623, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-await-expr-using-instanceof.js" ], "duration": 0.47992100002011284, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-await-expr-using-instanceof.js" ], "duration": 54.242428999976255, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-await-expr-using-instanceof.js" ], "duration": 53.824655000003986, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-await-expr-using-instanceof.js" ], "duration": 54.994441999995615, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-await-expr-using-instanceof.js" ], "duration": 56.30901399999857, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-await-expr-using-instanceof.js" ], "duration": 53.251156000013, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-await-expr-using-instanceof.js" ], "duration": 53.168263000028674, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-await-expr-using-instanceof.js" ], "duration": 53.296721999999136, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-await-expr-using-instanceof.js" ], "duration": 52.992430999991484, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-await-expr-using.js" ], "duration": 0.4392939999816008, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-await-expr-using.js" ], "duration": 57.419097000034526, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-await-expr-using.js" ], "duration": 56.76520799996797, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-await-expr-using.js" ], "duration": 54.501545000006445, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-await-expr-using.js" ], "duration": 55.11460199998692, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-await-expr-using.js" ], "duration": 54.5774059999967, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-await-expr-using.js" ], "duration": 55.778504999994766, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-await-expr-using.js" ], "duration": 54.97459300002083, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-await-expr-using.js" ], "duration": 54.15523600002052, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-await-using-asi-assignment.js" ], "duration": 0.42566899996018037, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-await-using-asi-assignment.js" ], "duration": 53.814102999982424, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-await-using-asi-assignment.js" ], "duration": 54.94114800001262, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-await-using-asi-assignment.js" ], "duration": 53.835103999997955, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-await-using-asi-assignment.js" ], "duration": 52.60138199996436, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-await-using-asi-assignment.js" ], "duration": 52.96649399999296, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-await-using-asi-assignment.js" ], "duration": 52.972414000018034, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-await-using-asi-assignment.js" ], "duration": 53.75320799998008, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-await-using-asi-assignment.js" ], "duration": 54.110589000047185, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-await-using-binding-basic.js" ], "duration": 0.41703199996845797, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-await-using-binding-basic.js" ], "duration": 2.447172000014689, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-await-using-binding-basic.js" ], "duration": 53.54997100000037, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-await-using-binding-basic.js" ], "duration": 1.3798190000234172, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-await-using-binding-basic.js" ], "duration": 0.9880739999935031, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-await-using-binding-basic.js" ], "duration": 0.8138770000077784, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-await-using-binding-basic.js" ], "duration": 52.625427999999374, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-await-using-binding-basic.js" ], "duration": 53.707511999993585, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-await-using-binding-basic.js" ], "duration": 53.12247599998955, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-await-using-binding-escaped.js" ], "duration": 2.9479109999956563, "failureMessages": [ "valid-await-using-binding-escaped.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-await-using-binding-escaped.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -7,9 +7,9 @@\n await using \\u0061b = c;\n }\n \n =====================================output=====================================\n async function f() {\n - await using ab = c;\n + await using \\u0061b = c;\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "valid-await-using-binding-escaped.js" ], "duration": 3.3491249999497086, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-await-using-binding-escaped.js" ], "duration": 57.40878599998541, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-await-using-binding-escaped.js" ], "duration": 1.5787730000447482, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-await-using-binding-escaped.js" ], "duration": 0.9877330000163056, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-await-using-binding-escaped.js" ], "duration": 1.062893999973312, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-await-using-binding-escaped.js" ], "duration": 53.211370999983046, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-await-using-binding-escaped.js" ], "duration": 53.63013599999249, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-await-using-binding-escaped.js" ], "duration": 53.14689899998484, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-await-using-binding-non-bmp.js" ], "duration": 0.41643099999055266, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-await-using-binding-non-bmp.js" ], "duration": 4.041815000004135, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-await-using-binding-non-bmp.js" ], "duration": 55.242021000012755, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-await-using-binding-non-bmp.js" ], "duration": 1.9758480000309646, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-await-using-binding-non-bmp.js" ], "duration": 0.9923319999943487, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-await-using-binding-non-bmp.js" ], "duration": 0.795523000007961, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-await-using-binding-non-bmp.js" ], "duration": 54.724888000055216, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-await-using-binding-non-bmp.js" ], "duration": 53.533858000009786, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-await-using-binding-non-bmp.js" ], "duration": 53.90687499998603, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-await-using-binding-using.js" ], "duration": 0.5556119999964722, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-await-using-binding-using.js" ], "duration": 2.4686729999957606, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-await-using-binding-using.js" ], "duration": 54.194384999980684, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-await-using-binding-using.js" ], "duration": 1.299468999961391, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-await-using-binding-using.js" ], "duration": 0.9713519999640994, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-await-using-binding-using.js" ], "duration": 0.7884789999807253, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-await-using-binding-using.js" ], "duration": 56.845098999969196, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-await-using-binding-using.js" ], "duration": 54.10277999995742, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-await-using-binding-using.js" ], "duration": 52.97346299997298, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-await-using-comments.js" ], "duration": 1.1642839999985881, "failureMessages": [ "valid-await-using-comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-await-using-comments.js format 1`\n \n - Snapshot - 2\n + Received + 1\n \n @@ -19,18 +19,17 @@\n }\n \n =====================================output=====================================\n async function f() {\n {\n - /*0*/ await using /*1*/ /*2*/ b /*3*/ = /*4*/ f(); /*5*/\n + /*0*/ await using /*1*/ /*2*/ b /*3*/ = /*4*/ f() /*5*/;\n }\n {\n /*0*/ for (\n /*1*/ /*2*/ await using /*3*/ /*4*/ b /*5*/ =\n /*6*/ x /*7*/ /*8*/ /*9*/ /*10*/;\n ;\n -\n );\n }\n {\n /*0*/ for (/*1*/ /*2*/ await using /*3*/ /*4*/ b /*5*/ of /*6*/ x /*7*/ /*8*/);\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "valid-await-using-comments.js" ], "duration": 4.902057999977842, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-await-using-comments.js" ], "duration": 1.9023189999861643, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-await-using-comments.js" ], "duration": 1.0461229999782518, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-await-using-comments.js" ], "duration": 1.033560000010766, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-await-using-comments.js" ], "duration": 0.8084669999661855, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-await-using-comments.js" ], "duration": 59.079885000013746, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-await-using-comments.js" ], "duration": 55.87895300000673, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-await-using-comments.js" ], "duration": 56.00824100000318, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-for-await-using-binding-escaped-of-of.js" ], "duration": 0.42025899997679517, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-for-await-using-binding-escaped-of-of.js" ], "duration": 53.821557999996, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-for-await-using-binding-escaped-of-of.js" ], "duration": 54.23016600002302, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-for-await-using-binding-escaped-of-of.js" ], "duration": 52.933599000039976, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-for-await-using-binding-escaped-of-of.js" ], "duration": 53.24324300000444, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-for-await-using-binding-escaped-of-of.js" ], "duration": 52.90016699995613, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-for-await-using-binding-escaped-of-of.js" ], "duration": 53.03359599999385, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-for-await-using-binding-escaped-of-of.js" ], "duration": 52.5038399999612, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-for-await-using-binding-escaped-of-of.js" ], "duration": 53.05875399999786, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-for-using-binding-escaped-of-of.js" ], "duration": 0.407154000014998, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-for-using-binding-escaped-of-of.js" ], "duration": 52.70415000000503, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-for-using-binding-escaped-of-of.js" ], "duration": 53.326656999997795, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-for-using-binding-escaped-of-of.js" ], "duration": 52.78686300001573, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-for-using-binding-escaped-of-of.js" ], "duration": 53.00578500004485, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-for-using-binding-escaped-of-of.js" ], "duration": 52.979366999992635, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-for-using-binding-escaped-of-of.js" ], "duration": 52.98002600000473, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-for-using-binding-escaped-of-of.js" ], "duration": 52.84445600002073, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-for-using-binding-escaped-of-of.js" ], "duration": 53.38170500000706, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-for-using-binding-of-of.js" ], "duration": 0.40774499997496605, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-for-using-binding-of-of.js" ], "duration": 2.940798999974504, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-for-using-binding-of-of.js" ], "duration": 2.65958999999566, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-for-using-binding-of-of.js" ], "duration": 1.1107039999915287, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-for-using-binding-of-of.js" ], "duration": 0.8919539999915287, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-for-using-binding-of-of.js" ], "duration": 0.7319640000350773, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-for-using-binding-of-of.js" ], "duration": 53.38253699999768, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-for-using-binding-of-of.js" ], "duration": 53.55173599999398, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-for-using-binding-of-of.js" ], "duration": 53.28519900003448, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-for-using-declaration.js" ], "duration": 0.4220119999954477, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-for-using-declaration.js" ], "duration": 2.272484000015538, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-for-using-declaration.js" ], "duration": 1.5702159999636933, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-for-using-declaration.js" ], "duration": 1.137604999996256, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-for-using-declaration.js" ], "duration": 0.871655999973882, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-for-using-declaration.js" ], "duration": 0.732875999994576, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-for-using-declaration.js" ], "duration": 52.99898500001291, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-for-using-declaration.js" ], "duration": 53.72549499996239, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-for-using-declaration.js" ], "duration": 53.918789999966975, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-module-block-top-level-await-using-binding.js" ], "duration": 0.7786009999690577, "failureMessages": [ "valid-module-block-top-level-await-using-binding.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-module-block-top-level-await-using-binding.js format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -6,10 +6,11 @@\n const m = module {\n await using foo = bar();\n }\n \n =====================================output=====================================\n - const m = module {\n + const m = module;\n + {\n await using foo = bar();\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "valid-module-block-top-level-await-using-binding.js" ], "duration": 2.5181660000234842, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-module-block-top-level-await-using-binding.js" ], "duration": 1.6231560000451282, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-module-block-top-level-await-using-binding.js" ], "duration": 1.0914680000278167, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-module-block-top-level-await-using-binding.js" ], "duration": 0.7834300000104122, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-module-block-top-level-await-using-binding.js" ], "duration": 0.9349650000222027, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-module-block-top-level-await-using-binding.js" ], "duration": 53.46675699995831, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-module-block-top-level-await-using-binding.js" ], "duration": 53.24836999998661, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-module-block-top-level-await-using-binding.js" ], "duration": 54.3650229999912, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-module-block-top-level-using-binding.js" ], "duration": 0.6109470000374131, "failureMessages": [ "valid-module-block-top-level-using-binding.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-module-block-top-level-using-binding.js format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -6,10 +6,11 @@\n module {\n using foo = bar();\n }\n \n =====================================output=====================================\n - module {\n + module;\n + {\n using foo = bar();\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "valid-module-block-top-level-using-binding.js" ], "duration": 1.7830659999744967, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-module-block-top-level-using-binding.js" ], "duration": 1.2741709999972954, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-module-block-top-level-using-binding.js" ], "duration": 0.9796389999683015, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-module-block-top-level-using-binding.js" ], "duration": 0.723628000007011, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-module-block-top-level-using-binding.js" ], "duration": 0.681659999943804, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-module-block-top-level-using-binding.js" ], "duration": 53.563045000017155, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-module-block-top-level-using-binding.js" ], "duration": 53.12109499995131, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-module-block-top-level-using-binding.js" ], "duration": 54.92681500001345, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-using-as-identifier-computed-member.js" ], "duration": 0.4459470000001602, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-using-as-identifier-computed-member.js" ], "duration": 54.92161499999929, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-using-as-identifier-computed-member.js" ], "duration": 55.2998769999831, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-using-as-identifier-computed-member.js" ], "duration": 54.299448999983724, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-using-as-identifier-computed-member.js" ], "duration": 53.896100000012666, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-using-as-identifier-computed-member.js" ], "duration": 54.15751499996986, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-using-as-identifier-computed-member.js" ], "duration": 53.6503500000108, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-using-as-identifier-computed-member.js" ], "duration": 54.375554999976885, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-using-as-identifier-computed-member.js" ], "duration": 54.06582399999024, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-using-as-identifier-expression-statement.js" ], "duration": 0.433333000051789, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-using-as-identifier-expression-statement.js" ], "duration": 54.23593800002709, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-using-as-identifier-expression-statement.js" ], "duration": 59.18110799998976, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-using-as-identifier-expression-statement.js" ], "duration": 53.82538700004807, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-using-as-identifier-expression-statement.js" ], "duration": 53.7268069999991, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-using-as-identifier-expression-statement.js" ], "duration": 53.53030900005251, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-using-as-identifier-expression-statement.js" ], "duration": 53.71335200004978, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-using-as-identifier-expression-statement.js" ], "duration": 53.652628000010736, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-using-as-identifier-expression-statement.js" ], "duration": 54.105469000001904, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-await-of.js" ], "duration": 0.4974040000233799, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-await-of.js" ], "duration": 1.912838999996893, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-await-of.js" ], "duration": 53.855412999982946, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-await-of.js" ], "duration": 53.579075999965426, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-await-of.js" ], "duration": 53.41361899999902, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-await-of.js" ], "duration": 54.69808699999703, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-await-of.js" ], "duration": 54.14871099998709, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-await-of.js" ], "duration": 54.199709000007715, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-await-of.js" ], "duration": 55.85560299997451, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-in.js" ], "duration": 0.4155400000163354, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-in.js" ], "duration": 55.58499499998288, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-in.js" ], "duration": 54.72371100005694, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-in.js" ], "duration": 53.89971399999922, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-in.js" ], "duration": 54.153364999976475, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-in.js" ], "duration": 53.704624000005424, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-in.js" ], "duration": 54.38004499999806, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-in.js" ], "duration": 54.886040000012144, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-in.js" ], "duration": 54.66797499998938, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-init.js" ], "duration": 0.41743400000268593, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-init.js" ], "duration": 54.30729700002121, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-init.js" ], "duration": 54.46965899999486, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-init.js" ], "duration": 53.43891700002132, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-init.js" ], "duration": 53.500964000006206, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-init.js" ], "duration": 54.2723330000299, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-init.js" ], "duration": 53.302181000006385, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-init.js" ], "duration": 53.572016999998596, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-init.js" ], "duration": 53.961106000002474, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-of.js" ], "duration": 0.4313090000068769, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-of.js" ], "duration": 56.49592399998801, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-of.js" ], "duration": 54.627092999988236, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-of.js" ], "duration": 54.3533639999805, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-of.js" ], "duration": 54.19768099999055, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-of.js" ], "duration": 53.314696999965236, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-of.js" ], "duration": 54.46286599995801, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-of.js" ], "duration": 54.78146299999207, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-of.js" ], "duration": 54.26667300000554, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-using-as-identifier-in.js" ], "duration": 0.4485920000006445, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-using-as-identifier-in.js" ], "duration": 53.70463299995754, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-using-as-identifier-in.js" ], "duration": 53.95828200003598, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-using-as-identifier-in.js" ], "duration": 54.00544999999693, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-using-as-identifier-in.js" ], "duration": 53.742426999961026, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-using-as-identifier-in.js" ], "duration": 53.81341000000248, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-using-as-identifier-in.js" ], "duration": 53.68767100002151, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-using-as-identifier-in.js" ], "duration": 54.16872899996815, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-using-as-identifier-in.js" ], "duration": 53.58115099999122, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-using-binding-basic.js" ], "duration": 0.41544900002190843, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-using-binding-basic.js" ], "duration": 1.7389529999927618, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-using-binding-basic.js" ], "duration": 53.44246699998621, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-using-binding-basic.js" ], "duration": 1.2201890000142157, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-using-binding-basic.js" ], "duration": 0.8417099999496713, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-using-binding-basic.js" ], "duration": 0.9175520000280812, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-using-binding-basic.js" ], "duration": 55.11719399999129, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-using-binding-basic.js" ], "duration": 53.94132899999386, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-using-binding-basic.js" ], "duration": 53.382423000002746, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-using-binding-escaped.js" ], "duration": 0.7429539999575354, "failureMessages": [ "valid-using-binding-escaped.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-using-binding-escaped.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,9 +5,9 @@\n =====================================input======================================\n { using \\u0061b = c; }\n \n =====================================output=====================================\n {\n - using ab = c;\n + using \\u0061b = c;\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "valid-using-binding-escaped.js" ], "duration": 1.5166249999892898, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-using-binding-escaped.js" ], "duration": 54.087747999990825, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-using-binding-escaped.js" ], "duration": 1.2993780000251718, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-using-binding-escaped.js" ], "duration": 0.8325919999624602, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-using-binding-escaped.js" ], "duration": 0.8454660000279546, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-using-binding-escaped.js" ], "duration": 54.44218000001274, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-using-binding-escaped.js" ], "duration": 53.44611800002167, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-using-binding-escaped.js" ], "duration": 54.354147999954876, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-using-binding-non-bmp.js" ], "duration": 0.42433599999640137, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-using-binding-non-bmp.js" ], "duration": 1.5784110000240617, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-using-binding-non-bmp.js" ], "duration": 54.02465600002324, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-using-binding-non-bmp.js" ], "duration": 1.2141590000246651, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-using-binding-non-bmp.js" ], "duration": 0.7939600000390783, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-using-binding-non-bmp.js" ], "duration": 0.7309619999723509, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-using-binding-non-bmp.js" ], "duration": 53.64075300004333, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-using-binding-non-bmp.js" ], "duration": 54.141195000032894, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-using-binding-non-bmp.js" ], "duration": 54.05472799995914, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-using-binding-using.js" ], "duration": 0.41476800001692027, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-using-binding-using.js" ], "duration": 2.0856739999726415, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-using-binding-using.js" ], "duration": 54.23706499999389, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-using-binding-using.js" ], "duration": 1.1982190000126138, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-using-binding-using.js" ], "duration": 0.76403299998492, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-using-binding-using.js" ], "duration": 0.7046720000216737, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-using-binding-using.js" ], "duration": 54.29989300004672, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-using-binding-using.js" ], "duration": 54.05861399997957, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-using-binding-using.js" ], "duration": 54.12134299997706, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "async-do-expressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `async-do-expressions.js format 1`\n \n - Snapshot - 3\n + Received + 2\n \n @@ -4,10 +4,9 @@\n | printWidth\n =====================================input======================================\n async do { await requestAPI().json() };\n \n =====================================output=====================================\n - (async do {\n - await requestAPI().json();\n - });\n + async;\n + do { await requestAPI().json() };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ndecimal.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `decimal.js format 1`\n \n - Snapshot - 16\n + Received + 29\n \n @@ -31,30 +31,43 @@\n \n \n =====================================output=====================================\n // https://github.com/babel/babel/pull/11640\n \n - 100m;\n - 9223372036854775807m;\n - 0m;\n - 3.1415926535897932m;\n - 100.0m;\n - 0.1m;\n - ({ 0m: 0, 0.1m() {}, get 0.2m() {}, set 3m(_) {}, async 4m() {}, *0.5m() {} });\n - 1m;\n - 100m;\n - 9223372036854775807m;\n - 100m;\n + 100m\n + 9223372036854775807m\n + 0.m\n + 3.1415926535897932m\n + 100.000m\n + .1m\n + ({ 0m: 0, .1m() {}, get\n + 0.2m()\n + {\n + }\n + , set 3m(_)\n + {\n + }\n + , async 4m()\n + {\n + }\n + , *.5m()\n + {\n + }\n + })\n + 1.m\n + 100m\n + 9223372036854775807m\n + 100.m\n \n // Invalid decimal\n - 2e9m;\n - 016432m;\n - 089m;\n + 2e9m\n + 016432m\n + 089m\n \n // https://github.com/tc39/proposal-decimal\n - 0.1m + 0.2m === 0.3m;\n - 2.0m;\n + .1m + .2m === .3m\n + 2.00m\n -0m;\n typeof 1m === \"bigdecimal\";\n typeof 1m === \"decimal128\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ndeferred-import-evaluation.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `deferred-import-evaluation.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -4,8 +4,9 @@\n | printWidth\n =====================================input======================================\n import defer * as ns from \"x\";\n \n =====================================output=====================================\n - import defer * as ns from \"x\";\n + import defer\n + * as ns from \"x\"\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ndo-expressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `do-expressions.js format 1`\n \n - Snapshot - 4\n + Received + 5\n \n @@ -16,15 +16,16 @@\n let a = x > 10 ? 'big' : 'small';\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-do-expressions\n \n - let a = do {\n - if (x > 10) {\n - (\"big\");\n + let a =\n + do {\n + if(x > 10) {\n + 'big';\n } else {\n - (\"small\");\n + 'small';\n }\n };\n // is equivalent to:\n let a = x > 10 ? \"big\" : \"small\";\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nexport-default-from.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `export-default-from.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -9,8 +9,11 @@\n export v from 'mod';\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-export-default-from\n \n - export v from \"mod\";\n + export\n + v;\n + from;\n + (\"mod\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunction-bind.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-bind.js format 1`\n \n - Snapshot - 8\n + Received + 10\n \n @@ -22,21 +22,23 @@\n obj.func.call(obj, val)\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-function-bind\n \n - obj::func;\n + obj:\n + :func\n // is equivalent to:\n - func.bind(obj)::obj.func;\n + func.bind(obj)\n +\n + ::obj.func\n // is equivalent to:\n - obj.func.bind(obj);\n + obj.func.bind(obj)\n \n - obj::func(val);\n + obj::func(val)\n // is equivalent to:\n - func\n - .call(obj, val)\n + func.call(obj, val)\n \n - ::obj.func(val);\n + ::obj.func(val)\n // is equivalent to:\n - obj.func.call(obj, val);\n + obj.func.call(obj, val)\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nimport-reflection.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-reflection.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -4,8 +4,11 @@\n | printWidth\n =====================================input======================================\n import module foo from \"./module.wasm\";\n \n =====================================output=====================================\n - import module foo from \"./module.wasm\";\n + import module\n + foo;\n + from;\n + (\"./module.wasm\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmodule-blocks.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-blocks.js format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -7,11 +7,12 @@\n export let m = 2;\n export let n = 3;\n };\n \n =====================================output=====================================\n - let m = module {\n + let m = module;\n + {\n export let m = 2;\n export let n = 3;\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\npartial-application.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `partial-application.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -36,11 +36,13 @@\n addOne(2); // 3\n \n const addTen = add(?, 10); // apply from the right\n addTen(2); // 12\n \n - let newScore = player.score |> add(7, ?) |> clamp(0, 100, ?); // shallow stack, the pipe to `clamp` is the same frame as the pipe to `add`.\n + let newScore = player.score\n + |> add(7, ?)\n + |> clamp(0, 100, ?); // shallow stack, the pipe to `clamp` is the same frame as the pipe to `add`.\n \n f(x, ?); // partial application from left\n f(?, x); // partial application from right\n f(?, x, ?); // partial application for any arg\n o.f(x, ?); // partial application from left\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\npipeline-operator-fsharp.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `pipeline-operator-fsharp.js format 1`\n \n - Snapshot - 8\n + Received + 15\n \n @@ -42,29 +42,36 @@\n // https://babeljs.io/docs/en/babel-plugin-proposal-pipeline-operator\n // https://github.com/valtech-nyc/proposal-fsharp-pipelines\n \n promise\n |> await\n - |> (x) => doubleSay(x, \", \")\n + |> x\n + => doubleSay(x, ', ')\n |> capitalize\n - |> (x) => x + \"!\"\n - |> (x) => new User.Message(x)\n - |> (x) => stream.write(x)\n + |> x => x + '!'\n + |> x => new User.Message(x)\n + |> x => stream.write(x)\n |> await\n - |> console.log;\n + |> console.log\n \n const result = exclaim(capitalize(doubleSay(\"hello\")));\n result; //=> \"Hello, hello!\"\n \n - const result = \"hello\" |> doubleSay |> capitalize |> exclaim;\n + const result = \"hello\"\n + |> doubleSay\n + |> capitalize\n + |> exclaim;\n \n result; //=> \"Hello, hello!\"\n \n const person = { score: 25 };\n \n - const newScore =\n - person.score |> double |> (n) => add(7, n) |> (n) => boundScore(0, 100, n);\n + const newScore = person.score\n + |> double\n + |> n\n + => add(7, n)\n + |> n => boundScore(0, 100, n)\n \n newScore; //=> 57\n \n // As opposed to:\n let newScore = boundScore(0, 100, add(7, double(person.score)));\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\npipeline-operator-hack.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `pipeline-operator-hack.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -14,10 +14,12 @@\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-pipeline-operator\n // https://github.com/js-choi/proposal-hack-pipes\n \n - return list |> take(prefix.length, %) |> equals(%, prefix);\n + return list\n + |> take(prefix.length, %)\n + |> equals(%, prefix);\n \n // (The % token isn't final; it might instead be @ or ? or #.)\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\npipeline-operator-minimal.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `pipeline-operator-minimal.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -21,10 +21,13 @@\n // https://github.com/tc39/proposal-pipeline-operator/\n \n let result = exclaim(capitalize(doubleSay(\"hello\")));\n result; //=> \"Hello, hello!\"\n \n - let result = \"hello\" |> doubleSay |> capitalize |> exclaim;\n + let result = \"hello\"\n + |> doubleSay\n + |> capitalize\n + |> exclaim;\n \n result; //=> \"Hello, hello!\"\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrecord-tuple-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `record-tuple-record.js format 1`\n \n - Snapshot - 6\n + Received + 10\n \n @@ -10,14 +10,18 @@\n };\n \n const record2 = #{...record1, b: 5};\n \n =====================================output=====================================\n - const record1 = #{\n - a: 1,\n - b: 2,\n - c: 3,\n - };\n + const record1 = #;\n + {\n + a: 1, b;\n + : 2,\n + c: 3,\n + }\n \n - const record2 = #{ ...record1, b: 5 };\n + const record2 = #;\n + {\n + ...record1, b: 5\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrecord-tuple-tuple.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `record-tuple-tuple.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -4,8 +4,9 @@\n | printWidth\n =====================================input======================================\n const tuple1 = #[1, 2, 3];\n \n =====================================output=====================================\n - const tuple1 = #[1, 2, 3];\n + const tuple1 = #;\n + [1, 2, 3];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsource-phase-imports.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `source-phase-imports.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -5,9 +5,12 @@\n =====================================input======================================\n import source fooSource from \"foo\";\n import.source(\"x\");\n \n =====================================output=====================================\n - import source fooSource from \"foo\";\n + import source\n + fooSource;\n + from;\n + (\"foo\");\n import.source(\"x\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nthrow-expressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `throw-expressions.js format 1`\n \n - Snapshot - 2\n + Received + 5\n \n @@ -10,10 +10,13 @@\n }\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-throw-expressions\n \n - function test(param = throw new Error(\"required!\")) {\n - const test = param === true || throw new Error(\"Falsy!\");\n + function test(param = throw new Error('required!')\n + )\n + {\n + const test = param === true ||\n + throw new Error(\"Falsy!\");\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nv8intrinsic.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `v8intrinsic.js format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -30,11 +30,11 @@\n foo%bar()\n \n =====================================output=====================================\n // https://github.com/babel/babel/pull/10148\n \n - %DebugPrint(foo);\n + %DebugPrint(foo)\n \n // Invalid code https://github.com/JLHwung/babel/blob/c1a3cbfd65e08b7013fd6f8c62add8cb10b4b169/packages/babel-parser/test/fixtures/v8intrinsic/_errors/in-bind-expression/options.json\n // ::%DebugPrint(null)\n \n // Invalid code https://github.com/JLHwung/babel/blob/c1a3cbfd65e08b7013fd6f8c62add8cb10b4b169/packages/babel-parser/test/fixtures/v8intrinsic/_errors/in-member-expression/options.json\n @@ -48,11 +48,12 @@\n // %DebugPrint?.(null)\n \n new %DebugPrint(null);\n \n function* foo() {\n - yield %StringParseInt(\"42\", 10);\n + yield;\n + %StringParseInt(\"42\", 10)\n }\n \n foo % bar();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 17, "numPassingTests": 318, "numPendingTests": 0, "perfStats": { "start": 12441.187612000038, "end": 26348.154044000024, "runtime": 13907, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 127, "unchecked": 0, "unmatched": 17, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/babel-plugins/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "async-do-expressions.js" ], "duration": 0.6513230000273325, "failureMessages": [ "async-do-expressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `async-do-expressions.js format 1`\n \n - Snapshot - 3\n + Received + 2\n \n @@ -4,10 +4,9 @@\n | printWidth\n =====================================input======================================\n async do { await requestAPI().json() };\n \n =====================================output=====================================\n - (async do {\n - await requestAPI().json();\n - });\n + async;\n + do { await requestAPI().json() };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "async-do-expressions.js" ], "duration": 54.20749399997294, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "async-do-expressions.js" ], "duration": 54.372732000018004, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "async-do-expressions.js" ], "duration": 1.2576599999447353, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "async-do-expressions.js" ], "duration": 0.7586939999600872, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "async-do-expressions.js" ], "duration": 0.6792249999707565, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "async-do-expressions.js" ], "duration": 54.43228100001579, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "async-generators.js" ], "duration": 0.5505329999723472, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "async-generators.js" ], "duration": 54.10206399997696, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "async-generators.js" ], "duration": 54.08797300001606, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "async-generators.js" ], "duration": 54.40338099998189, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "async-generators.js" ], "duration": 54.60106700001052, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "async-generators.js" ], "duration": 54.456940999953076, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "async-generators.js" ], "duration": 54.45376599999145, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "bigint.js" ], "duration": 0.4589409999898635, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "bigint.js" ], "duration": 65.02539500000421, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "bigint.js" ], "duration": 63.22352400003001, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "bigint.js" ], "duration": 66.24474799999734, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "bigint.js" ], "duration": 60.8940270000021, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "bigint.js" ], "duration": 64.0916379999835, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "bigint.js" ], "duration": 64.43677199998638, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "class-properties.js" ], "duration": 0.4635100000305101, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "class-properties.js" ], "duration": 57.73600899998564, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class-properties.js" ], "duration": 57.63140500005102, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class-properties.js" ], "duration": 56.992628999985754, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class-properties.js" ], "duration": 57.53609599999618, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class-properties.js" ], "duration": 57.43095899996115, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class-properties.js" ], "duration": 57.20199000003049, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "class-static-block.js" ], "duration": 0.5011209999793209, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "class-static-block.js" ], "duration": 56.501862000033725, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class-static-block.js" ], "duration": 55.456286999979056, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class-static-block.js" ], "duration": 54.335175000014715, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class-static-block.js" ], "duration": 54.49189900001511, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class-static-block.js" ], "duration": 55.12282200000482, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class-static-block.js" ], "duration": 55.23033499997109, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "decimal.js" ], "duration": 1.1055949999717996, "failureMessages": [ "decimal.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `decimal.js format 1`\n \n - Snapshot - 16\n + Received + 29\n \n @@ -31,30 +31,43 @@\n \n \n =====================================output=====================================\n // https://github.com/babel/babel/pull/11640\n \n - 100m;\n - 9223372036854775807m;\n - 0m;\n - 3.1415926535897932m;\n - 100.0m;\n - 0.1m;\n - ({ 0m: 0, 0.1m() {}, get 0.2m() {}, set 3m(_) {}, async 4m() {}, *0.5m() {} });\n - 1m;\n - 100m;\n - 9223372036854775807m;\n - 100m;\n + 100m\n + 9223372036854775807m\n + 0.m\n + 3.1415926535897932m\n + 100.000m\n + .1m\n + ({ 0m: 0, .1m() {}, get\n + 0.2m()\n + {\n + }\n + , set 3m(_)\n + {\n + }\n + , async 4m()\n + {\n + }\n + , *.5m()\n + {\n + }\n + })\n + 1.m\n + 100m\n + 9223372036854775807m\n + 100.m\n \n // Invalid decimal\n - 2e9m;\n - 016432m;\n - 089m;\n + 2e9m\n + 016432m\n + 089m\n \n // https://github.com/tc39/proposal-decimal\n - 0.1m + 0.2m === 0.3m;\n - 2.0m;\n + .1m + .2m === .3m\n + 2.00m\n -0m;\n typeof 1m === \"bigdecimal\";\n typeof 1m === \"decimal128\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "decimal.js" ], "duration": 57.48640699998941, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "decimal.js" ], "duration": 57.17148700001417, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "decimal.js" ], "duration": 1.1137500000186265, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "decimal.js" ], "duration": 0.7257419999805279, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "decimal.js" ], "duration": 0.7125070000183769, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "decimal.js" ], "duration": 57.03521899995394, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "decorator-auto-accessors.js" ], "duration": 0.4213599999784492, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "decorator-auto-accessors.js" ], "duration": 54.714885999972466, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "decorator-auto-accessors.js" ], "duration": 54.53121799998917, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "decorator-auto-accessors.js" ], "duration": 1.4372269999585114, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "decorator-auto-accessors.js" ], "duration": 0.9023229999584146, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "decorator-auto-accessors.js" ], "duration": 53.80777000001399, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "decorators.js" ], "duration": 0.5081229999777861, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "decorators.js" ], "duration": 56.61788299999898, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "decorators.js" ], "duration": 59.8199719999684, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "decorators.js" ], "duration": 1.1241990000125952, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "decorators.js" ], "duration": 0.7376740000327118, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "decorators.js" ], "duration": 57.12069800001336, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "decorators.js" ], "duration": 58.926012000010815, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "deferred-import-evaluation.js" ], "duration": 0.6339199999929406, "failureMessages": [ "deferred-import-evaluation.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `deferred-import-evaluation.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -4,8 +4,9 @@\n | printWidth\n =====================================input======================================\n import defer * as ns from \"x\";\n \n =====================================output=====================================\n - import defer * as ns from \"x\";\n + import defer\n + * as ns from \"x\"\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "deferred-import-evaluation.js" ], "duration": 55.13989699998638, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "deferred-import-evaluation.js" ], "duration": 54.52202699996997, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "deferred-import-evaluation.js" ], "duration": 1.3725650000269525, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "deferred-import-evaluation.js" ], "duration": 0.7444070000201464, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "deferred-import-evaluation.js" ], "duration": 0.8646319999825209, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "deferred-import-evaluation.js" ], "duration": 54.074986000021454, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "destructuring-private.js" ], "duration": 0.4266209999914281, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "destructuring-private.js" ], "duration": 56.93452300003264, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "destructuring-private.js" ], "duration": 56.225013999966905, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "destructuring-private.js" ], "duration": 1.9752259999513626, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "destructuring-private.js" ], "duration": 1.255375999957323, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "destructuring-private.js" ], "duration": 1.5409719999879599, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "destructuring-private.js" ], "duration": 57.000474000000395, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "do-expressions.js" ], "duration": 0.941977999988012, "failureMessages": [ "do-expressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `do-expressions.js format 1`\n \n - Snapshot - 4\n + Received + 5\n \n @@ -16,15 +16,16 @@\n let a = x > 10 ? 'big' : 'small';\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-do-expressions\n \n - let a = do {\n - if (x > 10) {\n - (\"big\");\n + let a =\n + do {\n + if(x > 10) {\n + 'big';\n } else {\n - (\"small\");\n + 'small';\n }\n };\n // is equivalent to:\n let a = x > 10 ? \"big\" : \"small\";\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "do-expressions.js" ], "duration": 55.31545799999731, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "do-expressions.js" ], "duration": 55.36081199999899, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "do-expressions.js" ], "duration": 1.3999869999825023, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "do-expressions.js" ], "duration": 0.8109820000245236, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "do-expressions.js" ], "duration": 0.7537040000315756, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "do-expressions.js" ], "duration": 55.309034000034444, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 0.4395449999719858, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 57.24515800003428, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 56.82958099996904, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 56.11297899996862, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 56.011124999960884, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 55.38194099999964, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 56.02275699999882, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "explicit-resource-management.js" ], "duration": 0.45988300000317395, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "explicit-resource-management.js" ], "duration": 56.79078300000401, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "explicit-resource-management.js" ], "duration": 55.69331900001271, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "explicit-resource-management.js" ], "duration": 1.2714560000458732, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "explicit-resource-management.js" ], "duration": 0.8483520000008866, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "explicit-resource-management.js" ], "duration": 0.7294289999990724, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "explicit-resource-management.js" ], "duration": 55.36230399995111, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export-default-from.js" ], "duration": 0.7051830000127666, "failureMessages": [ "export-default-from.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `export-default-from.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -9,8 +9,11 @@\n export v from 'mod';\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-export-default-from\n \n - export v from \"mod\";\n + export\n + v;\n + from;\n + (\"mod\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "export-default-from.js" ], "duration": 54.63784099998884, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export-default-from.js" ], "duration": 63.86498200002825, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export-default-from.js" ], "duration": 1.3652219999930821, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export-default-from.js" ], "duration": 0.7529729999951087, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export-default-from.js" ], "duration": 1.093371999973897, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export-default-from.js" ], "duration": 70.3192520000157, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export-namespace-from.js" ], "duration": 0.4679980000364594, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export-namespace-from.js" ], "duration": 55.128035000001546, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export-namespace-from.js" ], "duration": 54.59331799997017, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export-namespace-from.js" ], "duration": 54.84288200002629, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export-namespace-from.js" ], "duration": 55.45588599995244, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export-namespace-from.js" ], "duration": 54.574337999976706, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export-namespace-from.js" ], "duration": 54.459694000019226, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "flow.js" ], "duration": 1.4726839999784715, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "flow.js" ], "duration": 67.81118499999866, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "flow.js" ], "duration": 56.898649999988265, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "flow.js" ], "duration": 1.3583590000052936, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "flow.js" ], "duration": 0.8342749999719672, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "flow.js" ], "duration": 0.7421130000147969, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "flow.js" ], "duration": 0.8827869999804534, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function-bind.js" ], "duration": 1.107718000013847, "failureMessages": [ "function-bind.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-bind.js format 1`\n \n - Snapshot - 8\n + Received + 10\n \n @@ -22,21 +22,23 @@\n obj.func.call(obj, val)\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-function-bind\n \n - obj::func;\n + obj:\n + :func\n // is equivalent to:\n - func.bind(obj)::obj.func;\n + func.bind(obj)\n +\n + ::obj.func\n // is equivalent to:\n - obj.func.bind(obj);\n + obj.func.bind(obj)\n \n - obj::func(val);\n + obj::func(val)\n // is equivalent to:\n - func\n - .call(obj, val)\n + func.call(obj, val)\n \n - ::obj.func(val);\n + ::obj.func(val)\n // is equivalent to:\n - obj.func.call(obj, val);\n + obj.func.call(obj, val)\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "function-bind.js" ], "duration": 66.40036800003145, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "function-bind.js" ], "duration": 57.397022999997716, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function-bind.js" ], "duration": 1.464827999996487, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function-bind.js" ], "duration": 0.9632580000325106, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function-bind.js" ], "duration": 0.947106999985408, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function-bind.js" ], "duration": 57.353965000016615, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function-sent.js" ], "duration": 0.43989500001771376, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "function-sent.js" ], "duration": 58.348344999947585, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "function-sent.js" ], "duration": 56.36636300000828, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function-sent.js" ], "duration": 1.4462940000230446, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function-sent.js" ], "duration": 1.0056069999700412, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function-sent.js" ], "duration": 0.8496150000137277, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function-sent.js" ], "duration": 55.37061599997105, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "import-assertions-dynamic.js" ], "duration": 0.42493700003251433, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "import-assertions-dynamic.js" ], "duration": 55.35149299999466, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "import-assertions-dynamic.js" ], "duration": 55.51781699998537, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "import-assertions-dynamic.js" ], "duration": 1.2163929999805987, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "import-assertions-dynamic.js" ], "duration": 0.7925680000334978, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "import-assertions-dynamic.js" ], "duration": 0.6958260000101291, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "import-assertions-dynamic.js" ], "duration": 55.513784000009764, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "import-assertions-static.js" ], "duration": 0.41331600002013147, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "import-assertions-static.js" ], "duration": 54.225998000008985, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "import-assertions-static.js" ], "duration": 54.99601000000257, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "import-assertions-static.js" ], "duration": 1.1620600000023842, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "import-assertions-static.js" ], "duration": 0.7433249999885447, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "import-assertions-static.js" ], "duration": 0.6985609999974258, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "import-assertions-static.js" ], "duration": 54.53041300002951, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "import-attributes-dynamic.js" ], "duration": 0.43080800003372133, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "import-attributes-dynamic.js" ], "duration": 57.10497400001623, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "import-attributes-dynamic.js" ], "duration": 55.18220999999903, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "import-attributes-dynamic.js" ], "duration": 1.1845430000103079, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "import-attributes-dynamic.js" ], "duration": 0.7864859999972396, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "import-attributes-dynamic.js" ], "duration": 0.6885219999821857, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "import-attributes-dynamic.js" ], "duration": 55.02477700001327, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "import-attributes-static.js" ], "duration": 0.4508760000462644, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "import-attributes-static.js" ], "duration": 55.410037000023294, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "import-attributes-static.js" ], "duration": 55.57636900001671, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "import-attributes-static.js" ], "duration": 1.1451990000205114, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "import-attributes-static.js" ], "duration": 0.7403789999661967, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "import-attributes-static.js" ], "duration": 0.7117449999786913, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "import-attributes-static.js" ], "duration": 54.384995999978855, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "import-meta.js" ], "duration": 0.4282530000200495, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "import-meta.js" ], "duration": 57.96603099995991, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "import-meta.js" ], "duration": 56.91069799999241, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "import-meta.js" ], "duration": 56.959983000007924, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "import-meta.js" ], "duration": 57.90135200001532, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "import-meta.js" ], "duration": 56.53045000002021, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "import-meta.js" ], "duration": 57.15316799998982, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "import-reflection.js" ], "duration": 0.6309340000152588, "failureMessages": [ "import-reflection.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-reflection.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -4,8 +4,11 @@\n | printWidth\n =====================================input======================================\n import module foo from \"./module.wasm\";\n \n =====================================output=====================================\n - import module foo from \"./module.wasm\";\n + import module\n + foo;\n + from;\n + (\"./module.wasm\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "import-reflection.js" ], "duration": 54.77857500000391, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "import-reflection.js" ], "duration": 55.80605499999365, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "import-reflection.js" ], "duration": 1.1701260000118054, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "import-reflection.js" ], "duration": 0.7177370000281371, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "import-reflection.js" ], "duration": 0.6913869999698363, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "import-reflection.js" ], "duration": 54.68614499998512, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 0.4318900000071153, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 57.51100200001383, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 56.26145799999358, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 57.18965399998706, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 56.242371000000276, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 57.506384999956936, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 57.06488499999978, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "logical-assignment-operators.js" ], "duration": 0.4605139999766834, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "logical-assignment-operators.js" ], "duration": 55.85387700004503, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "logical-assignment-operators.js" ], "duration": 55.34313099994324, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "logical-assignment-operators.js" ], "duration": 55.315141000028234, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "logical-assignment-operators.js" ], "duration": 59.11716999998316, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "logical-assignment-operators.js" ], "duration": 55.86298400000669, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "logical-assignment-operators.js" ], "duration": 56.94851600000402, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "module-blocks.js" ], "duration": 0.63359899999341, "failureMessages": [ "module-blocks.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-blocks.js format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -7,11 +7,12 @@\n export let m = 2;\n export let n = 3;\n };\n \n =====================================output=====================================\n - let m = module {\n + let m = module;\n + {\n export let m = 2;\n export let n = 3;\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "module-blocks.js" ], "duration": 56.826725999999326, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "module-blocks.js" ], "duration": 55.94818700000178, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "module-blocks.js" ], "duration": 1.1975270000402816, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "module-blocks.js" ], "duration": 0.7840110000106506, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "module-blocks.js" ], "duration": 0.7291480000130832, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "module-blocks.js" ], "duration": 55.60001100000227, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "module-string-names.js" ], "duration": 0.42357499996433035, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "module-string-names.js" ], "duration": 54.60468599997694, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "module-string-names.js" ], "duration": 55.03038700000616, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "module-string-names.js" ], "duration": 55.28022099996451, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "module-string-names.js" ], "duration": 55.01179999997839, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "module-string-names.js" ], "duration": 1.2299679999705404, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "module-string-names.js" ], "duration": 55.464411000022665, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nullish-coalescing-operator.js" ], "duration": 0.4225330000044778, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "nullish-coalescing-operator.js" ], "duration": 54.19921400002204, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nullish-coalescing-operator.js" ], "duration": 54.92557500000112, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nullish-coalescing-operator.js" ], "duration": 54.88630600000033, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nullish-coalescing-operator.js" ], "duration": 54.50547199998982, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nullish-coalescing-operator.js" ], "duration": 55.33388900000136, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nullish-coalescing-operator.js" ], "duration": 55.42802599997958, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "numeric-separator.js" ], "duration": 0.43381400004727766, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "numeric-separator.js" ], "duration": 57.99661000003107, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "numeric-separator.js" ], "duration": 59.22948099998757, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "numeric-separator.js" ], "duration": 57.18585900001926, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "numeric-separator.js" ], "duration": 60.181372999970336, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "numeric-separator.js" ], "duration": 59.50276100001065, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "numeric-separator.js" ], "duration": 59.598158000037074, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "object-rest-spread.js" ], "duration": 0.5008399999933317, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "object-rest-spread.js" ], "duration": 57.08846599998651, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "object-rest-spread.js" ], "duration": 56.326316999970004, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "object-rest-spread.js" ], "duration": 58.62238099996466, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "object-rest-spread.js" ], "duration": 57.526461000030395, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "object-rest-spread.js" ], "duration": 56.17946100002155, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "object-rest-spread.js" ], "duration": 56.487185000034515, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "optional-catch-binding.js" ], "duration": 0.5053079999634065, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "optional-catch-binding.js" ], "duration": 55.59706699999515, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "optional-catch-binding.js" ], "duration": 56.070426999998745, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "optional-catch-binding.js" ], "duration": 59.65413300000364, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "optional-catch-binding.js" ], "duration": 64.3715530000045, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "optional-catch-binding.js" ], "duration": 61.88110600004438, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "optional-catch-binding.js" ], "duration": 69.67264100001194, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "optional-chaining-assignment.js" ], "duration": 0.43443500000284985, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "optional-chaining-assignment.js" ], "duration": 55.318705999990925, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "optional-chaining-assignment.js" ], "duration": 55.087243999994826, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "optional-chaining-assignment.js" ], "duration": 1.206012999988161, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "optional-chaining-assignment.js" ], "duration": 0.8443139999872074, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "optional-chaining-assignment.js" ], "duration": 0.7299400000483729, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "optional-chaining-assignment.js" ], "duration": 55.3065330000245, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "optional-chaining.js" ], "duration": 0.43689999997150153, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "optional-chaining.js" ], "duration": 59.39716599998064, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "optional-chaining.js" ], "duration": 60.15270600002259, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "optional-chaining.js" ], "duration": 59.534329000045545, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "optional-chaining.js" ], "duration": 60.1038230000413, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "optional-chaining.js" ], "duration": 59.76404999999795, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "optional-chaining.js" ], "duration": 61.827851000009105, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "partial-application.js" ], "duration": 0.7557379999780096, "failureMessages": [ "partial-application.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `partial-application.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -36,11 +36,13 @@\n addOne(2); // 3\n \n const addTen = add(?, 10); // apply from the right\n addTen(2); // 12\n \n - let newScore = player.score |> add(7, ?) |> clamp(0, 100, ?); // shallow stack, the pipe to `clamp` is the same frame as the pipe to `add`.\n + let newScore = player.score\n + |> add(7, ?)\n + |> clamp(0, 100, ?); // shallow stack, the pipe to `clamp` is the same frame as the pipe to `add`.\n \n f(x, ?); // partial application from left\n f(?, x); // partial application from right\n f(?, x, ?); // partial application for any arg\n o.f(x, ?); // partial application from left\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "partial-application.js" ], "duration": 60.28289999999106, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "partial-application.js" ], "duration": 61.39405900001293, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "partial-application.js" ], "duration": 1.5589249999611638, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "partial-application.js" ], "duration": 1.2202399999951012, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "partial-application.js" ], "duration": 0.898756000038702, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "partial-application.js" ], "duration": 59.35326600004919, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "pipeline-operator-fsharp.js" ], "duration": 0.7562990000005811, "failureMessages": [ "pipeline-operator-fsharp.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `pipeline-operator-fsharp.js format 1`\n \n - Snapshot - 8\n + Received + 15\n \n @@ -42,29 +42,36 @@\n // https://babeljs.io/docs/en/babel-plugin-proposal-pipeline-operator\n // https://github.com/valtech-nyc/proposal-fsharp-pipelines\n \n promise\n |> await\n - |> (x) => doubleSay(x, \", \")\n + |> x\n + => doubleSay(x, ', ')\n |> capitalize\n - |> (x) => x + \"!\"\n - |> (x) => new User.Message(x)\n - |> (x) => stream.write(x)\n + |> x => x + '!'\n + |> x => new User.Message(x)\n + |> x => stream.write(x)\n |> await\n - |> console.log;\n + |> console.log\n \n const result = exclaim(capitalize(doubleSay(\"hello\")));\n result; //=> \"Hello, hello!\"\n \n - const result = \"hello\" |> doubleSay |> capitalize |> exclaim;\n + const result = \"hello\"\n + |> doubleSay\n + |> capitalize\n + |> exclaim;\n \n result; //=> \"Hello, hello!\"\n \n const person = { score: 25 };\n \n - const newScore =\n - person.score |> double |> (n) => add(7, n) |> (n) => boundScore(0, 100, n);\n + const newScore = person.score\n + |> double\n + |> n\n + => add(7, n)\n + |> n => boundScore(0, 100, n)\n \n newScore; //=> 57\n \n // As opposed to:\n let newScore = boundScore(0, 100, add(7, double(person.score)));\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "pipeline-operator-fsharp.js" ], "duration": 60.123981999990065, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "pipeline-operator-fsharp.js" ], "duration": 61.47723900002893, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "pipeline-operator-fsharp.js" ], "duration": 1.2613669999991544, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "pipeline-operator-fsharp.js" ], "duration": 0.7808059999952093, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "pipeline-operator-fsharp.js" ], "duration": 0.7645550000015646, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "pipeline-operator-fsharp.js" ], "duration": 60.44754700001795, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "pipeline-operator-hack.js" ], "duration": 0.653416000015568, "failureMessages": [ "pipeline-operator-hack.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `pipeline-operator-hack.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -14,10 +14,12 @@\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-pipeline-operator\n // https://github.com/js-choi/proposal-hack-pipes\n \n - return list |> take(prefix.length, %) |> equals(%, prefix);\n + return list\n + |> take(prefix.length, %)\n + |> equals(%, prefix);\n \n // (The % token isn't final; it might instead be @ or ? or #.)\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "pipeline-operator-hack.js" ], "duration": 57.85423300002003, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "pipeline-operator-hack.js" ], "duration": 55.802665999974124, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "pipeline-operator-hack.js" ], "duration": 1.2280640000244603, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "pipeline-operator-hack.js" ], "duration": 0.8095490000559948, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "pipeline-operator-hack.js" ], "duration": 0.8588519999757409, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "pipeline-operator-hack.js" ], "duration": 55.46169900003588, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "pipeline-operator-minimal.js" ], "duration": 0.7515199999907054, "failureMessages": [ "pipeline-operator-minimal.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `pipeline-operator-minimal.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -21,10 +21,13 @@\n // https://github.com/tc39/proposal-pipeline-operator/\n \n let result = exclaim(capitalize(doubleSay(\"hello\")));\n result; //=> \"Hello, hello!\"\n \n - let result = \"hello\" |> doubleSay |> capitalize |> exclaim;\n + let result = \"hello\"\n + |> doubleSay\n + |> capitalize\n + |> exclaim;\n \n result; //=> \"Hello, hello!\"\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "pipeline-operator-minimal.js" ], "duration": 57.257296000025235, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "pipeline-operator-minimal.js" ], "duration": 57.61289400001988, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "pipeline-operator-minimal.js" ], "duration": 1.442397000035271, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "pipeline-operator-minimal.js" ], "duration": 1.0243619999964722, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "pipeline-operator-minimal.js" ], "duration": 1.0283199999830686, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "pipeline-operator-minimal.js" ], "duration": 56.674569999973755, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "private-fields-in-in.js" ], "duration": 0.465825000021141, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "private-fields-in-in.js" ], "duration": 59.22340299998177, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "private-fields-in-in.js" ], "duration": 60.60582599998452, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "private-fields-in-in.js" ], "duration": 58.98756099998718, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "private-fields-in-in.js" ], "duration": 58.435431999969296, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "private-fields-in-in.js" ], "duration": 58.388584000000264, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "private-fields-in-in.js" ], "duration": 61.5192869999446, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "private-methods.js" ], "duration": 0.4358370000263676, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "private-methods.js" ], "duration": 57.291537999990396, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "private-methods.js" ], "duration": 57.36180900002364, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "private-methods.js" ], "duration": 58.87979799997993, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "private-methods.js" ], "duration": 56.522403999988455, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "private-methods.js" ], "duration": 56.89614199998323, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "private-methods.js" ], "duration": 60.13253199995961, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "record-tuple-record.js" ], "duration": 0.6711999999824911, "failureMessages": [ "record-tuple-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `record-tuple-record.js format 1`\n \n - Snapshot - 6\n + Received + 10\n \n @@ -10,14 +10,18 @@\n };\n \n const record2 = #{...record1, b: 5};\n \n =====================================output=====================================\n - const record1 = #{\n - a: 1,\n - b: 2,\n - c: 3,\n - };\n + const record1 = #;\n + {\n + a: 1, b;\n + : 2,\n + c: 3,\n + }\n \n - const record2 = #{ ...record1, b: 5 };\n + const record2 = #;\n + {\n + ...record1, b: 5\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "record-tuple-record.js" ], "duration": 56.23250199999893, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "record-tuple-record.js" ], "duration": 56.4442670000135, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "record-tuple-record.js" ], "duration": 1.2118339999578893, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "record-tuple-record.js" ], "duration": 0.754737000039313, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "record-tuple-record.js" ], "duration": 0.7103130000177771, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "record-tuple-record.js" ], "duration": 56.02442000003066, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "record-tuple-tuple.js" ], "duration": 0.6216760000097565, "failureMessages": [ "record-tuple-tuple.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `record-tuple-tuple.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -4,8 +4,9 @@\n | printWidth\n =====================================input======================================\n const tuple1 = #[1, 2, 3];\n \n =====================================output=====================================\n - const tuple1 = #[1, 2, 3];\n + const tuple1 = #;\n + [1, 2, 3];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "record-tuple-tuple.js" ], "duration": 55.85069099999964, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "record-tuple-tuple.js" ], "duration": 55.712142000033055, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "record-tuple-tuple.js" ], "duration": 1.136402000032831, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "record-tuple-tuple.js" ], "duration": 0.744386000034865, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "record-tuple-tuple.js" ], "duration": 0.7398180000018328, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "record-tuple-tuple.js" ], "duration": 56.37934899999527, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "regex-v-flag.js" ], "duration": 0.4304079999565147, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "regex-v-flag.js" ], "duration": 55.68269899999723, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "regex-v-flag.js" ], "duration": 56.431993999984115, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "regex-v-flag.js" ], "duration": 55.772715000028256, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "regex-v-flag.js" ], "duration": 55.256652000010945, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "regex-v-flag.js" ], "duration": 1.2256100000231527, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "regex-v-flag.js" ], "duration": 55.66223999997601, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "regexp-modifiers.js" ], "duration": 0.4374810000299476, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "regexp-modifiers.js" ], "duration": 55.36873899999773, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "regexp-modifiers.js" ], "duration": 55.967133999976795, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "regexp-modifiers.js" ], "duration": 1.5595160000375472, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "regexp-modifiers.js" ], "duration": 0.8041999999550171, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "regexp-modifiers.js" ], "duration": 0.8289949999889359, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "regexp-modifiers.js" ], "duration": 55.15257699997164, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "source-phase-imports.js" ], "duration": 0.6567719999584369, "failureMessages": [ "source-phase-imports.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `source-phase-imports.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -5,9 +5,12 @@\n =====================================input======================================\n import source fooSource from \"foo\";\n import.source(\"x\");\n \n =====================================output=====================================\n - import source fooSource from \"foo\";\n + import source\n + fooSource;\n + from;\n + (\"foo\");\n import.source(\"x\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "source-phase-imports.js" ], "duration": 56.45572600001469, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "source-phase-imports.js" ], "duration": 56.780799000000115, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "source-phase-imports.js" ], "duration": 1.1514810000080615, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "source-phase-imports.js" ], "duration": 0.7322740000090562, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "source-phase-imports.js" ], "duration": 0.718499000009615, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "source-phase-imports.js" ], "duration": 55.92651899997145, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "throw-expressions.js" ], "duration": 0.6482359999790788, "failureMessages": [ "throw-expressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `throw-expressions.js format 1`\n \n - Snapshot - 2\n + Received + 5\n \n @@ -10,10 +10,13 @@\n }\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-throw-expressions\n \n - function test(param = throw new Error(\"required!\")) {\n - const test = param === true || throw new Error(\"Falsy!\");\n + function test(param = throw new Error('required!')\n + )\n + {\n + const test = param === true ||\n + throw new Error(\"Falsy!\");\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "throw-expressions.js" ], "duration": 56.72172800003318, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "throw-expressions.js" ], "duration": 57.85147599998163, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "throw-expressions.js" ], "duration": 1.2859230000176467, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "throw-expressions.js" ], "duration": 0.8158410000032745, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "throw-expressions.js" ], "duration": 0.7528930000262335, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "throw-expressions.js" ], "duration": 56.54862700001104, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "typescript.js" ], "duration": 1.3879650000017136, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "typescript.js" ], "duration": 56.52799799997592, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "typescript.js" ], "duration": 56.28421700000763, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "typescript.js" ], "duration": 1.0914479999919422, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "typescript.js" ], "duration": 0.736812999995891, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "typescript.js" ], "duration": 0.7159929999615997, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "typescript.js" ], "duration": 1.0442090000142343, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "v8intrinsic.js" ], "duration": 0.6748660000157543, "failureMessages": [ "v8intrinsic.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `v8intrinsic.js format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -30,11 +30,11 @@\n foo%bar()\n \n =====================================output=====================================\n // https://github.com/babel/babel/pull/10148\n \n - %DebugPrint(foo);\n + %DebugPrint(foo)\n \n // Invalid code https://github.com/JLHwung/babel/blob/c1a3cbfd65e08b7013fd6f8c62add8cb10b4b169/packages/babel-parser/test/fixtures/v8intrinsic/_errors/in-bind-expression/options.json\n // ::%DebugPrint(null)\n \n // Invalid code https://github.com/JLHwung/babel/blob/c1a3cbfd65e08b7013fd6f8c62add8cb10b4b169/packages/babel-parser/test/fixtures/v8intrinsic/_errors/in-member-expression/options.json\n @@ -48,11 +48,12 @@\n // %DebugPrint?.(null)\n \n new %DebugPrint(null);\n \n function* foo() {\n - yield %StringParseInt(\"42\", 10);\n + yield;\n + %StringParseInt(\"42\", 10)\n }\n \n foo % bar();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "v8intrinsic.js" ], "duration": 57.00035200000275, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "v8intrinsic.js" ], "duration": 56.9640730000101, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "v8intrinsic.js" ], "duration": 1.1493759999866597, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "v8intrinsic.js" ], "duration": 0.7337269999552518, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "v8intrinsic.js" ], "duration": 0.7246290000039153, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "v8intrinsic.js" ], "duration": 57.376416000013705, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "range-0.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-0.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,12 +14,12 @@\n | ^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted<|>(2, 3);\n + thisWillBeFormatted(2, 3);<|>\n +\n + thisWontBeFormatted(2, 90);\n \n - thisWontBeFormatted (2, 90 ,)\n - \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,12 +14,12 @@\n | ^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted(2, 3<|>);\n + thisWillBeFormatted(2, 3);\n +\n + thi<|>sWontBeFormatted(2, 90);\n \n - thisWontBeFormatted (2, 90 ,)\n - \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-2.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,12 +14,12 @@\n | ^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted(2, 3<|>);\n + thisWillBeFormatted(2, 3);\n +\n + thi<|>sWontBeFormatted(2, 90);\n \n - thisWontBeFormatted (2, 90 ,)\n - \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-3.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-3.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -15,12 +15,12 @@\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted <|> ( 1 ,3)\n + thisWontBeFormatted(<|>1, 3);\n \n - thisWillBeFormatted(2, 3);\n + thisWillBeFormatted(2, 3);\n +\n + thisWontBeFormatted(2, 90);\n \n - thisWontBeFormatted (2, 90 ,)\n - \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-4.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-4.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,12 +14,12 @@\n | ^\n > 5 | thisWontBeFormatted (2, 9<|>0 ,)\n | ^^^^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted(2, 3);\n + thisWillBeFormatted(2, 3);\n \n - thisWontBeFormatted (2, 9<|>0 ,)\n - \n + thisWontBeFormatted(2, 90);\n + <|>\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-8.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-8.js format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -15,12 +15,12 @@\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 |\n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted(2, 3)<|>;\n + thisWillBeFormatted(2, 3);\n \n - thisWontBeFormatted (2, 90 ,)\n + this<|>WontBeFormatted(2, 90);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 6, "numPassingTests": 251, "numPendingTests": 0, "perfStats": { "start": 26378.589546000003, "end": 40461.916410000005, "runtime": 14083, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 22, "unchecked": 0, "unmatched": 6, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/cursor/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "comments-1.js" ], "duration": 0.44629699998768046, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comments-1.js" ], "duration": 57.230630000005476, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comments-1.js" ], "duration": 56.49494299996877, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comments-1.js" ], "duration": 58.19332000002032, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments-1.js" ], "duration": 56.697821000008844, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments-1.js" ], "duration": 56.380563999991864, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments-1.js" ], "duration": 56.81085200002417, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comments-1.js" ], "duration": 56.417437999974936, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments-1.js" ], "duration": 56.194827000028454, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comments-2.js" ], "duration": 0.48927800002275035, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comments-2.js" ], "duration": 56.67139400000451, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comments-2.js" ], "duration": 56.49667600000976, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comments-2.js" ], "duration": 68.0656650000019, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments-2.js" ], "duration": 55.758702000021, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments-2.js" ], "duration": 54.972011999983806, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments-2.js" ], "duration": 55.97342599998228, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comments-2.js" ], "duration": 55.959740999969654, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments-2.js" ], "duration": 55.691709999984596, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comments-3.js" ], "duration": 0.4964509999845177, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comments-3.js" ], "duration": 56.443960000004154, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comments-3.js" ], "duration": 56.532646999985445, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comments-3.js" ], "duration": 55.88162599998759, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments-3.js" ], "duration": 55.73386999999639, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments-3.js" ], "duration": 55.39706699998351, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments-3.js" ], "duration": 55.686627999995835, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comments-3.js" ], "duration": 55.67409600003157, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments-3.js" ], "duration": 55.8462920000311, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comments-4.js" ], "duration": 0.42185199999948964, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comments-4.js" ], "duration": 56.558680000016466, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comments-4.js" ], "duration": 57.27132200001506, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comments-4.js" ], "duration": 55.15145100001246, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments-4.js" ], "duration": 55.62511999998242, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments-4.js" ], "duration": 56.0774059999967, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments-4.js" ], "duration": 55.93272500002058, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comments-4.js" ], "duration": 55.68138799996814, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments-4.js" ], "duration": 56.072620999999344, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-0.js" ], "duration": 0.423804999969434, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "cursor-0.js" ], "duration": 57.48063300002832, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "cursor-0.js" ], "duration": 57.33624199999031, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "cursor-0.js" ], "duration": 57.10643700003857, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-0.js" ], "duration": 56.898128999979235, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-0.js" ], "duration": 56.18057599995518, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-0.js" ], "duration": 56.086596000008285, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "cursor-0.js" ], "duration": 55.899124999996275, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "cursor-0.js" ], "duration": 56.12010699999519, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-1.js" ], "duration": 0.4814640000113286, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "cursor-1.js" ], "duration": 56.401539999991655, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "cursor-1.js" ], "duration": 56.58905599999707, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "cursor-1.js" ], "duration": 56.38849300000584, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-1.js" ], "duration": 56.05157299997518, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-1.js" ], "duration": 56.13253699999768, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-1.js" ], "duration": 55.893242999969516, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "cursor-1.js" ], "duration": 56.17654899996705, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "cursor-1.js" ], "duration": 55.76481500000227, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-10.js" ], "duration": 0.4328419999801554, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "cursor-10.js" ], "duration": 56.95471499999985, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "cursor-10.js" ], "duration": 56.55622800003039, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "cursor-10.js" ], "duration": 55.65312299999641, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-10.js" ], "duration": 54.95016200002283, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-10.js" ], "duration": 55.130996000021696, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-10.js" ], "duration": 55.897421000001486, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "cursor-10.js" ], "duration": 56.76121199998306, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "cursor-10.js" ], "duration": 55.88149199995678, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-2.js" ], "duration": 0.4166620000032708, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "cursor-2.js" ], "duration": 55.87069900002098, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "cursor-2.js" ], "duration": 56.28283199999714, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "cursor-2.js" ], "duration": 56.1509279999882, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-2.js" ], "duration": 56.14177000004565, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-2.js" ], "duration": 55.41941500001121, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-2.js" ], "duration": 55.54738699999871, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "cursor-2.js" ], "duration": 56.31613399996422, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "cursor-2.js" ], "duration": 55.73979100002907, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-3.js" ], "duration": 0.4496229999931529, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "cursor-3.js" ], "duration": 56.43899999995483, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "cursor-3.js" ], "duration": 56.1726979999803, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "cursor-3.js" ], "duration": 55.60250799998175, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-3.js" ], "duration": 55.71455800003605, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-3.js" ], "duration": 55.2442259999807, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-3.js" ], "duration": 56.33626499999082, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "cursor-3.js" ], "duration": 55.46220800001174, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "cursor-3.js" ], "duration": 55.38509100000374, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-4.js" ], "duration": 0.46093499998096377, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "cursor-4.js" ], "duration": 56.26169200002914, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "cursor-4.js" ], "duration": 56.473742999951355, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "cursor-4.js" ], "duration": 56.29285399999935, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-4.js" ], "duration": 56.213497999997344, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-4.js" ], "duration": 56.39530299999751, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-4.js" ], "duration": 56.579656999965664, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "cursor-4.js" ], "duration": 56.005054000008386, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "cursor-4.js" ], "duration": 55.81999099999666, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-5.js" ], "duration": 0.4941980000003241, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "cursor-5.js" ], "duration": 56.068932999973185, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "cursor-5.js" ], "duration": 56.45706899999641, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "cursor-5.js" ], "duration": 55.60395099996822, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-5.js" ], "duration": 55.597821999981534, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-5.js" ], "duration": 55.988561999984086, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-5.js" ], "duration": 55.166136000014376, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "cursor-5.js" ], "duration": 55.309881999972276, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "cursor-5.js" ], "duration": 55.42208899999969, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-6.js" ], "duration": 0.40985799999907613, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "cursor-6.js" ], "duration": 55.62066600000253, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "cursor-6.js" ], "duration": 56.71086800005287, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "cursor-6.js" ], "duration": 55.724354000005405, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-6.js" ], "duration": 56.04969999997411, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-6.js" ], "duration": 55.431968999968376, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-6.js" ], "duration": 57.05513400002383, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "cursor-6.js" ], "duration": 63.462724999990314, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "cursor-6.js" ], "duration": 56.03702399996109, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-7.js" ], "duration": 0.42707099998369813, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "cursor-7.js" ], "duration": 57.922944999998435, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "cursor-7.js" ], "duration": 56.130961999995634, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "cursor-7.js" ], "duration": 55.016233999980614, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-7.js" ], "duration": 56.418607000028715, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-7.js" ], "duration": 56.472881000023335, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-7.js" ], "duration": 57.06022500002291, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "cursor-7.js" ], "duration": 55.61451300000772, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "cursor-7.js" ], "duration": 56.07724399998551, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-8.js" ], "duration": 0.42178199999034405, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "cursor-8.js" ], "duration": 55.98540599999251, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "cursor-8.js" ], "duration": 56.215488000016194, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "cursor-8.js" ], "duration": 55.041932000021916, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-8.js" ], "duration": 55.08803799998714, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-8.js" ], "duration": 55.71006599999964, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-8.js" ], "duration": 55.27496299997438, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "cursor-8.js" ], "duration": 55.33535500004655, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "cursor-8.js" ], "duration": 56.84388800000306, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-9.js" ], "duration": 0.5041460000211373, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "cursor-9.js" ], "duration": 56.584711999981664, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "cursor-9.js" ], "duration": 56.060977999994066, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "cursor-9.js" ], "duration": 55.33183999999892, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-9.js" ], "duration": 56.03822700004093, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-9.js" ], "duration": 55.61028500000248, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-9.js" ], "duration": 55.78445599996485, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "cursor-9.js" ], "duration": 56.22085899999365, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "cursor-9.js" ], "duration": 57.30140699999174, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-emoji.js" ], "duration": 0.43819199997233227, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "cursor-emoji.js" ], "duration": 55.49560000002384, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "cursor-emoji.js" ], "duration": 56.78136700001778, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "cursor-emoji.js" ], "duration": 55.06485199998133, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-emoji.js" ], "duration": 55.669710999995004, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-emoji.js" ], "duration": 55.47875800001202, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-emoji.js" ], "duration": 56.28108400001656, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "cursor-emoji.js" ], "duration": 56.016010999970604, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "cursor-emoji.js" ], "duration": 55.93051599996397, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "file-start-with-comment-1.js" ], "duration": 0.4342540000216104, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "file-start-with-comment-1.js" ], "duration": 55.98324999999022, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "file-start-with-comment-1.js" ], "duration": 55.57858299999498, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "file-start-with-comment-1.js" ], "duration": 55.6612759999698, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "file-start-with-comment-1.js" ], "duration": 56.02808900002856, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "file-start-with-comment-1.js" ], "duration": 55.93399099999806, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "file-start-with-comment-1.js" ], "duration": 56.15475399995921, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "file-start-with-comment-1.js" ], "duration": 56.09853999997722, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "file-start-with-comment-1.js" ], "duration": 55.99712600000203, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "file-start-with-comment-2.js" ], "duration": 0.44030700001167133, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "file-start-with-comment-2.js" ], "duration": 56.19783799996367, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "file-start-with-comment-2.js" ], "duration": 55.720616000005975, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "file-start-with-comment-2.js" ], "duration": 55.87849600001937, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "file-start-with-comment-2.js" ], "duration": 56.09052799997153, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "file-start-with-comment-2.js" ], "duration": 55.30562800000189, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "file-start-with-comment-2.js" ], "duration": 73.74457199999597, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "file-start-with-comment-2.js" ], "duration": 54.161054000025615, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "file-start-with-comment-2.js" ], "duration": 55.01412399997935, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "file-start-with-comment-3.js" ], "duration": 0.5069409999996424, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "file-start-with-comment-3.js" ], "duration": 55.15153699996881, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "file-start-with-comment-3.js" ], "duration": 54.90557499998249, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "file-start-with-comment-3.js" ], "duration": 53.97584899998037, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "file-start-with-comment-3.js" ], "duration": 54.0995240000193, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "file-start-with-comment-3.js" ], "duration": 55.77588400000241, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "file-start-with-comment-3.js" ], "duration": 54.22081500000786, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "file-start-with-comment-3.js" ], "duration": 54.850450000027195, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "file-start-with-comment-3.js" ], "duration": 53.9440969999996, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-0.js" ], "duration": 2.2362169999978505, "failureMessages": [ "range-0.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-0.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,12 +14,12 @@\n | ^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted<|>(2, 3);\n + thisWillBeFormatted(2, 3);<|>\n +\n + thisWontBeFormatted(2, 90);\n \n - thisWontBeFormatted (2, 90 ,)\n - \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range-0.js" ], "duration": 55.699380000005476, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "range-0.js" ], "duration": 59.686720000056084, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "range-0.js" ], "duration": 58.45881999999983, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-0.js" ], "duration": 55.03967999998713, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-0.js" ], "duration": 54.557978000026196, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-0.js" ], "duration": 55.41905399999814, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "range-0.js" ], "duration": 56.21577999996953, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "range-0.js" ], "duration": 55.16887500003213, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-1.js" ], "duration": 0.9227320000063628, "failureMessages": [ "range-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,12 +14,12 @@\n | ^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted(2, 3<|>);\n + thisWillBeFormatted(2, 3);\n +\n + thi<|>sWontBeFormatted(2, 90);\n \n - thisWontBeFormatted (2, 90 ,)\n - \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range-1.js" ], "duration": 56.31974700000137, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "range-1.js" ], "duration": 56.558408999990206, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "range-1.js" ], "duration": 54.60311299999012, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-1.js" ], "duration": 54.38563500001328, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-1.js" ], "duration": 54.26162499998463, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-1.js" ], "duration": 54.986877999966964, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "range-1.js" ], "duration": 54.53125, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "range-1.js" ], "duration": 54.560181999986526, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-2.js" ], "duration": 0.9254170000203885, "failureMessages": [ "range-2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-2.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,12 +14,12 @@\n | ^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted(2, 3<|>);\n + thisWillBeFormatted(2, 3);\n +\n + thi<|>sWontBeFormatted(2, 90);\n \n - thisWontBeFormatted (2, 90 ,)\n - \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range-2.js" ], "duration": 55.17308999999659, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "range-2.js" ], "duration": 56.452616000024136, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "range-2.js" ], "duration": 54.870691999967676, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-2.js" ], "duration": 54.07320400001481, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-2.js" ], "duration": 54.20593499997631, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-2.js" ], "duration": 54.56423999997787, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "range-2.js" ], "duration": 54.77919000003021, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "range-2.js" ], "duration": 54.99400599999353, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-3.js" ], "duration": 0.8807129999622703, "failureMessages": [ "range-3.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-3.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -15,12 +15,12 @@\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted <|> ( 1 ,3)\n + thisWontBeFormatted(<|>1, 3);\n \n - thisWillBeFormatted(2, 3);\n + thisWillBeFormatted(2, 3);\n +\n + thisWontBeFormatted(2, 90);\n \n - thisWontBeFormatted (2, 90 ,)\n - \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range-3.js" ], "duration": 55.74316200002795, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "range-3.js" ], "duration": 55.57513900002232, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "range-3.js" ], "duration": 54.3711679999833, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-3.js" ], "duration": 54.77204999997048, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-3.js" ], "duration": 53.73348400002578, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-3.js" ], "duration": 55.1941189999925, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "range-3.js" ], "duration": 55.039492000010796, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "range-3.js" ], "duration": 54.54149699996924, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-4.js" ], "duration": 0.8382429999765009, "failureMessages": [ "range-4.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-4.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,12 +14,12 @@\n | ^\n > 5 | thisWontBeFormatted (2, 9<|>0 ,)\n | ^^^^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted(2, 3);\n + thisWillBeFormatted(2, 3);\n \n - thisWontBeFormatted (2, 9<|>0 ,)\n - \n + thisWontBeFormatted(2, 90);\n + <|>\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range-4.js" ], "duration": 55.00472699996317, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "range-4.js" ], "duration": 55.39973399997689, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "range-4.js" ], "duration": 53.98342699999921, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-4.js" ], "duration": 54.473039000004064, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-4.js" ], "duration": 53.940577000030316, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-4.js" ], "duration": 54.75279399997089, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "range-4.js" ], "duration": 54.631419000041205, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "range-4.js" ], "duration": 57.65252499998314, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-5.js" ], "duration": 0.6034119999967515, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "range-5.js" ], "duration": 55.042788000020664, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "range-5.js" ], "duration": 54.415861000015866, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "range-5.js" ], "duration": 54.3352409999934, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-5.js" ], "duration": 53.65607500000624, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-5.js" ], "duration": 54.07522500003688, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-5.js" ], "duration": 53.71551400003955, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "range-5.js" ], "duration": 54.43209800001932, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "range-5.js" ], "duration": 55.344802000036, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-6.js" ], "duration": 0.5394519999972545, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "range-6.js" ], "duration": 55.044822000025306, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "range-6.js" ], "duration": 54.62679799995385, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "range-6.js" ], "duration": 53.89597200002754, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-6.js" ], "duration": 53.500972000008915, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-6.js" ], "duration": 53.98041399999056, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-6.js" ], "duration": 54.85688900004607, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "range-6.js" ], "duration": 53.83778499998152, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "range-6.js" ], "duration": 54.21040699997684, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-7.js" ], "duration": 0.5411560000502504, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "range-7.js" ], "duration": 55.3901729999925, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "range-7.js" ], "duration": 54.74358999996912, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "range-7.js" ], "duration": 54.088194000010844, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-7.js" ], "duration": 54.361360000038985, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-7.js" ], "duration": 54.25138999999035, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-7.js" ], "duration": 54.33921000000555, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "range-7.js" ], "duration": 54.15524299995741, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "range-7.js" ], "duration": 54.59717100003036, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-8.js" ], "duration": 0.9172620000317693, "failureMessages": [ "range-8.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-8.js format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -15,12 +15,12 @@\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 |\n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted(2, 3)<|>;\n + thisWillBeFormatted(2, 3);\n \n - thisWontBeFormatted (2, 90 ,)\n + this<|>WontBeFormatted(2, 90);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range-8.js" ], "duration": 55.305869000032544, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "range-8.js" ], "duration": 56.353307999961544, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "range-8.js" ], "duration": 55.0402560000075, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-8.js" ], "duration": 56.36049799999455, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-8.js" ], "duration": 53.9929879999836, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-8.js" ], "duration": 54.558560999983456, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "range-8.js" ], "duration": 54.808858999982476, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "range-8.js" ], "duration": 55.81801099999575, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [], "duration": 1.8768520000157878, "failureMessages": [], "fullName": "translates cursor correctly in basic case", "numPassingAsserts": 0, "status": "passed", "title": "translates cursor correctly in basic case" }, { "ancestorTitles": [], "duration": 0.7680909999762662, "failureMessages": [], "fullName": "positions cursor relative to closest node, not SourceElement", "numPassingAsserts": 0, "status": "passed", "title": "positions cursor relative to closest node, not SourceElement" }, { "ancestorTitles": [], "duration": 0.7766770000453107, "failureMessages": [], "fullName": "keeps cursor inside formatted node", "numPassingAsserts": 0, "status": "passed", "title": "keeps cursor inside formatted node" }, { "ancestorTitles": [], "duration": 1.8848770000040531, "failureMessages": [], "fullName": "doesn't insert second placeholder for nonexistent TypeAnnotation", "numPassingAsserts": 0, "status": "passed", "title": "doesn't insert second placeholder for nonexistent TypeAnnotation" }, { "ancestorTitles": [], "duration": 1.028158999979496, "failureMessages": [], "fullName": "cursorOffset === rangeStart", "numPassingAsserts": 0, "status": "passed", "title": "cursorOffset === rangeStart" } ], "numTodoTests": 0 }, { "failureMessage": "comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n /* 0 */import /* 1 */module /* 2 */from /* 3 */from /* 4 */\"./module.wasm\"/* 5 */;\n \n =====================================output=====================================\n - /* 0 */ import module /* 1 */ /* 2 */ from /* 3 */ from /* 4 */ \"./module.wasm\" /* 5 */;\n + /* 0 */ import /* 1 */module /* 2 */from /* 3 */\n + from; /* 4 */\n + (\"./module.wasm\") /* 5 */;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nimport-reflection.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-reflection.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -4,8 +4,11 @@\n | printWidth\n =====================================input======================================\n import module foo from \"./module.wasm\";\n \n =====================================output=====================================\n - import module foo from \"./module.wasm\";\n + import module\n + foo;\n + from;\n + (\"./module.wasm\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nvalid-default-import.mjs > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-default-import.mjs format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -5,9 +5,12 @@\n =====================================input======================================\n import module foo from \"./module.wasm\";\n import bar from \"./module.wasm\";\n \n =====================================output=====================================\n - import module foo from \"./module.wasm\";\n + import module\n + foo;\n + from;\n + (\"./module.wasm\");\n import bar from \"./module.wasm\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nvalid-from-as-default-module-binding-escaped.mjs > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-from-as-default-module-binding-escaped.mjs format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n import module \\u0066rom from \"./module.wasm\";\n \n =====================================output=====================================\n - import module from from \"./module.wasm\";\n + import module \\u0066rom\n + from;\n + (\"./module.wasm\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nvalid-from-as-default-module-binding.mjs > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-from-as-default-module-binding.mjs format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n import module from from \"./module.wasm\";\n \n =====================================output=====================================\n - import module from from \"./module.wasm\";\n + import module from\n + from;\n + (\"./module.wasm\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 5, "numPassingTests": 58, "numPendingTests": 0, "perfStats": { "start": 40499.60479200003, "end": 42610.61697199999, "runtime": 2111, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 27, "unchecked": 0, "unmatched": 5, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/import-reflection/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "comments.js" ], "duration": 0.725109999999404, "failureMessages": [ "comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n /* 0 */import /* 1 */module /* 2 */from /* 3 */from /* 4 */\"./module.wasm\"/* 5 */;\n \n =====================================output=====================================\n - /* 0 */ import module /* 1 */ /* 2 */ from /* 3 */ from /* 4 */ \"./module.wasm\" /* 5 */;\n + /* 0 */ import /* 1 */module /* 2 */from /* 3 */\n + from; /* 4 */\n + (\"./module.wasm\") /* 5 */;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "comments.js" ], "duration": 1.8203349999967031, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 1.34487299999455, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 0.8668060000054538, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 0.7722690000082366, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 0.7463710000156425, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 53.86123799998313, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 54.57776600000216, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 54.72320100001525, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "import-reflection.js" ], "duration": 0.6200830000452697, "failureMessages": [ "import-reflection.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-reflection.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -4,8 +4,11 @@\n | printWidth\n =====================================input======================================\n import module foo from \"./module.wasm\";\n \n =====================================output=====================================\n - import module foo from \"./module.wasm\";\n + import module\n + foo;\n + from;\n + (\"./module.wasm\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "import-reflection.js" ], "duration": 1.5833509999793023, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "import-reflection.js" ], "duration": 1.6511680000112392, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "import-reflection.js" ], "duration": 0.7878379999892786, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "import-reflection.js" ], "duration": 0.7420419999980368, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "import-reflection.js" ], "duration": 0.7139590000151657, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "import-reflection.js" ], "duration": 54.83269999996992, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "import-reflection.js" ], "duration": 54.64293599996017, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "import-reflection.js" ], "duration": 54.28575300000375, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-default-import.mjs" ], "duration": 0.8475509999552742, "failureMessages": [ "valid-default-import.mjs > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-default-import.mjs format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -5,9 +5,12 @@\n =====================================input======================================\n import module foo from \"./module.wasm\";\n import bar from \"./module.wasm\";\n \n =====================================output=====================================\n - import module foo from \"./module.wasm\";\n + import module\n + foo;\n + from;\n + (\"./module.wasm\");\n import bar from \"./module.wasm\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "valid-default-import.mjs" ], "duration": 2.9694429999799468, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-default-import.mjs" ], "duration": 1.920503999979701, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-default-import.mjs" ], "duration": 0.9147760000196286, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-default-import.mjs" ], "duration": 0.695464999997057, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-default-import.mjs" ], "duration": 0.6837629999499768, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-default-import.mjs" ], "duration": 53.579071999993175, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-default-import.mjs" ], "duration": 54.9695729999803, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-default-import.mjs" ], "duration": 54.70889200002421, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding-escaped.mjs" ], "duration": 0.596027999999933, "failureMessages": [ "valid-from-as-default-module-binding-escaped.mjs > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-from-as-default-module-binding-escaped.mjs format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n import module \\u0066rom from \"./module.wasm\";\n \n =====================================output=====================================\n - import module from from \"./module.wasm\";\n + import module \\u0066rom\n + from;\n + (\"./module.wasm\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding-escaped.mjs" ], "duration": 1.5903939999989234, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding-escaped.mjs" ], "duration": 1.4860489999991842, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding-escaped.mjs" ], "duration": 1.0973890000022948, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding-escaped.mjs" ], "duration": 1.048536999966018, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding-escaped.mjs" ], "duration": 0.6897140000364743, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding-escaped.mjs" ], "duration": 54.0740330000408, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding-escaped.mjs" ], "duration": 54.34714900003746, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding-escaped.mjs" ], "duration": 54.3401179999928, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding.mjs" ], "duration": 0.5940249999985099, "failureMessages": [ "valid-from-as-default-module-binding.mjs > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-from-as-default-module-binding.mjs format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n import module from from \"./module.wasm\";\n \n =====================================output=====================================\n - import module from from \"./module.wasm\";\n + import module from\n + from;\n + (\"./module.wasm\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding.mjs" ], "duration": 1.478884999989532, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding.mjs" ], "duration": 1.1542860000045039, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding.mjs" ], "duration": 0.7555580000043847, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding.mjs" ], "duration": 0.6664410000084899, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding.mjs" ], "duration": 0.6565120000159368, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding.mjs" ], "duration": 54.17144599999301, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding.mjs" ], "duration": 54.21773600002052, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding.mjs" ], "duration": 54.1309669999755, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-module-as-default-binding-2.mjs" ], "duration": 0.41463800001656637, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-module-as-default-binding-2.mjs" ], "duration": 54.5077380000148, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-module-as-default-binding-2.mjs" ], "duration": 54.65751099999761, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-module-as-default-binding-2.mjs" ], "duration": 54.33691799995722, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-module-as-default-binding-2.mjs" ], "duration": 53.621235999977216, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-module-as-default-binding-2.mjs" ], "duration": 53.63696999999229, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-module-as-default-binding-2.mjs" ], "duration": 54.080016000021715, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-module-as-default-binding-2.mjs" ], "duration": 54.35642000002554, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-module-as-default-binding-2.mjs" ], "duration": 54.31835199997295, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-module-as-default-binding.mjs" ], "duration": 0.4234540000325069, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-module-as-default-binding.mjs" ], "duration": 54.09959300002083, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-module-as-default-binding.mjs" ], "duration": 54.54953199997544, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-module-as-default-binding.mjs" ], "duration": 53.26265399996191, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-module-as-default-binding.mjs" ], "duration": 53.957133000018075, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-module-as-default-binding.mjs" ], "duration": 52.732282000011764, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-module-as-default-binding.mjs" ], "duration": 54.289022999990266, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-module-as-default-binding.mjs" ], "duration": 54.324660999991465, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-module-as-default-binding.mjs" ], "duration": 54.41172099998221, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "valid-parenthesized.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-parenthesized.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n (a?.b) = c;\n \n =====================================output=====================================\n - a?.b = c;\n + (a?.b) = c;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 4)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 69, "numPendingTests": 0, "perfStats": { "start": 42640.761849, "end": 43229.41365500004, "runtime": 589, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 63, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/optional-chaining-assignment/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "invalid-destructuring-arr.js" ], "duration": 1.3361169999698177, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "invalid-destructuring-arr.js" ], "duration": 0.9527699999744073, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "invalid-destructuring-arr.js" ], "duration": 0.7327840000507422, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "invalid-destructuring-arr.js" ], "duration": 0.8104310000198893, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "invalid-destructuring-arr.js" ], "duration": 0.8249480000231415, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "invalid-destructuring-obj.js" ], "duration": 0.9023240000242367, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "invalid-destructuring-obj.js" ], "duration": 0.8294669999741018, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "invalid-destructuring-obj.js" ], "duration": 0.7540949999820441, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "invalid-destructuring-obj.js" ], "duration": 0.6984710000106134, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "invalid-destructuring-obj.js" ], "duration": 0.8724369999836199, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "invalid-fn-param-arrow.js" ], "duration": 0.8986170000280254, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "invalid-fn-param-arrow.js" ], "duration": 0.8052510000416078, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "invalid-fn-param-arrow.js" ], "duration": 0.6967070000246167, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "invalid-fn-param-arrow.js" ], "duration": 0.6279680000152439, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "invalid-fn-param-arrow.js" ], "duration": 0.7957429999951273, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "invalid-fn-param-assign.js" ], "duration": 0.6987810000427999, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "invalid-fn-param-assign.js" ], "duration": 0.6722619999782182, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "invalid-fn-param-assign.js" ], "duration": 0.7104029999463819, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "invalid-fn-param-assign.js" ], "duration": 0.6220270000048913, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "invalid-fn-param-assign.js" ], "duration": 0.6738450000411831, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "invalid-fn-param.js" ], "duration": 0.6472739999881014, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "invalid-fn-param.js" ], "duration": 0.6568519999855198, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "invalid-fn-param.js" ], "duration": 0.6695269999909215, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "invalid-fn-param.js" ], "duration": 0.6209849999868311, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "invalid-fn-param.js" ], "duration": 0.6579450000426732, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "invalid-for-await-of.js" ], "duration": 0.718206999998074, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "invalid-for-await-of.js" ], "duration": 0.6715600000461563, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "invalid-for-await-of.js" ], "duration": 0.6622929999721237, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "invalid-for-await-of.js" ], "duration": 0.6468640000093728, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "invalid-for-await-of.js" ], "duration": 0.7449570000171661, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "invalid-for-in.js" ], "duration": 0.6919980000238866, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "invalid-for-in.js" ], "duration": 0.6576639999984764, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "invalid-for-in.js" ], "duration": 0.6611910000210628, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "invalid-for-in.js" ], "duration": 0.6197920000413433, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "invalid-for-in.js" ], "duration": 0.753393999999389, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "invalid-for-of.js" ], "duration": 0.6893140000174753, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "invalid-for-of.js" ], "duration": 0.663855999999214, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "invalid-for-of.js" ], "duration": 0.6530749999801628, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "invalid-for-of.js" ], "duration": 0.6183900000178255, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "invalid-for-of.js" ], "duration": 0.7168260000180453, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "invalid-inc-postfix.js" ], "duration": 0.7289579999633133, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "invalid-inc-postfix.js" ], "duration": 0.6661299999686889, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "invalid-inc-postfix.js" ], "duration": 0.6616110000177287, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "invalid-inc-postfix.js" ], "duration": 0.6228789999731816, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "invalid-inc-postfix.js" ], "duration": 0.7075370000093244, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "invalid-inc-prefix.js" ], "duration": 0.6827410000259988, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "invalid-inc-prefix.js" ], "duration": 0.6762689999886788, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "invalid-inc-prefix.js" ], "duration": 0.654458999983035, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "invalid-inc-prefix.js" ], "duration": 0.7010649999720044, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "invalid-inc-prefix.js" ], "duration": 0.7091009999858215, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-complex-case.js" ], "duration": 0.41306500002974644, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-complex-case.js" ], "duration": 1.1114059999817982, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-complex-case.js" ], "duration": 0.7560090000042692, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-complex-case.js" ], "duration": 0.8054610000108369, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-complex-case.js" ], "duration": 54.43027799995616, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-lhs-eq.js" ], "duration": 0.42027899995446205, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-lhs-eq.js" ], "duration": 1.0650189999723807, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-lhs-eq.js" ], "duration": 0.7506179999909364, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-lhs-eq.js" ], "duration": 53.384894000017084, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-lhs-eq.js" ], "duration": 54.169308999960776, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-lhs-plus-eq.js" ], "duration": 0.411722999997437, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-lhs-plus-eq.js" ], "duration": 1.0870589999831282, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-lhs-plus-eq.js" ], "duration": 0.7500379999983124, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-lhs-plus-eq.js" ], "duration": 53.83010200003628, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-lhs-plus-eq.js" ], "duration": 54.63316899997881, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-parenthesized.js" ], "duration": 0.5940340000088327, "failureMessages": [ "valid-parenthesized.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-parenthesized.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n (a?.b) = c;\n \n =====================================output=====================================\n - a?.b = c;\n + (a?.b) = c;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 4)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "valid-parenthesized.js" ], "duration": 1.0997540000244044, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-parenthesized.js" ], "duration": 0.7369529999559745, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-parenthesized.js" ], "duration": 0.7486050000297837, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-parenthesized.js" ], "duration": 53.828258999972604, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "snippet: #2 > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #2 format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -3,8 +3,8 @@\n printWidth: 80\n | printWidth\n =====================================input======================================\n 'use strict' /* comment */;\n =====================================output=====================================\n - \"use strict\" /* comment */;\n + \"use strict\";/* comment */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 5)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: #3 > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #3 format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -6,9 +6,9 @@\n function foo() {\n 'use strict' /* comment */;\n }\n =====================================output=====================================\n function foo() {\n - \"use strict\" /* comment */;\n + \"use strict\";/* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 5)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: #2 - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #2 - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n semi: false\n | printWidth\n =====================================input======================================\n 'use strict' /* comment */;\n =====================================output=====================================\n - \"use strict\" /* comment */\n + \"use strict\"/* comment */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 5)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: #3 - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #3 - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -7,9 +7,9 @@\n function foo() {\n 'use strict' /* comment */;\n }\n =====================================output=====================================\n function foo() {\n - \"use strict\" /* comment */\n + \"use strict\"/* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 5)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 4, "numPassingTests": 284, "numPendingTests": 0, "perfStats": { "start": 43266.531684999994, "end": 59011.83753000002, "runtime": 15745, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 28, "unchecked": 0, "unmatched": 4, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/directives/comments/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "snippet: #0" ], "duration": 0.42479800002183765, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 53.91023199999472, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 54.74456200003624, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 53.29120799998054, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 53.59534500003792, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 53.487748999963515, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 54.225054000038654, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 54.00163400004385, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 54.02184200001648, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 0.46956100000534207, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 55.06679000001168, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 55.630410999991, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 54.13993300002767, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 54.08482099999674, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 53.646175000001676, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 54.18785899999784, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 54.84909899998456, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 54.67363599996315, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 0.7784609999507666, "failureMessages": [ "snippet: #2 > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #2 format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -3,8 +3,8 @@\n printWidth: 80\n | printWidth\n =====================================input======================================\n 'use strict' /* comment */;\n =====================================output=====================================\n - \"use strict\" /* comment */;\n + \"use strict\";/* comment */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 5)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 53.88291099999333, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 54.00240200001281, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 54.213790000008885, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 53.92317299998831, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 53.72948599996744, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 54.23718599998392, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 53.798473999951966, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 53.93958800000837, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 0.6184299999731593, "failureMessages": [ "snippet: #3 > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #3 format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -6,9 +6,9 @@\n function foo() {\n 'use strict' /* comment */;\n }\n =====================================output=====================================\n function foo() {\n - \"use strict\" /* comment */;\n + \"use strict\";/* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 5)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 54.51451899996027, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 54.4718480000156, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 54.04755900002783, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 53.96075500000734, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 53.94627900002524, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 53.91927900002338, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 53.982108999975026, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 54.433582000026945, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 0.4647320000221953, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 54.54219499998726, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 55.86684599996079, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 53.81193500000518, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 54.60987099999329, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 53.833748000033665, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 54.410642999981064, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 53.62213099998189, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 54.20997200004058, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 0.4240550000104122, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 54.99758800002746, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 54.88424499996472, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 53.77893899998162, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 54.61576600000262, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 55.57500599999912, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 54.451705000014044, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 54.414117000007536, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 54.53944499994395, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 0.41867599997203797, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 54.82479799998691, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 54.540184000041336, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 54.30002300004708, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 54.03035800001817, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 54.25979800004279, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 54.08279600000242, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 53.623093000031076, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 53.6542040000204, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 0.48493000003509223, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 55.20631500001764, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 54.41126200003782, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 54.28259800001979, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 54.53250199998729, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 54.020910000021104, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 54.58858199999668, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 54.18363700003829, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 54.63565999997081, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 0.4250979999778792, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 54.16314000001876, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 55.275671000010334, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 54.53876099997433, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 53.98254100000486, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 55.021861999994144, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 55.03440399997635, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 54.54409899999155, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 54.65615400002571, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 0.43180999998003244, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 55.06701299996348, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 54.73475599999074, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 53.64429500000551, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 54.64938799996162, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 53.48550399998203, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 54.67842599999858, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 55.30992299999343, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 54.41534299997147, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 0.43319299997529015, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 54.993559000024106, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 55.0138759999536, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 54.30529499996919, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 54.87540100002661, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 54.259846000000834, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 53.778086000005715, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 54.506350000039674, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 54.15674199996283, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 0.4066330000059679, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 55.74558300001081, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 55.973555999982636, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 54.611908000020776, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 54.92271899996558, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 53.59172700002091, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 55.00634900003206, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 54.17460900003789, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 54.879590999975335, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 0.43259199999738485, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 56.26459600002272, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 54.702028000028804, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 54.197747999976855, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 54.49675200000638, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 54.11088100000052, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 54.48841699998593, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 54.563237000023946, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 54.14417799998773, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 0.4250870000105351, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 54.85905999998795, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 54.79771000001347, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 53.78556800005026, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 54.485077999997884, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 54.59634200000437, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 55.226782999990974, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 55.02074800000992, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 54.32001800002763, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 0.4154689999995753, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 56.06827800004976, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 54.74340899998788, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 54.30431799998041, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 54.671950999996625, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 53.935853000031784, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 54.66539900004864, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 54.35643399995752, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 54.40790200000629, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 0.43225100002018735, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 54.56341499998234, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 54.668134000035934, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 54.372199000034016, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 54.31981999997515, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 54.42722199996933, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 53.71638699999312, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 55.058866999985185, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 55.13950799999293, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 0.49601000000257045, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 65.54518299998017, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 54.663077000004705, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 53.49498300004052, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 53.76365999999689, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 53.68103900004644, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 54.63712299999315, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 54.65556599997217, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 54.323822999955155, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 0.4410679999855347, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 55.70877999998629, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 54.99312400002964, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 53.94114800001262, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 54.46852900000522, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 54.157342999998946, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 54.99290599999949, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 54.605680000036955, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 54.03576699999394, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #2 - {\"semi\":false}" ], "duration": 0.64190399996005, "failureMessages": [ "snippet: #2 - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #2 - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n semi: false\n | printWidth\n =====================================input======================================\n 'use strict' /* comment */;\n =====================================output=====================================\n - \"use strict\" /* comment */\n + \"use strict\"/* comment */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 5)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "snippet: #2 - {\"semi\":false}" ], "duration": 54.294132000009995, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #2 - {\"semi\":false}" ], "duration": 54.42828500003088, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #2 - {\"semi\":false}" ], "duration": 53.86673800001154, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #2 - {\"semi\":false}" ], "duration": 53.75193000002764, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #2 - {\"semi\":false}" ], "duration": 53.73056900000665, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #2 - {\"semi\":false}" ], "duration": 53.6176029999624, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #2 - {\"semi\":false}" ], "duration": 54.53827299998375, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #2 - {\"semi\":false}" ], "duration": 53.65704399999231, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #3 - {\"semi\":false}" ], "duration": 0.5654610000201501, "failureMessages": [ "snippet: #3 - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #3 - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -7,9 +7,9 @@\n function foo() {\n 'use strict' /* comment */;\n }\n =====================================output=====================================\n function foo() {\n - \"use strict\" /* comment */\n + \"use strict\"/* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 5)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "snippet: #3 - {\"semi\":false}" ], "duration": 54.4049230000237, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #3 - {\"semi\":false}" ], "duration": 55.149901999975555, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #3 - {\"semi\":false}" ], "duration": 54.786057999997865, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #3 - {\"semi\":false}" ], "duration": 54.31239800003823, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #3 - {\"semi\":false}" ], "duration": 54.00962600001367, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #3 - {\"semi\":false}" ], "duration": 54.596366000012495, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #3 - {\"semi\":false}" ], "duration": 54.49885700002778, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #3 - {\"semi\":false}" ], "duration": 54.504352000018116, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #4 - {\"semi\":false}" ], "duration": 0.4505350000108592, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #4 - {\"semi\":false}" ], "duration": 54.045718999987, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #4 - {\"semi\":false}" ], "duration": 54.2839260000037, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #4 - {\"semi\":false}" ], "duration": 54.18653800000902, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #4 - {\"semi\":false}" ], "duration": 53.29581999999937, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #4 - {\"semi\":false}" ], "duration": 53.87963799998397, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #4 - {\"semi\":false}" ], "duration": 53.78840099996887, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #4 - {\"semi\":false}" ], "duration": 53.25349999999162, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #4 - {\"semi\":false}" ], "duration": 53.8334249999607, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #5 - {\"semi\":false}" ], "duration": 0.4224729999550618, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #5 - {\"semi\":false}" ], "duration": 55.388280000013765, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #5 - {\"semi\":false}" ], "duration": 55.29698799998732, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #5 - {\"semi\":false}" ], "duration": 53.83298400003696, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #5 - {\"semi\":false}" ], "duration": 53.805297999992035, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #5 - {\"semi\":false}" ], "duration": 53.71091100003105, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #5 - {\"semi\":false}" ], "duration": 54.11834700003965, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #5 - {\"semi\":false}" ], "duration": 54.2467160000233, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #5 - {\"semi\":false}" ], "duration": 54.955921999993734, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #6 - {\"semi\":false}" ], "duration": 0.4216610000003129, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #6 - {\"semi\":false}" ], "duration": 53.96301400003722, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #6 - {\"semi\":false}" ], "duration": 54.39762400003383, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #6 - {\"semi\":false}" ], "duration": 53.66027900000336, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #6 - {\"semi\":false}" ], "duration": 54.59188800002448, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #6 - {\"semi\":false}" ], "duration": 53.38912399997935, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #6 - {\"semi\":false}" ], "duration": 54.54915500001516, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #6 - {\"semi\":false}" ], "duration": 53.92820099997334, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #6 - {\"semi\":false}" ], "duration": 53.59892799996305, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #7 - {\"semi\":false}" ], "duration": 0.4382830000249669, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #7 - {\"semi\":false}" ], "duration": 54.062893000023905, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #7 - {\"semi\":false}" ], "duration": 55.00144000002183, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #7 - {\"semi\":false}" ], "duration": 53.83752800000366, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #7 - {\"semi\":false}" ], "duration": 54.326220000046305, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #7 - {\"semi\":false}" ], "duration": 54.32384899997851, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #7 - {\"semi\":false}" ], "duration": 54.47464199998649, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #7 - {\"semi\":false}" ], "duration": 54.1745210000081, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #7 - {\"semi\":false}" ], "duration": 54.037904000026174, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #8 - {\"semi\":false}" ], "duration": 0.48643300001276657, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #8 - {\"semi\":false}" ], "duration": 54.24549100000877, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #8 - {\"semi\":false}" ], "duration": 54.76495900005102, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #8 - {\"semi\":false}" ], "duration": 54.36519100004807, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #8 - {\"semi\":false}" ], "duration": 54.235858999949414, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #8 - {\"semi\":false}" ], "duration": 54.04372999997577, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #8 - {\"semi\":false}" ], "duration": 55.21098700002767, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #8 - {\"semi\":false}" ], "duration": 54.555773000000045, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #8 - {\"semi\":false}" ], "duration": 55.27327599999262, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #9 - {\"semi\":false}" ], "duration": 0.48486999998567626, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #9 - {\"semi\":false}" ], "duration": 55.68542100000195, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #9 - {\"semi\":false}" ], "duration": 55.28056699997978, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #9 - {\"semi\":false}" ], "duration": 54.1755439999979, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #9 - {\"semi\":false}" ], "duration": 54.652808999991976, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #9 - {\"semi\":false}" ], "duration": 54.621928000007756, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #9 - {\"semi\":false}" ], "duration": 55.145269999979064, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #9 - {\"semi\":false}" ], "duration": 55.10380300000543, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #9 - {\"semi\":false}" ], "duration": 54.604415000008885, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #10 - {\"semi\":false}" ], "duration": 0.41987799998605624, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #10 - {\"semi\":false}" ], "duration": 54.66475299996091, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #10 - {\"semi\":false}" ], "duration": 54.5863159999717, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #10 - {\"semi\":false}" ], "duration": 53.94534500001464, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #10 - {\"semi\":false}" ], "duration": 53.770100000023376, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #10 - {\"semi\":false}" ], "duration": 54.30928899999708, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #10 - {\"semi\":false}" ], "duration": 54.89074200001778, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #10 - {\"semi\":false}" ], "duration": 54.23512500000652, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #10 - {\"semi\":false}" ], "duration": 56.30043400003342, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #11 - {\"semi\":false}" ], "duration": 0.42850400001043454, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #11 - {\"semi\":false}" ], "duration": 57.062845000007655, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #11 - {\"semi\":false}" ], "duration": 55.022959999972954, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #11 - {\"semi\":false}" ], "duration": 55.151645999983884, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #11 - {\"semi\":false}" ], "duration": 54.892779000045266, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #11 - {\"semi\":false}" ], "duration": 54.55978100001812, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #11 - {\"semi\":false}" ], "duration": 54.654205000028014, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #11 - {\"semi\":false}" ], "duration": 54.91054800001439, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #11 - {\"semi\":false}" ], "duration": 54.90394699998433, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #12 - {\"semi\":false}" ], "duration": 0.4381620000349358, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #12 - {\"semi\":false}" ], "duration": 54.85698899999261, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #12 - {\"semi\":false}" ], "duration": 55.28247700002976, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #12 - {\"semi\":false}" ], "duration": 54.043935999972746, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #12 - {\"semi\":false}" ], "duration": 54.26049900002545, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #12 - {\"semi\":false}" ], "duration": 53.94013599999016, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #12 - {\"semi\":false}" ], "duration": 54.748488000012, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #12 - {\"semi\":false}" ], "duration": 54.55842600000324, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #12 - {\"semi\":false}" ], "duration": 54.82016000000294, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #13 - {\"semi\":false}" ], "duration": 0.42361500003607944, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #13 - {\"semi\":false}" ], "duration": 55.581558000005316, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #13 - {\"semi\":false}" ], "duration": 55.12429799995152, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #13 - {\"semi\":false}" ], "duration": 54.93239100003848, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #13 - {\"semi\":false}" ], "duration": 54.587123000004794, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #13 - {\"semi\":false}" ], "duration": 54.6366449999623, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #13 - {\"semi\":false}" ], "duration": 54.8600420000148, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #13 - {\"semi\":false}" ], "duration": 54.834012000006624, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #13 - {\"semi\":false}" ], "duration": 54.78454999998212, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #14 - {\"semi\":false}" ], "duration": 0.4671759999473579, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #14 - {\"semi\":false}" ], "duration": 55.06846600002609, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #14 - {\"semi\":false}" ], "duration": 54.69902499997988, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #14 - {\"semi\":false}" ], "duration": 54.24984000000404, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #14 - {\"semi\":false}" ], "duration": 53.937441000016406, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #14 - {\"semi\":false}" ], "duration": 54.123031999974046, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #14 - {\"semi\":false}" ], "duration": 55.14396900002612, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #14 - {\"semi\":false}" ], "duration": 54.73527100001229, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #14 - {\"semi\":false}" ], "duration": 54.76424499996938, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #15 - {\"semi\":false}" ], "duration": 0.47792700002901256, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #15 - {\"semi\":false}" ], "duration": 55.94402200001059, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #15 - {\"semi\":false}" ], "duration": 55.299075999995694, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #15 - {\"semi\":false}" ], "duration": 54.65621799998917, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #15 - {\"semi\":false}" ], "duration": 54.49885600002017, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #15 - {\"semi\":false}" ], "duration": 54.73965300002601, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #15 - {\"semi\":false}" ], "duration": 55.48236500000348, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #15 - {\"semi\":false}" ], "duration": 54.52690599998459, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #15 - {\"semi\":false}" ], "duration": 54.99643399997149, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 49, "numPendingTests": 0, "perfStats": { "start": 59054.09313200001, "end": 60303.56041600002, "runtime": 1249, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 34, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/import-attributes/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "dynamic-import.js" ], "duration": 0.5221499999752268, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 55.45458299998427, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 1.5344599999953061, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 1.4910880000097677, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 0.8536520000197925, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 55.36743699997896, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 54.72759700001916, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 0.5514940000139177, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "empty.js" ], "duration": 2.5521089999820106, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 1.0386690000304952, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 0.8099799999617971, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 1.0515640000230633, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 55.29238700005226, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 55.606061000027694, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multi-types.js" ], "duration": 0.5198659999878146, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multi-types.js" ], "duration": 1.4577949999948032, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multi-types.js" ], "duration": 0.8213709999690764, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multi-types.js" ], "duration": 0.726011999999173, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multi-types.js" ], "duration": 0.7520709999953397, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multi-types.js" ], "duration": 54.43455399997765, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multi-types.js" ], "duration": 54.981876000005286, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "non-type.js" ], "duration": 0.41971800004830584, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "non-type.js" ], "duration": 1.489434999995865, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "non-type.js" ], "duration": 0.8259299999917857, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "non-type.js" ], "duration": 0.7131379999918863, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "non-type.js" ], "duration": 0.7330159999546595, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "non-type.js" ], "duration": 53.981830000004265, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "non-type.js" ], "duration": 53.80136800004402, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "re-export.js" ], "duration": 0.43253099999856204, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "re-export.js" ], "duration": 1.7960800000000745, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "re-export.js" ], "duration": 1.1064960000221618, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "re-export.js" ], "duration": 0.7482949999975972, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "re-export.js" ], "duration": 0.7523220000439323, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "re-export.js" ], "duration": 54.812272000010125, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "re-export.js" ], "duration": 54.48272599995835, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static-import.js" ], "duration": 0.413455999980215, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static-import.js" ], "duration": 1.4900760000455193, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static-import.js" ], "duration": 0.8058820000151172, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static-import.js" ], "duration": 0.7530830000177957, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static-import.js" ], "duration": 0.7211629999801517, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "static-import.js" ], "duration": 54.50040900002932, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static-import.js" ], "duration": 54.62899200001266, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "without-from.js" ], "duration": 0.49871600000187755, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "without-from.js" ], "duration": 1.4801880000159144, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "without-from.js" ], "duration": 0.7739120000042021, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "without-from.js" ], "duration": 0.7749140000087209, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "without-from.js" ], "duration": 0.7364810000290163, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "without-from.js" ], "duration": 54.14964199997485, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "without-from.js" ], "duration": 53.737789000035264, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "func-call.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -16,11 +16,11 @@\n =====================================output=====================================\n fn(\n bifornCringerMoshedPerplexSawder,\n askTrovenaBeenaDependsRowans,\n glimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - anodyneCondosMalateOverateRetinol\n + anodyneCondosMalateOverateRetinol\n ? annularCooeedSplicesWalksWayWay\n : kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nindent.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -173,14 +173,14 @@\n \n =====================================output=====================================\n aaaaaaaaaaaaaaa\n ? bbbbbbbbbbbbbbbbbb\n : ccccccccccccccc\n - ? ddddddddddddddd\n - : eeeeeeeeeeeeeee\n - ? fffffffffffffff\n - : gggggggggggggggg;\n + ? ddddddddddddddd\n + : eeeeeeeeeeeeeee\n + ? fffffffffffffff\n + : gggggggggggggggg;\n \n aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested-in-condition.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -56,12 +56,12 @@\n )\n ? true\n ? true\n : false\n : true\n - ? true\n - : false;\n + ? true\n + : false;\n \n (\n bifornCringerMoshedPerplexSawder\n ? askTrovenaBeenaDependsRowans\n : glimseGlyphsHazardNoopsTieTie\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js format 1`\n \n - Snapshot - 42\n + Received + 42\n \n @@ -145,14 +145,14 @@\n : (p) => `here's your ${p} ${what}`;\n \n const value = condition1\n ? value1\n : condition2\n - ? value2\n - : condition3\n - ? value3\n - : value4;\n + ? value2\n + : condition3\n + ? value3\n + : value4;\n \n const StorybookLoader = ({ match }) =>\n match.params.storyId === \"button\" ? (\n <ButtonStorybook />\n ) : match.params.storyId === \"color\" ? (\n @@ -174,69 +174,69 @@\n \n const message =\n i % 3 === 0 && i % 5 === 0\n ? \"fizzbuzz\"\n : i % 3 === 0\n - ? \"fizz\"\n - : i % 5 === 0\n - ? \"buzz\"\n - : String(i);\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessage =\n state == \"success\"\n ? \"Payment completed successfully\"\n : state == \"processing\"\n - ? \"Payment processing\"\n - : state == \"invalid_cvc\"\n - ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\"\n - ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n state == \"success\"\n ? 1 //'Payment completed successfully'\n : state == \"processing\"\n - ? 2 //'Payment processing'\n - : state == \"invalid_cvc\"\n - ? 3 //'There was an issue with your CVC number'\n - : true //state == 'invalid_expiry'\n - ? 4 //'Expiry must be sometime in the past.'\n - : 5; // 'There was an issue with the payment. Please contact support.'\n + ? 2 //'Payment processing'\n + : state == \"invalid_cvc\"\n + ? 3 //'There was an issue with your CVC number'\n + : true //state == 'invalid_expiry'\n + ? 4 //'Expiry must be sometime in the past.'\n + : 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n <div\n className={\n \"match-achievement-medal-type type\" +\n (medals[0].record\n ? \"-record\"\n : medals[0].unique\n - ? \"-unique\"\n - : medals[0].type)\n + ? \"-unique\"\n + : medals[0].type)\n }\n >\n {medals[0].record\n ? i18n(\"Record\")\n : medals[0].unique\n - ? i18n(\"Unique\")\n - : medals[0].type === 0\n - ? i18n(\"Silver\")\n - : medals[0].type === 1\n - ? i18n(\"Gold\")\n - : medals[0].type === 2\n - ? i18n(\"Platinum\")\n - : i18n(\"Theme\")}\n + ? i18n(\"Unique\")\n + : medals[0].type === 0\n + ? i18n(\"Silver\")\n + : medals[0].type === 1\n + ? i18n(\"Gold\")\n + : medals[0].type === 2\n + ? i18n(\"Platinum\")\n + : i18n(\"Theme\")}\n </div>\n );\n \n a\n ? literalline\n : {\n - 123: 12,\n - }\n - ? line\n - : softline;\n + 123: 12,\n + }\n + ? line\n + : softline;\n \n const config = {\n onFailure:\n onFailure !== undefined\n ? onFailure\n @@ -249,12 +249,12 @@\n {\n _:\n typeof error === \"string\"\n ? error\n : error && error.message\n - ? error.message\n - : undefined,\n + ? error.message\n + : undefined,\n },\n );\n refresh();\n },\n };\n @@ -270,13 +270,13 @@\n \n const result =\n children && !isEmptyChildren(children)\n ? children\n : props.match\n - ? component\n - ? React.createElement(component, props)\n - : render\n - ? render(props)\n - : null\n - : null;\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunc-call.js - {\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"tabWidth\":4} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -17,11 +17,11 @@\n =====================================output=====================================\n fn(\n bifornCringerMoshedPerplexSawder,\n askTrovenaBeenaDependsRowans,\n glimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - anodyneCondosMalateOverateRetinol\n + anodyneCondosMalateOverateRetinol\n ? annularCooeedSplicesWalksWayWay\n : kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nindent.js - {\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"tabWidth\":4} format 1`\n \n - Snapshot - 113\n + Received + 117\n \n @@ -174,14 +174,14 @@\n \n =====================================output=====================================\n aaaaaaaaaaaaaaa\n ? bbbbbbbbbbbbbbbbbb\n : ccccccccccccccc\n - ? ddddddddddddddd\n - : eeeeeeeeeeeeeee\n - ? fffffffffffffff\n - : gggggggggggggggg;\n + ? ddddddddddddddd\n + : eeeeeeeeeeeeeee\n + ? fffffffffffffff\n + : gggggggggggggggg;\n \n aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n @@ -196,132 +196,136 @@\n : {\n a: {\n a: 0,\n }\n ? {\n - a: 0,\n - }\n + a: 0,\n + }\n : {\n - y: {\n - a: 0,\n - }\n - ? {\n - a: 0,\n - }\n - : {\n - a: 0,\n - },\n - },\n + y: {\n + a: 0,\n + }\n + ? {\n + a: 0,\n + }\n + : {\n + a: 0,\n + },\n + },\n };\n \n a\n ? {\n a: function () {\n return a\n ? {\n - a: [\n - a\n - ? {\n - a: 0,\n - b: [a ? [0, 1] : []],\n - }\n - : [\n - [\n - 0,\n - {\n - a: 0,\n - },\n - a ? 0 : 1,\n - ],\n - function () {\n - return a\n - ? {\n - a: 0,\n - }\n - : [\n - {\n - a: 0,\n - },\n - {},\n - ];\n - },\n - ],\n - ],\n - }\n - : [\n - a\n - ? function () {\n - a\n - ? a(\n - a\n - ? {\n - a: a({\n + a: [\n + a\n + ? {\n + a: 0,\n + b: [a ? [0, 1] : []],\n + }\n + : [\n + [\n + 0,\n + {\n + a: 0,\n + },\n + a ? 0 : 1,\n + ],\n + function () {\n + return a\n + ? {\n a: 0,\n - }),\n - }\n - : [\n - 0,\n - a(),\n - a(\n - a(),\n + }\n + : [\n {\n a: 0,\n },\n - a\n - ? a()\n - : a({\n - a: 0,\n - }),\n - ),\n - a()\n - ? {\n - a: a(),\n - b: [],\n - }\n - : {},\n - ],\n - )\n - : a(\n - a()\n - ? {\n - a: 0,\n - }\n - : (function (a) {\n - return a()\n - ? [\n - {\n - a: 0,\n - b: a(),\n - },\n - ]\n - : a([\n - a\n - ? {\n - a: 0,\n + {},\n + ];\n + },\n + ],\n + ],\n + }\n + : [\n + a\n + ? function () {\n + a\n + ? a(\n + a\n + ? {\n + a: a({\n + a: 0,\n + }),\n + }\n + : [\n + 0,\n + a(),\n + a(\n + a(),\n + {\n + a: 0,\n + },\n + a\n + ? a()\n + : a({\n + a: 0,\n + }),\n + ),\n + a()\n + ? {\n + a: a(),\n + b: [],\n }\n - : {},\n - {\n - a: 0,\n - },\n - ]);\n - })(\n - a\n - ? function (a) {\n - return function () {\n - return 0;\n - };\n - }\n - : function (a) {\n - return function () {\n - return 1;\n - };\n - },\n - ),\n - );\n - }\n - : function () {},\n - ];\n + : {},\n + ],\n + )\n + : a(\n + a()\n + ? {\n + a: 0,\n + }\n + : (function (a) {\n + return a()\n + ? [\n + {\n + a: 0,\n + b: a(),\n + },\n + ]\n + : a([\n + a\n + ? {\n + a: 0,\n + }\n + : {},\n + {\n + a: 0,\n + },\n + ]);\n + })(\n + a\n + ? function (\n + a,\n + ) {\n + return function () {\n + return 0;\n + };\n + }\n + : function (\n + a,\n + ) {\n + return function () {\n + return 1;\n + };\n + },\n + ),\n + );\n + }\n + : function () {},\n + ];\n },\n }\n : a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested-in-condition.js - {\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"tabWidth\":4} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -57,12 +57,12 @@\n )\n ? true\n ? true\n : false\n : true\n - ? true\n - : false;\n + ? true\n + : false;\n \n (\n bifornCringerMoshedPerplexSawder\n ? askTrovenaBeenaDependsRowans\n : glimseGlyphsHazardNoopsTieTie\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested.js - {\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"tabWidth\":4} format 1`\n \n - Snapshot - 42\n + Received + 42\n \n @@ -146,14 +146,14 @@\n : (p) => `here's your ${p} ${what}`;\n \n const value = condition1\n ? value1\n : condition2\n - ? value2\n - : condition3\n - ? value3\n - : value4;\n + ? value2\n + : condition3\n + ? value3\n + : value4;\n \n const StorybookLoader = ({ match }) =>\n match.params.storyId === \"button\" ? (\n <ButtonStorybook />\n ) : match.params.storyId === \"color\" ? (\n @@ -175,69 +175,69 @@\n \n const message =\n i % 3 === 0 && i % 5 === 0\n ? \"fizzbuzz\"\n : i % 3 === 0\n - ? \"fizz\"\n - : i % 5 === 0\n - ? \"buzz\"\n - : String(i);\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessage =\n state == \"success\"\n ? \"Payment completed successfully\"\n : state == \"processing\"\n - ? \"Payment processing\"\n - : state == \"invalid_cvc\"\n - ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\"\n - ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n state == \"success\"\n ? 1 //'Payment completed successfully'\n : state == \"processing\"\n - ? 2 //'Payment processing'\n - : state == \"invalid_cvc\"\n - ? 3 //'There was an issue with your CVC number'\n - : true //state == 'invalid_expiry'\n - ? 4 //'Expiry must be sometime in the past.'\n - : 5; // 'There was an issue with the payment. Please contact support.'\n + ? 2 //'Payment processing'\n + : state == \"invalid_cvc\"\n + ? 3 //'There was an issue with your CVC number'\n + : true //state == 'invalid_expiry'\n + ? 4 //'Expiry must be sometime in the past.'\n + : 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n <div\n className={\n \"match-achievement-medal-type type\" +\n (medals[0].record\n ? \"-record\"\n : medals[0].unique\n - ? \"-unique\"\n - : medals[0].type)\n + ? \"-unique\"\n + : medals[0].type)\n }\n >\n {medals[0].record\n ? i18n(\"Record\")\n : medals[0].unique\n - ? i18n(\"Unique\")\n - : medals[0].type === 0\n - ? i18n(\"Silver\")\n - : medals[0].type === 1\n - ? i18n(\"Gold\")\n - : medals[0].type === 2\n - ? i18n(\"Platinum\")\n - : i18n(\"Theme\")}\n + ? i18n(\"Unique\")\n + : medals[0].type === 0\n + ? i18n(\"Silver\")\n + : medals[0].type === 1\n + ? i18n(\"Gold\")\n + : medals[0].type === 2\n + ? i18n(\"Platinum\")\n + : i18n(\"Theme\")}\n </div>\n );\n \n a\n ? literalline\n : {\n - 123: 12,\n - }\n - ? line\n - : softline;\n + 123: 12,\n + }\n + ? line\n + : softline;\n \n const config = {\n onFailure:\n onFailure !== undefined\n ? onFailure\n @@ -250,12 +250,12 @@\n {\n _:\n typeof error === \"string\"\n ? error\n : error && error.message\n - ? error.message\n - : undefined,\n + ? error.message\n + : undefined,\n },\n );\n refresh();\n },\n };\n @@ -271,13 +271,13 @@\n \n const result =\n children && !isEmptyChildren(children)\n ? children\n : props.match\n - ? component\n - ? React.createElement(component, props)\n - : render\n - ? render(props)\n - : null\n - : null;\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunc-call.js - {\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"useTabs\":true} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -17,11 +17,11 @@\n =====================================output=====================================\n fn(\n \tbifornCringerMoshedPerplexSawder,\n \taskTrovenaBeenaDependsRowans,\n \tglimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - \t\tanodyneCondosMalateOverateRetinol\n + \tanodyneCondosMalateOverateRetinol\n \t\t? annularCooeedSplicesWalksWayWay\n \t\t: kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nindent.js - {\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"useTabs\":true} format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -174,14 +174,14 @@\n \n =====================================output=====================================\n aaaaaaaaaaaaaaa\n \t? bbbbbbbbbbbbbbbbbb\n \t: ccccccccccccccc\n - \t ? ddddddddddddddd\n - \t : eeeeeeeeeeeeeee\n - \t ? fffffffffffffff\n - \t : gggggggggggggggg;\n + \t? ddddddddddddddd\n + \t: eeeeeeeeeeeeeee\n + \t? fffffffffffffff\n + \t: gggggggggggggggg;\n \n aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t\t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested-in-condition.js - {\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"useTabs\":true} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -57,12 +57,12 @@\n )\n \t? true\n \t\t? true\n \t\t: false\n \t: true\n - \t ? true\n - \t : false;\n + \t? true\n + \t: false;\n \n (\n \tbifornCringerMoshedPerplexSawder\n \t\t? askTrovenaBeenaDependsRowans\n \t\t: glimseGlyphsHazardNoopsTieTie\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested.js - {\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"useTabs\":true} format 1`\n \n - Snapshot - 42\n + Received + 42\n \n @@ -146,14 +146,14 @@\n \t\t: (p) => `here's your ${p} ${what}`;\n \n const value = condition1\n \t? value1\n \t: condition2\n - \t ? value2\n - \t : condition3\n - \t ? value3\n - \t : value4;\n + \t? value2\n + \t: condition3\n + \t? value3\n + \t: value4;\n \n const StorybookLoader = ({ match }) =>\n \tmatch.params.storyId === \"button\" ? (\n \t\t<ButtonStorybook />\n \t) : match.params.storyId === \"color\" ? (\n @@ -175,69 +175,69 @@\n \n const message =\n \ti % 3 === 0 && i % 5 === 0\n \t\t? \"fizzbuzz\"\n \t\t: i % 3 === 0\n - \t\t ? \"fizz\"\n - \t\t : i % 5 === 0\n - \t\t ? \"buzz\"\n - \t\t : String(i);\n + \t\t? \"fizz\"\n + \t\t: i % 5 === 0\n + \t\t? \"buzz\"\n + \t\t: String(i);\n \n const paymentMessage =\n \tstate == \"success\"\n \t\t? \"Payment completed successfully\"\n \t\t: state == \"processing\"\n - \t\t ? \"Payment processing\"\n - \t\t : state == \"invalid_cvc\"\n - \t\t ? \"There was an issue with your CVC number\"\n - \t\t : state == \"invalid_expiry\"\n - \t\t ? \"Expiry must be sometime in the past.\"\n - \t\t : \"There was an issue with the payment. Please contact support.\";\n + \t\t? \"Payment processing\"\n + \t\t: state == \"invalid_cvc\"\n + \t\t? \"There was an issue with your CVC number\"\n + \t\t: state == \"invalid_expiry\"\n + \t\t? \"Expiry must be sometime in the past.\"\n + \t\t: \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n \tstate == \"success\"\n \t\t? 1 //'Payment completed successfully'\n \t\t: state == \"processing\"\n - \t\t ? 2 //'Payment processing'\n - \t\t : state == \"invalid_cvc\"\n - \t\t ? 3 //'There was an issue with your CVC number'\n - \t\t : true //state == 'invalid_expiry'\n - \t\t ? 4 //'Expiry must be sometime in the past.'\n - \t\t : 5; // 'There was an issue with the payment. Please contact support.'\n + \t\t? 2 //'Payment processing'\n + \t\t: state == \"invalid_cvc\"\n + \t\t? 3 //'There was an issue with your CVC number'\n + \t\t: true //state == 'invalid_expiry'\n + \t\t? 4 //'Expiry must be sometime in the past.'\n + \t\t: 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n \t<div\n \t\tclassName={\n \t\t\t\"match-achievement-medal-type type\" +\n \t\t\t(medals[0].record\n \t\t\t\t? \"-record\"\n \t\t\t\t: medals[0].unique\n - \t\t\t\t ? \"-unique\"\n - \t\t\t\t : medals[0].type)\n + \t\t\t\t? \"-unique\"\n + \t\t\t\t: medals[0].type)\n \t\t}\n \t>\n \t\t{medals[0].record\n \t\t\t? i18n(\"Record\")\n \t\t\t: medals[0].unique\n - \t\t\t ? i18n(\"Unique\")\n - \t\t\t : medals[0].type === 0\n - \t\t\t ? i18n(\"Silver\")\n - \t\t\t : medals[0].type === 1\n - \t\t\t ? i18n(\"Gold\")\n - \t\t\t : medals[0].type === 2\n - \t\t\t ? i18n(\"Platinum\")\n - \t\t\t : i18n(\"Theme\")}\n + \t\t\t? i18n(\"Unique\")\n + \t\t\t: medals[0].type === 0\n + \t\t\t? i18n(\"Silver\")\n + \t\t\t: medals[0].type === 1\n + \t\t\t? i18n(\"Gold\")\n + \t\t\t: medals[0].type === 2\n + \t\t\t? i18n(\"Platinum\")\n + \t\t\t: i18n(\"Theme\")}\n \t</div>\n );\n \n a\n \t? literalline\n \t: {\n - \t\t\t\t123: 12,\n - \t }\n - \t ? line\n - \t : softline;\n + \t\t\t123: 12,\n + \t }\n + \t? line\n + \t: softline;\n \n const config = {\n \tonFailure:\n \t\tonFailure !== undefined\n \t\t\t? onFailure\n @@ -250,12 +250,12 @@\n \t\t\t\t\t\t{\n \t\t\t\t\t\t\t_:\n \t\t\t\t\t\t\t\ttypeof error === \"string\"\n \t\t\t\t\t\t\t\t\t? error\n \t\t\t\t\t\t\t\t\t: error && error.message\n - \t\t\t\t\t\t\t\t\t ? error.message\n - \t\t\t\t\t\t\t\t\t : undefined,\n + \t\t\t\t\t\t\t\t\t? error.message\n + \t\t\t\t\t\t\t\t\t: undefined,\n \t\t\t\t\t\t},\n \t\t\t\t\t);\n \t\t\t\t\trefresh();\n \t\t\t },\n };\n @@ -271,13 +271,13 @@\n \n const result =\n \tchildren && !isEmptyChildren(children)\n \t\t? children\n \t\t: props.match\n - \t\t ? component\n - \t\t\t\t? React.createElement(component, props)\n - \t\t\t\t: render\n - \t\t\t\t ? render(props)\n - \t\t\t\t : null\n - \t\t : null;\n + \t\t? component\n + \t\t\t? React.createElement(component, props)\n + \t\t\t: render\n + \t\t\t? render(props)\n + \t\t\t: null\n + \t\t: null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunc-call.js - {\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -18,11 +18,11 @@\n =====================================output=====================================\n fn(\n \tbifornCringerMoshedPerplexSawder,\n \taskTrovenaBeenaDependsRowans,\n \tglimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - \t\tanodyneCondosMalateOverateRetinol\n + \tanodyneCondosMalateOverateRetinol\n \t\t? annularCooeedSplicesWalksWayWay\n \t\t: kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nindent.js - {\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -175,14 +175,14 @@\n \n =====================================output=====================================\n aaaaaaaaaaaaaaa\n \t? bbbbbbbbbbbbbbbbbb\n \t: ccccccccccccccc\n - \t ? ddddddddddddddd\n - \t : eeeeeeeeeeeeeee\n - \t ? fffffffffffffff\n - \t : gggggggggggggggg;\n + \t? ddddddddddddddd\n + \t: eeeeeeeeeeeeeee\n + \t? fffffffffffffff\n + \t: gggggggggggggggg;\n \n aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t\t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -58,12 +58,12 @@\n )\n \t? true\n \t\t? true\n \t\t: false\n \t: true\n - \t ? true\n - \t : false;\n + \t? true\n + \t: false;\n \n (\n \tbifornCringerMoshedPerplexSawder\n \t\t? askTrovenaBeenaDependsRowans\n \t\t: glimseGlyphsHazardNoopsTieTie\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested.js - {\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 42\n + Received + 42\n \n @@ -147,14 +147,14 @@\n \t\t: (p) => `here's your ${p} ${what}`;\n \n const value = condition1\n \t? value1\n \t: condition2\n - \t ? value2\n - \t : condition3\n - \t ? value3\n - \t : value4;\n + \t? value2\n + \t: condition3\n + \t? value3\n + \t: value4;\n \n const StorybookLoader = ({ match }) =>\n \tmatch.params.storyId === \"button\" ? (\n \t\t<ButtonStorybook />\n \t) : match.params.storyId === \"color\" ? (\n @@ -176,69 +176,69 @@\n \n const message =\n \ti % 3 === 0 && i % 5 === 0\n \t\t? \"fizzbuzz\"\n \t\t: i % 3 === 0\n - \t\t ? \"fizz\"\n - \t\t : i % 5 === 0\n - \t\t ? \"buzz\"\n - \t\t : String(i);\n + \t\t? \"fizz\"\n + \t\t: i % 5 === 0\n + \t\t? \"buzz\"\n + \t\t: String(i);\n \n const paymentMessage =\n \tstate == \"success\"\n \t\t? \"Payment completed successfully\"\n \t\t: state == \"processing\"\n - \t\t ? \"Payment processing\"\n - \t\t : state == \"invalid_cvc\"\n - \t\t ? \"There was an issue with your CVC number\"\n - \t\t : state == \"invalid_expiry\"\n - \t\t ? \"Expiry must be sometime in the past.\"\n - \t\t : \"There was an issue with the payment. Please contact support.\";\n + \t\t? \"Payment processing\"\n + \t\t: state == \"invalid_cvc\"\n + \t\t? \"There was an issue with your CVC number\"\n + \t\t: state == \"invalid_expiry\"\n + \t\t? \"Expiry must be sometime in the past.\"\n + \t\t: \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n \tstate == \"success\"\n \t\t? 1 //'Payment completed successfully'\n \t\t: state == \"processing\"\n - \t\t ? 2 //'Payment processing'\n - \t\t : state == \"invalid_cvc\"\n - \t\t ? 3 //'There was an issue with your CVC number'\n - \t\t : true //state == 'invalid_expiry'\n - \t\t ? 4 //'Expiry must be sometime in the past.'\n - \t\t : 5; // 'There was an issue with the payment. Please contact support.'\n + \t\t? 2 //'Payment processing'\n + \t\t: state == \"invalid_cvc\"\n + \t\t? 3 //'There was an issue with your CVC number'\n + \t\t: true //state == 'invalid_expiry'\n + \t\t? 4 //'Expiry must be sometime in the past.'\n + \t\t: 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n \t<div\n \t\tclassName={\n \t\t\t\"match-achievement-medal-type type\" +\n \t\t\t(medals[0].record\n \t\t\t\t? \"-record\"\n \t\t\t\t: medals[0].unique\n - \t\t\t\t ? \"-unique\"\n - \t\t\t\t : medals[0].type)\n + \t\t\t\t? \"-unique\"\n + \t\t\t\t: medals[0].type)\n \t\t}\n \t>\n \t\t{medals[0].record\n \t\t\t? i18n(\"Record\")\n \t\t\t: medals[0].unique\n - \t\t\t ? i18n(\"Unique\")\n - \t\t\t : medals[0].type === 0\n - \t\t\t ? i18n(\"Silver\")\n - \t\t\t : medals[0].type === 1\n - \t\t\t ? i18n(\"Gold\")\n - \t\t\t : medals[0].type === 2\n - \t\t\t ? i18n(\"Platinum\")\n - \t\t\t : i18n(\"Theme\")}\n + \t\t\t? i18n(\"Unique\")\n + \t\t\t: medals[0].type === 0\n + \t\t\t? i18n(\"Silver\")\n + \t\t\t: medals[0].type === 1\n + \t\t\t? i18n(\"Gold\")\n + \t\t\t: medals[0].type === 2\n + \t\t\t? i18n(\"Platinum\")\n + \t\t\t: i18n(\"Theme\")}\n \t</div>\n );\n \n a\n \t? literalline\n \t: {\n - \t\t\t\t123: 12,\n - \t }\n - \t ? line\n - \t : softline;\n + \t\t\t123: 12,\n + \t }\n + \t? line\n + \t: softline;\n \n const config = {\n \tonFailure:\n \t\tonFailure !== undefined\n \t\t\t? onFailure\n @@ -251,12 +251,12 @@\n \t\t\t\t\t\t{\n \t\t\t\t\t\t\t_:\n \t\t\t\t\t\t\t\ttypeof error === \"string\"\n \t\t\t\t\t\t\t\t\t? error\n \t\t\t\t\t\t\t\t\t: error && error.message\n - \t\t\t\t\t\t\t\t\t ? error.message\n - \t\t\t\t\t\t\t\t\t : undefined,\n + \t\t\t\t\t\t\t\t\t? error.message\n + \t\t\t\t\t\t\t\t\t: undefined,\n \t\t\t\t\t\t},\n \t\t\t\t\t);\n \t\t\t\t\trefresh();\n \t\t\t },\n };\n @@ -272,13 +272,13 @@\n \n const result =\n \tchildren && !isEmptyChildren(children)\n \t\t? children\n \t\t: props.match\n - \t\t ? component\n - \t\t\t\t? React.createElement(component, props)\n - \t\t\t\t: render\n - \t\t\t\t ? render(props)\n - \t\t\t\t : null\n - \t\t : null;\n + \t\t? component\n + \t\t\t? React.createElement(component, props)\n + \t\t\t: render\n + \t\t\t? render(props)\n + \t\t\t: null\n + \t\t: null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 16, "numPassingTests": 272, "numPendingTests": 0, "perfStats": { "start": 60341.14626499999, "end": 78342.416738, "runtime": 18001, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 16, "unchecked": 32, "unmatched": 16, "updated": 0, "uncheckedKeys": [ "binary.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1", "binary.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1", "binary.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1", "binary.js - {\"experimentalTernaries\":true} format 1", "func-call.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1", "func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1", "func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1", "func-call.js - {\"experimentalTernaries\":true} format 1", "indent.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1", "indent.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1", "indent.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1", "indent.js - {\"experimentalTernaries\":true} format 1", "indent-after-paren.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1", "indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1", "indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1", "indent-after-paren.js - {\"experimentalTernaries\":true} format 1", "nested.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1", "nested.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1", "nested.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1", "nested.js - {\"experimentalTernaries\":true} format 1", "nested-in-condition.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1", "nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1", "nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1", "nested-in-condition.js - {\"experimentalTernaries\":true} format 1", "parenthesis.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1", "parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1", "parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1", "parenthesis.js - {\"experimentalTernaries\":true} format 1", "test.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1", "test.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1", "test.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1", "test.js - {\"experimentalTernaries\":true} format 1" ] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/ternaries/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "binary.js" ], "duration": 0.4558359999791719, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binary.js" ], "duration": 69.0105990000302, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binary.js" ], "duration": 61.9651699999813, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binary.js" ], "duration": 58.22651200002292, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binary.js" ], "duration": 79.20670799998334, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binary.js" ], "duration": 57.27541000000201, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binary.js" ], "duration": 57.80032999999821, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binary.js" ], "duration": 58.47490399994422, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binary.js" ], "duration": 57.25851600000169, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "func-call.js" ], "duration": 0.7276249999995343, "failureMessages": [ "func-call.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -16,11 +16,11 @@\n =====================================output=====================================\n fn(\n bifornCringerMoshedPerplexSawder,\n askTrovenaBeenaDependsRowans,\n glimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - anodyneCondosMalateOverateRetinol\n + anodyneCondosMalateOverateRetinol\n ? annularCooeedSplicesWalksWayWay\n : kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "func-call.js" ], "duration": 54.702191000047605, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "func-call.js" ], "duration": 55.48262699996121, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "func-call.js" ], "duration": 55.01534400001401, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "func-call.js" ], "duration": 54.02474700001767, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "func-call.js" ], "duration": 54.485739000025205, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "func-call.js" ], "duration": 55.1338279999909, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "func-call.js" ], "duration": 54.65086799999699, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "func-call.js" ], "duration": 54.968404999992345, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "indent-after-paren.js" ], "duration": 0.5759710000129417, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "indent-after-paren.js" ], "duration": 123.83202099998016, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "indent-after-paren.js" ], "duration": 97.10995900002308, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "indent-after-paren.js" ], "duration": 70.8198900000425, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "indent-after-paren.js" ], "duration": 70.7376289999811, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "indent-after-paren.js" ], "duration": 78.42099600000074, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "indent-after-paren.js" ], "duration": 78.9999700000044, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "indent-after-paren.js" ], "duration": 71.81593799998518, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "indent-after-paren.js" ], "duration": 74.97233999997843, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 0.9780959999770857, "failureMessages": [ "indent.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -173,14 +173,14 @@\n \n =====================================output=====================================\n aaaaaaaaaaaaaaa\n ? bbbbbbbbbbbbbbbbbb\n : ccccccccccccccc\n - ? ddddddddddddddd\n - : eeeeeeeeeeeeeee\n - ? fffffffffffffff\n - : gggggggggggggggg;\n + ? ddddddddddddddd\n + : eeeeeeeeeeeeeee\n + ? fffffffffffffff\n + : gggggggggggggggg;\n \n aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "indent.js" ], "duration": 97.9669339999673, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 65.98288600001251, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 62.23496299999533, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 60.933210999995936, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 61.655139000038616, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 62.54819599998882, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 61.39910800004145, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 61.54173299996182, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested-in-condition.js" ], "duration": 0.7023170000175014, "failureMessages": [ "nested-in-condition.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -56,12 +56,12 @@\n )\n ? true\n ? true\n : false\n : true\n - ? true\n - : false;\n + ? true\n + : false;\n \n (\n bifornCringerMoshedPerplexSawder\n ? askTrovenaBeenaDependsRowans\n : glimseGlyphsHazardNoopsTieTie\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "nested-in-condition.js" ], "duration": 63.337949999957345, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested-in-condition.js" ], "duration": 64.46607299998868, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested-in-condition.js" ], "duration": 56.764277999987826, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested-in-condition.js" ], "duration": 56.51020100002643, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested-in-condition.js" ], "duration": 58.45310400001472, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested-in-condition.js" ], "duration": 59.259539999999106, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested-in-condition.js" ], "duration": 61.365053999994416, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested-in-condition.js" ], "duration": 57.30724699998973, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 1.5168769999872893, "failureMessages": [ "nested.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js format 1`\n \n - Snapshot - 42\n + Received + 42\n \n @@ -145,14 +145,14 @@\n : (p) => `here's your ${p} ${what}`;\n \n const value = condition1\n ? value1\n : condition2\n - ? value2\n - : condition3\n - ? value3\n - : value4;\n + ? value2\n + : condition3\n + ? value3\n + : value4;\n \n const StorybookLoader = ({ match }) =>\n match.params.storyId === \"button\" ? (\n <ButtonStorybook />\n ) : match.params.storyId === \"color\" ? (\n @@ -174,69 +174,69 @@\n \n const message =\n i % 3 === 0 && i % 5 === 0\n ? \"fizzbuzz\"\n : i % 3 === 0\n - ? \"fizz\"\n - : i % 5 === 0\n - ? \"buzz\"\n - : String(i);\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessage =\n state == \"success\"\n ? \"Payment completed successfully\"\n : state == \"processing\"\n - ? \"Payment processing\"\n - : state == \"invalid_cvc\"\n - ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\"\n - ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n state == \"success\"\n ? 1 //'Payment completed successfully'\n : state == \"processing\"\n - ? 2 //'Payment processing'\n - : state == \"invalid_cvc\"\n - ? 3 //'There was an issue with your CVC number'\n - : true //state == 'invalid_expiry'\n - ? 4 //'Expiry must be sometime in the past.'\n - : 5; // 'There was an issue with the payment. Please contact support.'\n + ? 2 //'Payment processing'\n + : state == \"invalid_cvc\"\n + ? 3 //'There was an issue with your CVC number'\n + : true //state == 'invalid_expiry'\n + ? 4 //'Expiry must be sometime in the past.'\n + : 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n <div\n className={\n \"match-achievement-medal-type type\" +\n (medals[0].record\n ? \"-record\"\n : medals[0].unique\n - ? \"-unique\"\n - : medals[0].type)\n + ? \"-unique\"\n + : medals[0].type)\n }\n >\n {medals[0].record\n ? i18n(\"Record\")\n : medals[0].unique\n - ? i18n(\"Unique\")\n - : medals[0].type === 0\n - ? i18n(\"Silver\")\n - : medals[0].type === 1\n - ? i18n(\"Gold\")\n - : medals[0].type === 2\n - ? i18n(\"Platinum\")\n - : i18n(\"Theme\")}\n + ? i18n(\"Unique\")\n + : medals[0].type === 0\n + ? i18n(\"Silver\")\n + : medals[0].type === 1\n + ? i18n(\"Gold\")\n + : medals[0].type === 2\n + ? i18n(\"Platinum\")\n + : i18n(\"Theme\")}\n </div>\n );\n \n a\n ? literalline\n : {\n - 123: 12,\n - }\n - ? line\n - : softline;\n + 123: 12,\n + }\n + ? line\n + : softline;\n \n const config = {\n onFailure:\n onFailure !== undefined\n ? onFailure\n @@ -249,12 +249,12 @@\n {\n _:\n typeof error === \"string\"\n ? error\n : error && error.message\n - ? error.message\n - : undefined,\n + ? error.message\n + : undefined,\n },\n );\n refresh();\n },\n };\n @@ -270,13 +270,13 @@\n \n const result =\n children && !isEmptyChildren(children)\n ? children\n : props.match\n - ? component\n - ? React.createElement(component, props)\n - : render\n - ? render(props)\n - : null\n - : null;\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "nested.js" ], "duration": 92.83334399998421, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 94.02301100001205, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 68.39592699997593, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 67.39259200001834, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 68.96507999999449, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 66.93235100002494, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 73.47869299998274, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 66.55974900000729, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "parenthesis.js" ], "duration": 0.431179000006523, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "parenthesis.js" ], "duration": 57.75223199999891, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "parenthesis.js" ], "duration": 57.15803300001426, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "parenthesis.js" ], "duration": 56.67856000002939, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "parenthesis.js" ], "duration": 56.95137900003465, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "parenthesis.js" ], "duration": 55.358030000003055, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "parenthesis.js" ], "duration": 55.94658699998399, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "parenthesis.js" ], "duration": 56.45523399999365, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "parenthesis.js" ], "duration": 55.67783599998802, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 0.5362760000280105, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "test.js" ], "duration": 60.163577000028454, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 64.21727100003045, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "test.js" ], "duration": 56.884273000003304, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test.js" ], "duration": 57.77538799995091, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 56.869934000016656, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test.js" ], "duration": 79.9091189999599, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "test.js" ], "duration": 57.2484060000279, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 57.91973700001836, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "binary.js - {\"tabWidth\":4}" ], "duration": 0.504337000020314, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binary.js - {\"tabWidth\":4}" ], "duration": 59.26253900001757, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binary.js - {\"tabWidth\":4}" ], "duration": 58.98435100005008, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binary.js - {\"tabWidth\":4}" ], "duration": 58.31926800002111, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binary.js - {\"tabWidth\":4}" ], "duration": 57.88969999999972, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binary.js - {\"tabWidth\":4}" ], "duration": 56.18623300001491, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binary.js - {\"tabWidth\":4}" ], "duration": 57.27831200003857, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binary.js - {\"tabWidth\":4}" ], "duration": 57.54027400002815, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binary.js - {\"tabWidth\":4}" ], "duration": 57.71136499999557, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "func-call.js - {\"tabWidth\":4}" ], "duration": 0.7657170000020415, "failureMessages": [ "func-call.js - {\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"tabWidth\":4} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -17,11 +17,11 @@\n =====================================output=====================================\n fn(\n bifornCringerMoshedPerplexSawder,\n askTrovenaBeenaDependsRowans,\n glimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - anodyneCondosMalateOverateRetinol\n + anodyneCondosMalateOverateRetinol\n ? annularCooeedSplicesWalksWayWay\n : kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "func-call.js - {\"tabWidth\":4}" ], "duration": 56.678476999979466, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "func-call.js - {\"tabWidth\":4}" ], "duration": 55.748030000017025, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "func-call.js - {\"tabWidth\":4}" ], "duration": 54.657471999991685, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "func-call.js - {\"tabWidth\":4}" ], "duration": 54.07811699999729, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "func-call.js - {\"tabWidth\":4}" ], "duration": 55.06514199997764, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "func-call.js - {\"tabWidth\":4}" ], "duration": 55.28071100002853, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "func-call.js - {\"tabWidth\":4}" ], "duration": 56.40465599996969, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "func-call.js - {\"tabWidth\":4}" ], "duration": 55.777266999997664, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"tabWidth\":4}" ], "duration": 0.5852589999558404, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"tabWidth\":4}" ], "duration": 113.70714399998542, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"tabWidth\":4}" ], "duration": 84.55861900001764, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"tabWidth\":4}" ], "duration": 81.49431699997513, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"tabWidth\":4}" ], "duration": 73.4916169999633, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"tabWidth\":4}" ], "duration": 69.97961999999825, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"tabWidth\":4}" ], "duration": 70.092015000002, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"tabWidth\":4}" ], "duration": 72.28597499994794, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"tabWidth\":4}" ], "duration": 70.94387899996946, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "indent.js - {\"tabWidth\":4}" ], "duration": 7.255322000011802, "failureMessages": [ "indent.js - {\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"tabWidth\":4} format 1`\n \n - Snapshot - 113\n + Received + 117\n \n @@ -174,14 +174,14 @@\n \n =====================================output=====================================\n aaaaaaaaaaaaaaa\n ? bbbbbbbbbbbbbbbbbb\n : ccccccccccccccc\n - ? ddddddddddddddd\n - : eeeeeeeeeeeeeee\n - ? fffffffffffffff\n - : gggggggggggggggg;\n + ? ddddddddddddddd\n + : eeeeeeeeeeeeeee\n + ? fffffffffffffff\n + : gggggggggggggggg;\n \n aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n @@ -196,132 +196,136 @@\n : {\n a: {\n a: 0,\n }\n ? {\n - a: 0,\n - }\n + a: 0,\n + }\n : {\n - y: {\n - a: 0,\n - }\n - ? {\n - a: 0,\n - }\n - : {\n - a: 0,\n - },\n - },\n + y: {\n + a: 0,\n + }\n + ? {\n + a: 0,\n + }\n + : {\n + a: 0,\n + },\n + },\n };\n \n a\n ? {\n a: function () {\n return a\n ? {\n - a: [\n - a\n - ? {\n - a: 0,\n - b: [a ? [0, 1] : []],\n - }\n - : [\n - [\n - 0,\n - {\n - a: 0,\n - },\n - a ? 0 : 1,\n - ],\n - function () {\n - return a\n - ? {\n - a: 0,\n - }\n - : [\n - {\n - a: 0,\n - },\n - {},\n - ];\n - },\n - ],\n - ],\n - }\n - : [\n - a\n - ? function () {\n - a\n - ? a(\n - a\n - ? {\n - a: a({\n + a: [\n + a\n + ? {\n + a: 0,\n + b: [a ? [0, 1] : []],\n + }\n + : [\n + [\n + 0,\n + {\n + a: 0,\n + },\n + a ? 0 : 1,\n + ],\n + function () {\n + return a\n + ? {\n a: 0,\n - }),\n - }\n - : [\n - 0,\n - a(),\n - a(\n - a(),\n + }\n + : [\n {\n a: 0,\n },\n - a\n - ? a()\n - : a({\n - a: 0,\n - }),\n - ),\n - a()\n - ? {\n - a: a(),\n - b: [],\n - }\n - : {},\n - ],\n - )\n - : a(\n - a()\n - ? {\n - a: 0,\n - }\n - : (function (a) {\n - return a()\n - ? [\n - {\n - a: 0,\n - b: a(),\n - },\n - ]\n - : a([\n - a\n - ? {\n - a: 0,\n + {},\n + ];\n + },\n + ],\n + ],\n + }\n + : [\n + a\n + ? function () {\n + a\n + ? a(\n + a\n + ? {\n + a: a({\n + a: 0,\n + }),\n + }\n + : [\n + 0,\n + a(),\n + a(\n + a(),\n + {\n + a: 0,\n + },\n + a\n + ? a()\n + : a({\n + a: 0,\n + }),\n + ),\n + a()\n + ? {\n + a: a(),\n + b: [],\n }\n - : {},\n - {\n - a: 0,\n - },\n - ]);\n - })(\n - a\n - ? function (a) {\n - return function () {\n - return 0;\n - };\n - }\n - : function (a) {\n - return function () {\n - return 1;\n - };\n - },\n - ),\n - );\n - }\n - : function () {},\n - ];\n + : {},\n + ],\n + )\n + : a(\n + a()\n + ? {\n + a: 0,\n + }\n + : (function (a) {\n + return a()\n + ? [\n + {\n + a: 0,\n + b: a(),\n + },\n + ]\n + : a([\n + a\n + ? {\n + a: 0,\n + }\n + : {},\n + {\n + a: 0,\n + },\n + ]);\n + })(\n + a\n + ? function (\n + a,\n + ) {\n + return function () {\n + return 0;\n + };\n + }\n + : function (\n + a,\n + ) {\n + return function () {\n + return 1;\n + };\n + },\n + ),\n + );\n + }\n + : function () {},\n + ];\n },\n }\n : a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "indent.js - {\"tabWidth\":4}" ], "duration": 77.98139199998695, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "indent.js - {\"tabWidth\":4}" ], "duration": 66.82054899999639, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "indent.js - {\"tabWidth\":4}" ], "duration": 60.999056999979075, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "indent.js - {\"tabWidth\":4}" ], "duration": 60.3069929999765, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "indent.js - {\"tabWidth\":4}" ], "duration": 60.408966000017244, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "indent.js - {\"tabWidth\":4}" ], "duration": 60.75001999997767, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "indent.js - {\"tabWidth\":4}" ], "duration": 60.84475899999961, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "indent.js - {\"tabWidth\":4}" ], "duration": 62.18181400001049, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"tabWidth\":4}" ], "duration": 0.6854860000312328, "failureMessages": [ "nested-in-condition.js - {\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"tabWidth\":4} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -57,12 +57,12 @@\n )\n ? true\n ? true\n : false\n : true\n - ? true\n - : false;\n + ? true\n + : false;\n \n (\n bifornCringerMoshedPerplexSawder\n ? askTrovenaBeenaDependsRowans\n : glimseGlyphsHazardNoopsTieTie\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"tabWidth\":4}" ], "duration": 58.76677899999777, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"tabWidth\":4}" ], "duration": 58.68699299998116, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"tabWidth\":4}" ], "duration": 56.81837600003928, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"tabWidth\":4}" ], "duration": 56.50080999999773, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"tabWidth\":4}" ], "duration": 56.69728199997917, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"tabWidth\":4}" ], "duration": 57.38877899997169, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"tabWidth\":4}" ], "duration": 57.263578000012785, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"tabWidth\":4}" ], "duration": 57.0927120000124, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested.js - {\"tabWidth\":4}" ], "duration": 1.1461610000114888, "failureMessages": [ "nested.js - {\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"tabWidth\":4} format 1`\n \n - Snapshot - 42\n + Received + 42\n \n @@ -146,14 +146,14 @@\n : (p) => `here's your ${p} ${what}`;\n \n const value = condition1\n ? value1\n : condition2\n - ? value2\n - : condition3\n - ? value3\n - : value4;\n + ? value2\n + : condition3\n + ? value3\n + : value4;\n \n const StorybookLoader = ({ match }) =>\n match.params.storyId === \"button\" ? (\n <ButtonStorybook />\n ) : match.params.storyId === \"color\" ? (\n @@ -175,69 +175,69 @@\n \n const message =\n i % 3 === 0 && i % 5 === 0\n ? \"fizzbuzz\"\n : i % 3 === 0\n - ? \"fizz\"\n - : i % 5 === 0\n - ? \"buzz\"\n - : String(i);\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessage =\n state == \"success\"\n ? \"Payment completed successfully\"\n : state == \"processing\"\n - ? \"Payment processing\"\n - : state == \"invalid_cvc\"\n - ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\"\n - ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n state == \"success\"\n ? 1 //'Payment completed successfully'\n : state == \"processing\"\n - ? 2 //'Payment processing'\n - : state == \"invalid_cvc\"\n - ? 3 //'There was an issue with your CVC number'\n - : true //state == 'invalid_expiry'\n - ? 4 //'Expiry must be sometime in the past.'\n - : 5; // 'There was an issue with the payment. Please contact support.'\n + ? 2 //'Payment processing'\n + : state == \"invalid_cvc\"\n + ? 3 //'There was an issue with your CVC number'\n + : true //state == 'invalid_expiry'\n + ? 4 //'Expiry must be sometime in the past.'\n + : 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n <div\n className={\n \"match-achievement-medal-type type\" +\n (medals[0].record\n ? \"-record\"\n : medals[0].unique\n - ? \"-unique\"\n - : medals[0].type)\n + ? \"-unique\"\n + : medals[0].type)\n }\n >\n {medals[0].record\n ? i18n(\"Record\")\n : medals[0].unique\n - ? i18n(\"Unique\")\n - : medals[0].type === 0\n - ? i18n(\"Silver\")\n - : medals[0].type === 1\n - ? i18n(\"Gold\")\n - : medals[0].type === 2\n - ? i18n(\"Platinum\")\n - : i18n(\"Theme\")}\n + ? i18n(\"Unique\")\n + : medals[0].type === 0\n + ? i18n(\"Silver\")\n + : medals[0].type === 1\n + ? i18n(\"Gold\")\n + : medals[0].type === 2\n + ? i18n(\"Platinum\")\n + : i18n(\"Theme\")}\n </div>\n );\n \n a\n ? literalline\n : {\n - 123: 12,\n - }\n - ? line\n - : softline;\n + 123: 12,\n + }\n + ? line\n + : softline;\n \n const config = {\n onFailure:\n onFailure !== undefined\n ? onFailure\n @@ -250,12 +250,12 @@\n {\n _:\n typeof error === \"string\"\n ? error\n : error && error.message\n - ? error.message\n - : undefined,\n + ? error.message\n + : undefined,\n },\n );\n refresh();\n },\n };\n @@ -271,13 +271,13 @@\n \n const result =\n children && !isEmptyChildren(children)\n ? children\n : props.match\n - ? component\n - ? React.createElement(component, props)\n - : render\n - ? render(props)\n - : null\n - : null;\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "nested.js - {\"tabWidth\":4}" ], "duration": 73.18380800000159, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested.js - {\"tabWidth\":4}" ], "duration": 69.5950549999834, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested.js - {\"tabWidth\":4}" ], "duration": 63.06497899995884, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested.js - {\"tabWidth\":4}" ], "duration": 66.27306400000816, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested.js - {\"tabWidth\":4}" ], "duration": 62.96112600003835, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested.js - {\"tabWidth\":4}" ], "duration": 64.12190500000725, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested.js - {\"tabWidth\":4}" ], "duration": 79.46413700003177, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested.js - {\"tabWidth\":4}" ], "duration": 64.54398299998138, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "parenthesis.js - {\"tabWidth\":4}" ], "duration": 0.43160000001080334, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "parenthesis.js - {\"tabWidth\":4}" ], "duration": 56.94480400002794, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "parenthesis.js - {\"tabWidth\":4}" ], "duration": 57.93208700005198, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "parenthesis.js - {\"tabWidth\":4}" ], "duration": 55.48922799999127, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "parenthesis.js - {\"tabWidth\":4}" ], "duration": 57.52173199999379, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "parenthesis.js - {\"tabWidth\":4}" ], "duration": 55.03110200003721, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "parenthesis.js - {\"tabWidth\":4}" ], "duration": 57.600834999990184, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "parenthesis.js - {\"tabWidth\":4}" ], "duration": 57.116921000008006, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "parenthesis.js - {\"tabWidth\":4}" ], "duration": 56.01151299994672, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "test.js - {\"tabWidth\":4}" ], "duration": 0.44667800003662705, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "test.js - {\"tabWidth\":4}" ], "duration": 59.436106999986805, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "test.js - {\"tabWidth\":4}" ], "duration": 59.35908499994548, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "test.js - {\"tabWidth\":4}" ], "duration": 57.86513500002911, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test.js - {\"tabWidth\":4}" ], "duration": 58.13311200001044, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test.js - {\"tabWidth\":4}" ], "duration": 56.844977999979164, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test.js - {\"tabWidth\":4}" ], "duration": 56.890523999987636, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "test.js - {\"tabWidth\":4}" ], "duration": 57.49362199997995, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "test.js - {\"tabWidth\":4}" ], "duration": 57.35766500001773, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true}" ], "duration": 0.4548240000149235, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true}" ], "duration": 62.33071099995868, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true}" ], "duration": 58.222114000003785, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true}" ], "duration": 57.05425499996636, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true}" ], "duration": 56.79196399997454, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true}" ], "duration": 56.53760099998908, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true}" ], "duration": 57.497830000007525, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true}" ], "duration": 57.36387100000866, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true}" ], "duration": 59.01191400003154, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true}" ], "duration": 0.654999999969732, "failureMessages": [ "func-call.js - {\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"useTabs\":true} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -17,11 +17,11 @@\n =====================================output=====================================\n fn(\n \tbifornCringerMoshedPerplexSawder,\n \taskTrovenaBeenaDependsRowans,\n \tglimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - \t\tanodyneCondosMalateOverateRetinol\n + \tanodyneCondosMalateOverateRetinol\n \t\t? annularCooeedSplicesWalksWayWay\n \t\t: kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true}" ], "duration": 55.6065730000264, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true}" ], "duration": 68.5894729999709, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true}" ], "duration": 55.68425200000638, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true}" ], "duration": 76.39449099998455, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true}" ], "duration": 60.18709099997068, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true}" ], "duration": 56.57244299998274, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true}" ], "duration": 56.822872999997344, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true}" ], "duration": 56.492107999976724, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true}" ], "duration": 0.5518850000225939, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true}" ], "duration": 85.40184999996563, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true}" ], "duration": 80.01108199998271, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true}" ], "duration": 76.60575200000312, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true}" ], "duration": 70.90266900003189, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true}" ], "duration": 64.95840100001078, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true}" ], "duration": 69.70914900000207, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true}" ], "duration": 73.32877899997402, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true}" ], "duration": 69.76777699997183, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true}" ], "duration": 0.9530290000257082, "failureMessages": [ "indent.js - {\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"useTabs\":true} format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -174,14 +174,14 @@\n \n =====================================output=====================================\n aaaaaaaaaaaaaaa\n \t? bbbbbbbbbbbbbbbbbb\n \t: ccccccccccccccc\n - \t ? ddddddddddddddd\n - \t : eeeeeeeeeeeeeee\n - \t ? fffffffffffffff\n - \t : gggggggggggggggg;\n + \t? ddddddddddddddd\n + \t: eeeeeeeeeeeeeee\n + \t? fffffffffffffff\n + \t: gggggggggggggggg;\n \n aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t\t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true}" ], "duration": 68.61617799999658, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true}" ], "duration": 63.19003399997018, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true}" ], "duration": 59.90796500002034, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true}" ], "duration": 60.08569099998567, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true}" ], "duration": 58.72051199997077, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true}" ], "duration": 60.99846100003924, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true}" ], "duration": 60.7989800000214, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true}" ], "duration": 61.127195000008214, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true}" ], "duration": 0.670568999950774, "failureMessages": [ "nested-in-condition.js - {\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"useTabs\":true} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -57,12 +57,12 @@\n )\n \t? true\n \t\t? true\n \t\t: false\n \t: true\n - \t ? true\n - \t : false;\n + \t? true\n + \t: false;\n \n (\n \tbifornCringerMoshedPerplexSawder\n \t\t? askTrovenaBeenaDependsRowans\n \t\t: glimseGlyphsHazardNoopsTieTie\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true}" ], "duration": 58.9255959999864, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true}" ], "duration": 57.888595000025816, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true}" ], "duration": 56.22976399998879, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true}" ], "duration": 56.7323660000111, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true}" ], "duration": 56.02345500001684, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true}" ], "duration": 57.41657999996096, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true}" ], "duration": 56.9742129999795, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true}" ], "duration": 57.23244100000011, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true}" ], "duration": 1.1823680000379682, "failureMessages": [ "nested.js - {\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"useTabs\":true} format 1`\n \n - Snapshot - 42\n + Received + 42\n \n @@ -146,14 +146,14 @@\n \t\t: (p) => `here's your ${p} ${what}`;\n \n const value = condition1\n \t? value1\n \t: condition2\n - \t ? value2\n - \t : condition3\n - \t ? value3\n - \t : value4;\n + \t? value2\n + \t: condition3\n + \t? value3\n + \t: value4;\n \n const StorybookLoader = ({ match }) =>\n \tmatch.params.storyId === \"button\" ? (\n \t\t<ButtonStorybook />\n \t) : match.params.storyId === \"color\" ? (\n @@ -175,69 +175,69 @@\n \n const message =\n \ti % 3 === 0 && i % 5 === 0\n \t\t? \"fizzbuzz\"\n \t\t: i % 3 === 0\n - \t\t ? \"fizz\"\n - \t\t : i % 5 === 0\n - \t\t ? \"buzz\"\n - \t\t : String(i);\n + \t\t? \"fizz\"\n + \t\t: i % 5 === 0\n + \t\t? \"buzz\"\n + \t\t: String(i);\n \n const paymentMessage =\n \tstate == \"success\"\n \t\t? \"Payment completed successfully\"\n \t\t: state == \"processing\"\n - \t\t ? \"Payment processing\"\n - \t\t : state == \"invalid_cvc\"\n - \t\t ? \"There was an issue with your CVC number\"\n - \t\t : state == \"invalid_expiry\"\n - \t\t ? \"Expiry must be sometime in the past.\"\n - \t\t : \"There was an issue with the payment. Please contact support.\";\n + \t\t? \"Payment processing\"\n + \t\t: state == \"invalid_cvc\"\n + \t\t? \"There was an issue with your CVC number\"\n + \t\t: state == \"invalid_expiry\"\n + \t\t? \"Expiry must be sometime in the past.\"\n + \t\t: \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n \tstate == \"success\"\n \t\t? 1 //'Payment completed successfully'\n \t\t: state == \"processing\"\n - \t\t ? 2 //'Payment processing'\n - \t\t : state == \"invalid_cvc\"\n - \t\t ? 3 //'There was an issue with your CVC number'\n - \t\t : true //state == 'invalid_expiry'\n - \t\t ? 4 //'Expiry must be sometime in the past.'\n - \t\t : 5; // 'There was an issue with the payment. Please contact support.'\n + \t\t? 2 //'Payment processing'\n + \t\t: state == \"invalid_cvc\"\n + \t\t? 3 //'There was an issue with your CVC number'\n + \t\t: true //state == 'invalid_expiry'\n + \t\t? 4 //'Expiry must be sometime in the past.'\n + \t\t: 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n \t<div\n \t\tclassName={\n \t\t\t\"match-achievement-medal-type type\" +\n \t\t\t(medals[0].record\n \t\t\t\t? \"-record\"\n \t\t\t\t: medals[0].unique\n - \t\t\t\t ? \"-unique\"\n - \t\t\t\t : medals[0].type)\n + \t\t\t\t? \"-unique\"\n + \t\t\t\t: medals[0].type)\n \t\t}\n \t>\n \t\t{medals[0].record\n \t\t\t? i18n(\"Record\")\n \t\t\t: medals[0].unique\n - \t\t\t ? i18n(\"Unique\")\n - \t\t\t : medals[0].type === 0\n - \t\t\t ? i18n(\"Silver\")\n - \t\t\t : medals[0].type === 1\n - \t\t\t ? i18n(\"Gold\")\n - \t\t\t : medals[0].type === 2\n - \t\t\t ? i18n(\"Platinum\")\n - \t\t\t : i18n(\"Theme\")}\n + \t\t\t? i18n(\"Unique\")\n + \t\t\t: medals[0].type === 0\n + \t\t\t? i18n(\"Silver\")\n + \t\t\t: medals[0].type === 1\n + \t\t\t? i18n(\"Gold\")\n + \t\t\t: medals[0].type === 2\n + \t\t\t? i18n(\"Platinum\")\n + \t\t\t: i18n(\"Theme\")}\n \t</div>\n );\n \n a\n \t? literalline\n \t: {\n - \t\t\t\t123: 12,\n - \t }\n - \t ? line\n - \t : softline;\n + \t\t\t123: 12,\n + \t }\n + \t? line\n + \t: softline;\n \n const config = {\n \tonFailure:\n \t\tonFailure !== undefined\n \t\t\t? onFailure\n @@ -250,12 +250,12 @@\n \t\t\t\t\t\t{\n \t\t\t\t\t\t\t_:\n \t\t\t\t\t\t\t\ttypeof error === \"string\"\n \t\t\t\t\t\t\t\t\t? error\n \t\t\t\t\t\t\t\t\t: error && error.message\n - \t\t\t\t\t\t\t\t\t ? error.message\n - \t\t\t\t\t\t\t\t\t : undefined,\n + \t\t\t\t\t\t\t\t\t? error.message\n + \t\t\t\t\t\t\t\t\t: undefined,\n \t\t\t\t\t\t},\n \t\t\t\t\t);\n \t\t\t\t\trefresh();\n \t\t\t },\n };\n @@ -271,13 +271,13 @@\n \n const result =\n \tchildren && !isEmptyChildren(children)\n \t\t? children\n \t\t: props.match\n - \t\t ? component\n - \t\t\t\t? React.createElement(component, props)\n - \t\t\t\t: render\n - \t\t\t\t ? render(props)\n - \t\t\t\t : null\n - \t\t : null;\n + \t\t? component\n + \t\t\t? React.createElement(component, props)\n + \t\t\t: render\n + \t\t\t? render(props)\n + \t\t\t: null\n + \t\t: null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true}" ], "duration": 76.61159500002395, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true}" ], "duration": 67.9690909999772, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true}" ], "duration": 62.086138999962714, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true}" ], "duration": 66.27794900001027, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true}" ], "duration": 63.986916000023484, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true}" ], "duration": 64.9785419999971, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true}" ], "duration": 65.37198100000387, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true}" ], "duration": 64.61304799997015, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true}" ], "duration": 0.4752619999926537, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true}" ], "duration": 56.90280099998927, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true}" ], "duration": 56.69839500001399, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true}" ], "duration": 55.65721199999098, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true}" ], "duration": 55.46623499999987, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true}" ], "duration": 55.88583300000755, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true}" ], "duration": 55.76798599999165, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true}" ], "duration": 56.19558900000993, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true}" ], "duration": 56.20403899997473, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true}" ], "duration": 0.46271799999522045, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true}" ], "duration": 58.7369470000267, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true}" ], "duration": 59.852290000009816, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true}" ], "duration": 58.776012999995146, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true}" ], "duration": 57.360854999977164, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true}" ], "duration": 58.682866999995895, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true}" ], "duration": 57.740334999980405, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true}" ], "duration": 57.720379999955185, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true}" ], "duration": 58.09739799995441, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 0.45525400002952665, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 58.075387999997474, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 58.5017939999816, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 57.184313000005204, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 56.91625400003977, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 57.669664999993984, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 57.76702800003113, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 56.804851999972016, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 57.57493699999759, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 0.7756759999901988, "failureMessages": [ "func-call.js - {\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -18,11 +18,11 @@\n =====================================output=====================================\n fn(\n \tbifornCringerMoshedPerplexSawder,\n \taskTrovenaBeenaDependsRowans,\n \tglimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - \t\tanodyneCondosMalateOverateRetinol\n + \tanodyneCondosMalateOverateRetinol\n \t\t? annularCooeedSplicesWalksWayWay\n \t\t: kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 56.04332300001988, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 55.797574000025634, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 55.50001299998257, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 55.32658900000388, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 54.39093200000934, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 54.701631999982055, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 55.49692300002789, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 72.42746500001522, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 0.6640260000131093, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 108.01582700002473, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 75.19740499998443, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 69.10413199994946, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 69.48652799997944, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 71.24192299996503, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 71.70193300000392, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 71.00167899997905, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 70.79788199998438, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 1.0481570000411011, "failureMessages": [ "indent.js - {\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -175,14 +175,14 @@\n \n =====================================output=====================================\n aaaaaaaaaaaaaaa\n \t? bbbbbbbbbbbbbbbbbb\n \t: ccccccccccccccc\n - \t ? ddddddddddddddd\n - \t : eeeeeeeeeeeeeee\n - \t ? fffffffffffffff\n - \t : gggggggggggggggg;\n + \t? ddddddddddddddd\n + \t: eeeeeeeeeeeeeee\n + \t? fffffffffffffff\n + \t: gggggggggggggggg;\n \n aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t\t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 68.96832699998049, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 63.116348000010476, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 60.73399199999403, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 62.173689000017475, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 59.82323599996744, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 63.59525100002065, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 61.72428399999626, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 60.66837400000077, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 0.6809179999982007, "failureMessages": [ "nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -58,12 +58,12 @@\n )\n \t? true\n \t\t? true\n \t\t: false\n \t: true\n - \t ? true\n - \t : false;\n + \t? true\n + \t: false;\n \n (\n \tbifornCringerMoshedPerplexSawder\n \t\t? askTrovenaBeenaDependsRowans\n \t\t: glimseGlyphsHazardNoopsTieTie\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 59.39320099999895, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 58.73449299996719, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 56.90286300005391, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 58.562343000026885, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 56.3985040000407, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 57.96662700001616, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 57.50492600002326, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 57.010994000011124, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 1.6093499999842606, "failureMessages": [ "nested.js - {\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 42\n + Received + 42\n \n @@ -147,14 +147,14 @@\n \t\t: (p) => `here's your ${p} ${what}`;\n \n const value = condition1\n \t? value1\n \t: condition2\n - \t ? value2\n - \t : condition3\n - \t ? value3\n - \t : value4;\n + \t? value2\n + \t: condition3\n + \t? value3\n + \t: value4;\n \n const StorybookLoader = ({ match }) =>\n \tmatch.params.storyId === \"button\" ? (\n \t\t<ButtonStorybook />\n \t) : match.params.storyId === \"color\" ? (\n @@ -176,69 +176,69 @@\n \n const message =\n \ti % 3 === 0 && i % 5 === 0\n \t\t? \"fizzbuzz\"\n \t\t: i % 3 === 0\n - \t\t ? \"fizz\"\n - \t\t : i % 5 === 0\n - \t\t ? \"buzz\"\n - \t\t : String(i);\n + \t\t? \"fizz\"\n + \t\t: i % 5 === 0\n + \t\t? \"buzz\"\n + \t\t: String(i);\n \n const paymentMessage =\n \tstate == \"success\"\n \t\t? \"Payment completed successfully\"\n \t\t: state == \"processing\"\n - \t\t ? \"Payment processing\"\n - \t\t : state == \"invalid_cvc\"\n - \t\t ? \"There was an issue with your CVC number\"\n - \t\t : state == \"invalid_expiry\"\n - \t\t ? \"Expiry must be sometime in the past.\"\n - \t\t : \"There was an issue with the payment. Please contact support.\";\n + \t\t? \"Payment processing\"\n + \t\t: state == \"invalid_cvc\"\n + \t\t? \"There was an issue with your CVC number\"\n + \t\t: state == \"invalid_expiry\"\n + \t\t? \"Expiry must be sometime in the past.\"\n + \t\t: \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n \tstate == \"success\"\n \t\t? 1 //'Payment completed successfully'\n \t\t: state == \"processing\"\n - \t\t ? 2 //'Payment processing'\n - \t\t : state == \"invalid_cvc\"\n - \t\t ? 3 //'There was an issue with your CVC number'\n - \t\t : true //state == 'invalid_expiry'\n - \t\t ? 4 //'Expiry must be sometime in the past.'\n - \t\t : 5; // 'There was an issue with the payment. Please contact support.'\n + \t\t? 2 //'Payment processing'\n + \t\t: state == \"invalid_cvc\"\n + \t\t? 3 //'There was an issue with your CVC number'\n + \t\t: true //state == 'invalid_expiry'\n + \t\t? 4 //'Expiry must be sometime in the past.'\n + \t\t: 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n \t<div\n \t\tclassName={\n \t\t\t\"match-achievement-medal-type type\" +\n \t\t\t(medals[0].record\n \t\t\t\t? \"-record\"\n \t\t\t\t: medals[0].unique\n - \t\t\t\t ? \"-unique\"\n - \t\t\t\t : medals[0].type)\n + \t\t\t\t? \"-unique\"\n + \t\t\t\t: medals[0].type)\n \t\t}\n \t>\n \t\t{medals[0].record\n \t\t\t? i18n(\"Record\")\n \t\t\t: medals[0].unique\n - \t\t\t ? i18n(\"Unique\")\n - \t\t\t : medals[0].type === 0\n - \t\t\t ? i18n(\"Silver\")\n - \t\t\t : medals[0].type === 1\n - \t\t\t ? i18n(\"Gold\")\n - \t\t\t : medals[0].type === 2\n - \t\t\t ? i18n(\"Platinum\")\n - \t\t\t : i18n(\"Theme\")}\n + \t\t\t? i18n(\"Unique\")\n + \t\t\t: medals[0].type === 0\n + \t\t\t? i18n(\"Silver\")\n + \t\t\t: medals[0].type === 1\n + \t\t\t? i18n(\"Gold\")\n + \t\t\t: medals[0].type === 2\n + \t\t\t? i18n(\"Platinum\")\n + \t\t\t: i18n(\"Theme\")}\n \t</div>\n );\n \n a\n \t? literalline\n \t: {\n - \t\t\t\t123: 12,\n - \t }\n - \t ? line\n - \t : softline;\n + \t\t\t123: 12,\n + \t }\n + \t? line\n + \t: softline;\n \n const config = {\n \tonFailure:\n \t\tonFailure !== undefined\n \t\t\t? onFailure\n @@ -251,12 +251,12 @@\n \t\t\t\t\t\t{\n \t\t\t\t\t\t\t_:\n \t\t\t\t\t\t\t\ttypeof error === \"string\"\n \t\t\t\t\t\t\t\t\t? error\n \t\t\t\t\t\t\t\t\t: error && error.message\n - \t\t\t\t\t\t\t\t\t ? error.message\n - \t\t\t\t\t\t\t\t\t : undefined,\n + \t\t\t\t\t\t\t\t\t? error.message\n + \t\t\t\t\t\t\t\t\t: undefined,\n \t\t\t\t\t\t},\n \t\t\t\t\t);\n \t\t\t\t\trefresh();\n \t\t\t },\n };\n @@ -272,13 +272,13 @@\n \n const result =\n \tchildren && !isEmptyChildren(children)\n \t\t? children\n \t\t: props.match\n - \t\t ? component\n - \t\t\t\t? React.createElement(component, props)\n - \t\t\t\t: render\n - \t\t\t\t ? render(props)\n - \t\t\t\t : null\n - \t\t : null;\n + \t\t? component\n + \t\t\t? React.createElement(component, props)\n + \t\t\t: render\n + \t\t\t? render(props)\n + \t\t\t: null\n + \t\t: null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 81.67217499995604, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 66.69149300002027, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 63.16695799998706, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 62.71437900001183, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 63.91270100005204, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 66.93242400005693, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 64.83956400002353, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 65.65228800004115, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 0.44934299995657057, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 56.785415999998804, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 56.22250400000485, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 56.225504000030924, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 55.978275000001304, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 55.99181500001578, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 56.6668719999725, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 56.847208000021055, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 56.76003900001524, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 0.45462299999780953, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 59.09013500000583, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 57.95825500000501, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 56.87441099999705, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 58.18858600000385, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 56.14941999997245, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 59.04157800000394, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 57.53431499999715, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 57.57583099999465, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 99, "numPendingTests": 0, "perfStats": { "start": 78396.49082, "end": 83890.232969, "runtime": 5494, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 8, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/directives/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "escaped.js" ], "duration": 0.4548339999746531, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "escaped.js" ], "duration": 59.180022999993525, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "escaped.js" ], "duration": 57.61302400002023, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "escaped.js" ], "duration": 55.75360300001921, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "escaped.js" ], "duration": 55.323634000029415, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "escaped.js" ], "duration": 55.54805600002874, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "escaped.js" ], "duration": 56.24741999997059, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "escaped.js" ], "duration": 57.81689300003927, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "escaped.js" ], "duration": 56.92871300003026, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-7346.js" ], "duration": 0.5537590000312775, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-7346.js" ], "duration": 55.417772999964654, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-7346.js" ], "duration": 55.492199999978766, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-7346.js" ], "duration": 55.16361300001154, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-7346.js" ], "duration": 54.78090300003532, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-7346.js" ], "duration": 56.23191000003135, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-7346.js" ], "duration": 55.62410500005353, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-7346.js" ], "duration": 54.97940000001108, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-7346.js" ], "duration": 55.01420999999391, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "last-line-0.js" ], "duration": 0.40754499996546656, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "last-line-0.js" ], "duration": 54.15604699996766, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "last-line-0.js" ], "duration": 54.85243199998513, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "last-line-0.js" ], "duration": 56.50601499999175, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "last-line-0.js" ], "duration": 54.196793999988586, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "last-line-0.js" ], "duration": 54.44546899996931, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "last-line-0.js" ], "duration": 54.77503399999114, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "last-line-0.js" ], "duration": 54.03895499999635, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "last-line-0.js" ], "duration": 55.174070000008214, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "last-line-1.js" ], "duration": 0.4544330000062473, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "last-line-1.js" ], "duration": 54.62057400000049, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "last-line-1.js" ], "duration": 55.22081199998502, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "last-line-1.js" ], "duration": 54.52157000004081, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "last-line-1.js" ], "duration": 54.52226699999301, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "last-line-1.js" ], "duration": 54.51077900000382, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "last-line-1.js" ], "duration": 54.71331800002372, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "last-line-1.js" ], "duration": 54.220613999990746, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "last-line-1.js" ], "duration": 55.042462999990676, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "last-line-2.js" ], "duration": 0.4197079999721609, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "last-line-2.js" ], "duration": 55.537796000018716, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "last-line-2.js" ], "duration": 54.33541499997955, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "last-line-2.js" ], "duration": 54.57857100002002, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "last-line-2.js" ], "duration": 55.1739059999818, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "last-line-2.js" ], "duration": 54.23411000001943, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "last-line-2.js" ], "duration": 54.49973800004227, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "last-line-2.js" ], "duration": 54.53990400000475, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "last-line-2.js" ], "duration": 54.26358500000788, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "newline.js" ], "duration": 0.419547000026796, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "newline.js" ], "duration": 57.297577999997884, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "newline.js" ], "duration": 55.55577999999514, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "newline.js" ], "duration": 55.06849199999124, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "newline.js" ], "duration": 57.02029800001765, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "newline.js" ], "duration": 57.431401999958325, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "newline.js" ], "duration": 55.50036899995757, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "newline.js" ], "duration": 54.90225300000748, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "newline.js" ], "duration": 55.0289079999784, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 0.5228909999714233, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 54.806240000005346, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 54.762180000019725, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 54.29566500004148, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 55.21114199998556, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 54.57745400001295, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 54.79985999997007, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 54.247035999957006, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 54.44820099999197, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 0.42487799999071285, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "test.js" ], "duration": 58.0008079999825, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 57.160809999972116, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "test.js" ], "duration": 56.12247699999716, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test.js" ], "duration": 56.4829739999841, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 55.71839100000216, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test.js" ], "duration": 57.07125899998937, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "test.js" ], "duration": 56.497741999977734, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 57.35445199999958, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 0.29538399999728426, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 54.90867500001332, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 54.85342200001469, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 54.915448000014294, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 54.824339999991935, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 54.78462300001411, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 54.779203000012785, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 54.39039600000251, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 54.478896000015084, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 0.29084600001806393, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 54.99352200003341, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 54.86137900000904, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 54.32359800004633, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 54.48093199997675, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 54.532308999972884, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 54.47734300000593, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 54.600479000015184, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 55.09859199996572, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 0.2918879999779165, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 55.466629999980796, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 55.18530699994881, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 54.893413999991026, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 54.50256299995817, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 53.602676999988034, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 54.51675800001249, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 55.02909100003308, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 54.6053350000293, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 56, "numPendingTests": 0, "perfStats": { "start": 83925.54920900002, "end": 85883.52944900002, "runtime": 1958, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 29, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/import-assertions/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "dynamic-import.js" ], "duration": 0.4983650000067428, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 56.181924999982584, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 1.5840830000233836, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 0.8658649999997579, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 0.9443519999622367, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 55.29770599998301, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 55.93353500001831, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 0.4344750000163913, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "empty.js" ], "duration": 57.197887999995146, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 1.4084129999973811, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 0.7775489999912679, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 1.0171790000167675, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 55.96078899997519, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 56.35452400002396, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multi-types.js" ], "duration": 0.4871339999954216, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multi-types.js" ], "duration": 55.29131800000323, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multi-types.js" ], "duration": 1.1542659999686293, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multi-types.js" ], "duration": 0.7188489999971353, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multi-types.js" ], "duration": 0.7131480000098236, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multi-types.js" ], "duration": 54.255452000012156, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multi-types.js" ], "duration": 54.98832499998389, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "non-type.js" ], "duration": 0.4743000000016764, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "non-type.js" ], "duration": 54.78853300004266, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "non-type.js" ], "duration": 1.1038720000069588, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "non-type.js" ], "duration": 0.7139399999869056, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "non-type.js" ], "duration": 0.7551169999642298, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "non-type.js" ], "duration": 54.65575999999419, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "non-type.js" ], "duration": 54.48113299999386, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "not-import-assertions.js" ], "duration": 0.4377809999859892, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "not-import-assertions.js" ], "duration": 56.184568999975454, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "not-import-assertions.js" ], "duration": 55.049439000023995, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "not-import-assertions.js" ], "duration": 55.45304599998053, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "not-import-assertions.js" ], "duration": 55.15951800002949, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "not-import-assertions.js" ], "duration": 55.1547159999609, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "not-import-assertions.js" ], "duration": 55.57579699996859, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "re-export.js" ], "duration": 0.4077849999885075, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "re-export.js" ], "duration": 55.78587099997094, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "re-export.js" ], "duration": 1.3409460000111721, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "re-export.js" ], "duration": 0.7453789999708533, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "re-export.js" ], "duration": 0.7278359999763779, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "re-export.js" ], "duration": 55.14996699994663, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "re-export.js" ], "duration": 54.974233000015374, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static-import.js" ], "duration": 0.39618400001199916, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static-import.js" ], "duration": 55.0363720000023, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static-import.js" ], "duration": 1.1350700000184588, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static-import.js" ], "duration": 0.7107029999606311, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static-import.js" ], "duration": 0.6930300000240095, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "static-import.js" ], "duration": 54.41193199995905, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static-import.js" ], "duration": 54.702270000008866, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "without-from.js" ], "duration": 0.4123339999932796, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "without-from.js" ], "duration": 54.962673000001814, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "without-from.js" ], "duration": 1.0788140000076964, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "without-from.js" ], "duration": 0.6891130000003614, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "without-from.js" ], "duration": 0.6760190000059083, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "without-from.js" ], "duration": 53.73043100000359, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "without-from.js" ], "duration": 55.128693000006024, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "import-source-attributes-declaration.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-source-attributes-declaration.js format 1`\n \n - Snapshot - 1\n + Received + 5\n \n @@ -4,8 +4,12 @@\n | printWidth\n =====================================input======================================\n import source s from \"x\" with { attr: \"val\" };\n \n =====================================output=====================================\n - import source s from \"x\" with { attr: \"val\" };\n + import source\n + s;\n + from;\n + (\"x\");\n + with { attr: \"val\" }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 10)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nimport-source-binding-from.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-source-binding-from.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n import source from from \"x\";\n \n =====================================output=====================================\n - import source from from \"x\";\n + import source from\n + from;\n + (\"x\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 10)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nimport-source-binding-source.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-source-binding-source.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -4,8 +4,11 @@\n | printWidth\n =====================================input======================================\n import source source from \"x\";\n \n =====================================output=====================================\n - import source source from \"x\";\n + import source\n + source;\n + from;\n + (\"x\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 10)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nimport-source.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-source.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -4,8 +4,11 @@\n | printWidth\n =====================================input======================================\n import source x from \"x\";\n \n =====================================output=====================================\n - import source x from \"x\";\n + import source\n + x;\n + from;\n + (\"x\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 10)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 4, "numPassingTests": 41, "numPendingTests": 0, "perfStats": { "start": 85918.41856600001, "end": 86882.33946400002, "runtime": 964, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 31, "unchecked": 0, "unmatched": 4, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/source-phase-imports/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "default-binding.js" ], "duration": 0.42616900004213676, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "default-binding.js" ], "duration": 54.55562599998666, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "default-binding.js" ], "duration": 55.21124500001315, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "default-binding.js" ], "duration": 55.238381000002846, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "default-binding.js" ], "duration": 55.333004000014625, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "import-source-attributes-declaration.js" ], "duration": 0.9401450000004843, "failureMessages": [ "import-source-attributes-declaration.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-source-attributes-declaration.js format 1`\n \n - Snapshot - 1\n + Received + 5\n \n @@ -4,8 +4,12 @@\n | printWidth\n =====================================input======================================\n import source s from \"x\" with { attr: \"val\" };\n \n =====================================output=====================================\n - import source s from \"x\" with { attr: \"val\" };\n + import source\n + s;\n + from;\n + (\"x\");\n + with { attr: \"val\" }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 10)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "import-source-attributes-declaration.js" ], "duration": 1.0402020000037737, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "import-source-attributes-declaration.js" ], "duration": 0.7156529999920167, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "import-source-attributes-declaration.js" ], "duration": 0.6997529999935068, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "import-source-attributes-declaration.js" ], "duration": 55.4481290000258, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "import-source-attributes-expression.js" ], "duration": 0.4371199999586679, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "import-source-attributes-expression.js" ], "duration": 1.1669090000214055, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "import-source-attributes-expression.js" ], "duration": 0.7699650000431575, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "import-source-attributes-expression.js" ], "duration": 0.8718360000057146, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "import-source-attributes-expression.js" ], "duration": 56.2024949999759, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "import-source-binding-from.js" ], "duration": 0.628177999984473, "failureMessages": [ "import-source-binding-from.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-source-binding-from.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n import source from from \"x\";\n \n =====================================output=====================================\n - import source from from \"x\";\n + import source from\n + from;\n + (\"x\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 10)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "import-source-binding-from.js" ], "duration": 1.024031000037212, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "import-source-binding-from.js" ], "duration": 0.705022000009194, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "import-source-binding-from.js" ], "duration": 0.6861969999736175, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "import-source-binding-from.js" ], "duration": 54.37673199997516, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "import-source-binding-source.js" ], "duration": 0.6074699999880977, "failureMessages": [ "import-source-binding-source.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-source-binding-source.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -4,8 +4,11 @@\n | printWidth\n =====================================input======================================\n import source source from \"x\";\n \n =====================================output=====================================\n - import source source from \"x\";\n + import source\n + source;\n + from;\n + (\"x\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 10)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "import-source-binding-source.js" ], "duration": 1.0032919999794103, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "import-source-binding-source.js" ], "duration": 0.724508999963291, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "import-source-binding-source.js" ], "duration": 0.6888630000175908, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "import-source-binding-source.js" ], "duration": 55.305584999965504, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "import-source-dynamic-import.js" ], "duration": 0.5118099999963306, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "import-source-dynamic-import.js" ], "duration": 1.0689460000139661, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "import-source-dynamic-import.js" ], "duration": 0.7386359999654815, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "import-source-dynamic-import.js" ], "duration": 0.671909999975469, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "import-source-dynamic-import.js" ], "duration": 55.580956000019796, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "import-source.js" ], "duration": 0.6346919999923557, "failureMessages": [ "import-source.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-source.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -4,8 +4,11 @@\n | printWidth\n =====================================input======================================\n import source x from \"x\";\n \n =====================================output=====================================\n - import source x from \"x\";\n + import source\n + x;\n + from;\n + (\"x\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 10)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "import-source.js" ], "duration": 1.016487999993842, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "import-source.js" ], "duration": 0.6974990000016987, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "import-source.js" ], "duration": 0.7313730000169016, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "import-source.js" ], "duration": 55.295478000014555, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "no-named.js" ], "duration": 1.5734629999496974, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "no-named.js" ], "duration": 0.7561579999746755, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "no-named.js" ], "duration": 0.6892729999963194, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "no-named.js" ], "duration": 0.6815690000075847, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "no-named.js" ], "duration": 0.7528929999680258, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "no-namespace.js" ], "duration": 0.7065549999824725, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "no-namespace.js" ], "duration": 0.6540879999520257, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "no-namespace.js" ], "duration": 0.6467239999910817, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "no-namespace.js" ], "duration": 0.6049149999744259, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "no-namespace.js" ], "duration": 0.7040609999676235, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 153, "numPendingTests": 0, "perfStats": { "start": 86920.57266800001, "end": 95304.95847499999, "runtime": 8384, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 10, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/empty/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "snippet: #0" ], "duration": 0.31340799998724833, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 55.29328699997859, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 54.30821799999103, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 54.17352299997583, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 56.06392499996582, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 54.207258000038564, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 54.28598400001647, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 54.137057000014465, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 54.087717000045814, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 0.2964959999662824, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 54.7816870000097, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 53.82213099999353, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 54.62991099996725, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 54.05674299999373, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 53.71696900000097, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 53.77058900002157, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 53.89691499999026, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 54.10004500002833, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 0.3200300000025891, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 53.93530000001192, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 53.716356999997515, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 54.038923000043724, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 53.64072500000475, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 53.86518900003284, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 54.06130900001153, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 54.10867500002496, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 54.042749999964144, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 0.2994619999662973, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 56.3953539999784, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 54.35340500000166, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 54.723554000025615, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 54.53638800000772, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 54.62845299998298, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 54.49984000000404, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 56.06842799996957, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 55.02866000001086, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 0.2976790000102483, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 54.89261399995303, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 54.94569699995918, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 54.3845390000497, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 54.75207300001057, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 54.27127800002927, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 54.13255099998787, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 55.580171999987215, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 54.95680799998809, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 0.2949030000017956, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 54.53283799998462, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 54.739536999957636, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 54.43806399998721, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 54.5435099999886, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 54.12551500002155, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 54.50301300000865, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 54.27381300000707, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 54.37359799997648, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 0.2937709999969229, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 55.5129860000452, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 54.128160000022035, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 54.409164000011515, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 54.30380499997409, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 54.271223000017926, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 54.15786100004334, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 54.27480499999365, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 54.75647600000957, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 0.44273100001737475, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 54.57973800000036, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 54.98848399997223, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 54.91885600000387, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 54.39564200001769, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 54.82865199999651, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 55.164403999981005, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 54.08447800000431, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 54.779841999989, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 0.4414380000089295, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 55.606647999957204, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 54.18733499996597, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 54.96104799996829, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 54.409344999992754, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 54.815340999979526, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 55.28792400000384, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 54.93355099996552, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 54.88632200000575, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 0.4804219999932684, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 54.718370000016876, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 54.921773999987636, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 54.368834000022616, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 54.693323000043165, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 54.508851999999024, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 54.83583500003442, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 54.421893000020646, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 54.77258700004313, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 0.4540430000051856, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 55.163549999997485, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 54.508926999988034, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 54.91967199998908, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 54.76969599997392, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 54.576361000014, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 54.86896999995224, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 55.14560899999924, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 54.8546830000123, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 0.4506950000068173, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 54.65516899997601, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 65.7074680000078, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 54.41987499996321, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 54.91572799999267, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 54.47856299998239, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 54.80665099999169, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 54.845444999984466, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 54.84039600001415, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 0.4998780000023544, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 55.190154999960214, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 54.970713999995496, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 54.35528699995484, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 54.869943999976385, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 54.81472700001905, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 55.2233899999992, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 55.217405000003055, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 55.043970999948215, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 0.4447439999785274, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 54.93768600001931, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 54.62112399999751, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 54.3785650000209, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 55.5185089999577, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 54.542812999978196, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 54.89899899996817, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 54.747470999951474, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 54.73447700001998, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 0.4289949999656528, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 55.11272999999346, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 54.95044099999359, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 54.72274199995445, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 57.82597700000042, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 54.69147700001486, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 54.99462100001983, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 55.107605000026524, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 54.49153999995906, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 0.43925399996805936, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 54.39345100003993, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 54.598721999966074, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 54.42436399997678, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 55.4507600000361, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 55.08995100000175, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 54.24351499998011, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 55.328695000032894, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 55.03130399994552, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #16" ], "duration": 0.4445440000272356, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #16" ], "duration": 54.95630299998447, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #16" ], "duration": 54.68918599997414, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #16" ], "duration": 54.80402999999933, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #16" ], "duration": 54.75249399995664, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #16" ], "duration": 54.94633999996586, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #16" ], "duration": 55.08520800003316, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #16" ], "duration": 54.80032099998789, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #16" ], "duration": 54.8845690000453, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 158, "numPendingTests": 0, "perfStats": { "start": 95349.07757700002, "end": 102175.210685, "runtime": 6826, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 58, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/decorator-auto-accessors/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "basic.js" ], "duration": 0.47431000001961365, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "basic.js" ], "duration": 56.128681000031065, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "basic.js" ], "duration": 55.520748999959324, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "basic.js" ], "duration": 1.4611319999676198, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "basic.js" ], "duration": 0.8660549999913201, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "basic.js" ], "duration": 55.4511539999512, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "basic.js" ], "duration": 55.19785300001968, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 0.4351670000469312, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comments.js" ], "duration": 56.71479699999327, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 54.78680500003975, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 1.1540559999994002, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 0.7340780000085942, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 55.565769999986514, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 56.73331300000427, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 0.4178739999770187, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "computed.js" ], "duration": 55.41423500003293, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 55.22543799999403, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 1.1419740000274032, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 0.7432639999897219, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 54.76601100002881, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 59.28845600003842, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "not-accessor-method.js" ], "duration": 0.428795000014361, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "not-accessor-method.js" ], "duration": 55.77651600004174, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "not-accessor-method.js" ], "duration": 54.81649400002789, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "not-accessor-method.js" ], "duration": 55.00417099997867, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "not-accessor-method.js" ], "duration": 54.745913000020664, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "not-accessor-method.js" ], "duration": 55.65339099999983, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "not-accessor-method.js" ], "duration": 55.89175700000487, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "not-accessor-method.js" ], "duration": 55.97931000002427, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "not-accessor-property.js" ], "duration": 0.4254990000044927, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "not-accessor-property.js" ], "duration": 55.3939900000114, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "not-accessor-property.js" ], "duration": 54.92402800003765, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "not-accessor-property.js" ], "duration": 54.93178699997952, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "not-accessor-property.js" ], "duration": 55.185880000004545, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "not-accessor-property.js" ], "duration": 55.11473799997475, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "not-accessor-property.js" ], "duration": 55.57830599998124, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "not-accessor-property.js" ], "duration": 54.89953900000546, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "private.js" ], "duration": 0.49554999999236315, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "private.js" ], "duration": 55.437539999955334, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "private.js" ], "duration": 55.8558690000209, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "private.js" ], "duration": 1.1292990000220016, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "private.js" ], "duration": 0.7507789999945089, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "private.js" ], "duration": 55.660358000022825, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "private.js" ], "duration": 54.79439599998295, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static-computed.js" ], "duration": 0.42612000001827255, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static-computed.js" ], "duration": 55.3307639999548, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static-computed.js" ], "duration": 55.23731900000712, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "static-computed.js" ], "duration": 1.268731000018306, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static-computed.js" ], "duration": 0.7524019999545999, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static-computed.js" ], "duration": 55.57828300003894, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static-computed.js" ], "duration": 55.5040619999636, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static-private.js" ], "duration": 0.45091700000921264, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static-private.js" ], "duration": 55.28980200004298, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static-private.js" ], "duration": 55.448987999989185, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "static-private.js" ], "duration": 1.1350899999961257, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static-private.js" ], "duration": 0.7507279999554157, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static-private.js" ], "duration": 54.33400099998107, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static-private.js" ], "duration": 54.67280000000028, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static.js" ], "duration": 0.43606800003908575, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static.js" ], "duration": 55.6436860000249, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static.js" ], "duration": 54.79448500002036, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "static.js" ], "duration": 1.2071050000377, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static.js" ], "duration": 0.7373429999570362, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static.js" ], "duration": 54.35476399998879, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static.js" ], "duration": 54.80350300000282, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "with-semicolon-1.js" ], "duration": 0.4262000000453554, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "with-semicolon-1.js" ], "duration": 55.42658300005132, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "with-semicolon-1.js" ], "duration": 55.47083200002089, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "with-semicolon-1.js" ], "duration": 1.168963999953121, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "with-semicolon-1.js" ], "duration": 0.7431939999805763, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "with-semicolon-1.js" ], "duration": 55.464810999983456, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "with-semicolon-1.js" ], "duration": 56.11895000003278, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "with-semicolon-2.js" ], "duration": 0.42395600001327693, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "with-semicolon-2.js" ], "duration": 56.34770999994362, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "with-semicolon-2.js" ], "duration": 56.188250999955926, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "with-semicolon-2.js" ], "duration": 1.172491000033915, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "with-semicolon-2.js" ], "duration": 0.7380349999875762, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "with-semicolon-2.js" ], "duration": 54.751441000029445, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "with-semicolon-2.js" ], "duration": 55.550041000009514, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "basic.js - {\"semi\":false}" ], "duration": 0.4804219999932684, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "basic.js - {\"semi\":false}" ], "duration": 55.3032200000016, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "basic.js - {\"semi\":false}" ], "duration": 76.59719500003848, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "basic.js - {\"semi\":false}" ], "duration": 1.297074000001885, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "basic.js - {\"semi\":false}" ], "duration": 0.685946999990847, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "basic.js - {\"semi\":false}" ], "duration": 55.17212300002575, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "basic.js - {\"semi\":false}" ], "duration": 54.998314999975264, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comments.js - {\"semi\":false}" ], "duration": 0.46344899997347966, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comments.js - {\"semi\":false}" ], "duration": 56.376007999992, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comments.js - {\"semi\":false}" ], "duration": 57.05472399998689, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments.js - {\"semi\":false}" ], "duration": 1.1315440000034869, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments.js - {\"semi\":false}" ], "duration": 0.7463899999856949, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments.js - {\"semi\":false}" ], "duration": 55.71845200000098, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comments.js - {\"semi\":false}" ], "duration": 55.366605999995954, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "computed.js - {\"semi\":false}" ], "duration": 0.43760100001236424, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "computed.js - {\"semi\":false}" ], "duration": 55.42200000002049, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "computed.js - {\"semi\":false}" ], "duration": 55.8115809999872, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "computed.js - {\"semi\":false}" ], "duration": 1.1274059999850579, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "computed.js - {\"semi\":false}" ], "duration": 0.7372830000240356, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "computed.js - {\"semi\":false}" ], "duration": 55.54724499996519, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "computed.js - {\"semi\":false}" ], "duration": 54.74494699999923, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "not-accessor-method.js - {\"semi\":false}" ], "duration": 0.4726260000024922, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "not-accessor-method.js - {\"semi\":false}" ], "duration": 56.483331999974325, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "not-accessor-method.js - {\"semi\":false}" ], "duration": 54.606729999999516, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "not-accessor-method.js - {\"semi\":false}" ], "duration": 54.693250000011176, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "not-accessor-method.js - {\"semi\":false}" ], "duration": 54.745957000006456, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "not-accessor-method.js - {\"semi\":false}" ], "duration": 54.8827680000104, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "not-accessor-method.js - {\"semi\":false}" ], "duration": 54.57031899999129, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "not-accessor-method.js - {\"semi\":false}" ], "duration": 54.34972999995807, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "not-accessor-property.js - {\"semi\":false}" ], "duration": 0.4732479999656789, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "not-accessor-property.js - {\"semi\":false}" ], "duration": 55.23447500000475, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "not-accessor-property.js - {\"semi\":false}" ], "duration": 54.74925500003155, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "not-accessor-property.js - {\"semi\":false}" ], "duration": 54.80356200004462, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "not-accessor-property.js - {\"semi\":false}" ], "duration": 55.199253000027966, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "not-accessor-property.js - {\"semi\":false}" ], "duration": 55.212767000019085, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "not-accessor-property.js - {\"semi\":false}" ], "duration": 55.122360999986995, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "not-accessor-property.js - {\"semi\":false}" ], "duration": 55.32317200000398, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "private.js - {\"semi\":false}" ], "duration": 0.4393649999983609, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "private.js - {\"semi\":false}" ], "duration": 55.534364000021014, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "private.js - {\"semi\":false}" ], "duration": 55.46423899999354, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "private.js - {\"semi\":false}" ], "duration": 1.1504880000138655, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "private.js - {\"semi\":false}" ], "duration": 0.7441059999982826, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "private.js - {\"semi\":false}" ], "duration": 54.8803819999448, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "private.js - {\"semi\":false}" ], "duration": 54.58804699999746, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static-computed.js - {\"semi\":false}" ], "duration": 0.5061390000046231, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static-computed.js - {\"semi\":false}" ], "duration": 56.482359000016004, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static-computed.js - {\"semi\":false}" ], "duration": 55.79141799994977, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "static-computed.js - {\"semi\":false}" ], "duration": 1.2028169999830425, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static-computed.js - {\"semi\":false}" ], "duration": 0.7592249999870546, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static-computed.js - {\"semi\":false}" ], "duration": 55.12510500004282, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static-computed.js - {\"semi\":false}" ], "duration": 54.94479199999478, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static-private.js - {\"semi\":false}" ], "duration": 0.4313100000144914, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static-private.js - {\"semi\":false}" ], "duration": 56.023713999951724, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static-private.js - {\"semi\":false}" ], "duration": 56.07394000003114, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "static-private.js - {\"semi\":false}" ], "duration": 1.200994000013452, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static-private.js - {\"semi\":false}" ], "duration": 0.8268210000242107, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static-private.js - {\"semi\":false}" ], "duration": 55.02281699999003, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static-private.js - {\"semi\":false}" ], "duration": 55.54956900002435, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static.js - {\"semi\":false}" ], "duration": 0.42548799997894093, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static.js - {\"semi\":false}" ], "duration": 55.60262900002999, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static.js - {\"semi\":false}" ], "duration": 55.13502799998969, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "static.js - {\"semi\":false}" ], "duration": 1.4929209999972954, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static.js - {\"semi\":false}" ], "duration": 1.118949999974575, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static.js - {\"semi\":false}" ], "duration": 56.21569800004363, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static.js - {\"semi\":false}" ], "duration": 55.48679400002584, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "with-semicolon-1.js - {\"semi\":false}" ], "duration": 0.4299070000415668, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "with-semicolon-1.js - {\"semi\":false}" ], "duration": 57.364658000005875, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "with-semicolon-1.js - {\"semi\":false}" ], "duration": 55.666795999975875, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "with-semicolon-1.js - {\"semi\":false}" ], "duration": 1.1185889999615029, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "with-semicolon-1.js - {\"semi\":false}" ], "duration": 0.7367830000002868, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "with-semicolon-1.js - {\"semi\":false}" ], "duration": 54.47032299998682, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "with-semicolon-1.js - {\"semi\":false}" ], "duration": 55.18845999997575, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "with-semicolon-2.js - {\"semi\":false}" ], "duration": 0.4683589999913238, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "with-semicolon-2.js - {\"semi\":false}" ], "duration": 56.96348700003, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "with-semicolon-2.js - {\"semi\":false}" ], "duration": 54.997316000051796, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "with-semicolon-2.js - {\"semi\":false}" ], "duration": 1.1426950000459328, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "with-semicolon-2.js - {\"semi\":false}" ], "duration": 0.7329359999857843, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "with-semicolon-2.js - {\"semi\":false}" ], "duration": 54.53175600001123, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "with-semicolon-2.js - {\"semi\":false}" ], "duration": 55.92459800001234, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "break-continue-statements.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `break-continue-statements.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -20,12 +20,12 @@\n break; /* comment */\n continue; /* comment */\n }\n \n loop: for (;;) {\n - break /* comment */ loop;\n - break loop /* comment */;\n - continue /* comment */ loop;\n - continue loop /* comment */;\n + break loop; /* comment */\n + break loop; /* comment */\n + continue loop; /* comment */\n + continue loop; /* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nempty-statements.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `empty-statements.js format 1`\n \n - Snapshot - 13\n + Received + 9\n \n @@ -23,22 +23,18 @@\n + /* 6 */\n e // 7\n );\n \n =====================================output=====================================\n - a; /* a */ // b\n - /* c */\n - foo; // first\n - // second\n - // third\n - function x() {} // first\n - // second\n + a; /* a */ /* c */ // b\n +\n + foo; // first // second // third\n +\n + function x() {} // first // second\n +\n a =\n - b + // 1\n - // 2\n - c + // 3\n - // 4\n - d + // 5\n - /* 6 */\n + b + // 1 // 2\n + c + // 3 // 4\n + d /* 6 */ + // 5\n e; // 7\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nexport.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `export.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -44,11 +44,11 @@\n \t\t bazz,\n }\n \n =====================================output=====================================\n export //comment\n - {};\n + {};\n \n export /* comment */ {};\n \n const foo = \"\";\n export {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\njsdoc-nestled-dangling.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `jsdoc-nestled-dangling.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -23,11 +23,12 @@\n {\n {\n o = {\n /**\n * A\n - *//**\n + */\n + /**\n * B\n */\n };\n }\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\njsdoc-nestled.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `jsdoc-nestled.js format 1`\n \n - Snapshot - 4\n + Received + 7\n \n @@ -33,21 +33,22 @@\n */\n \n =====================================output=====================================\n const issues = {\n see: \"#7724 and #12653\",\n - /** Trailing comment 1 (not nestled as both comments should be multiline for that) */ /**\n + /** Trailing comment 1 (not nestled as both comments should be multiline for that) */\n + /**\n * Trailing comment 2\n */\n };\n \n /**\n * @template T\n * @param {Type} type\n * @param {T} value\n * @return {Value}\n - *//**\n + */ /**\n * @param {Type} type\n * @return {Value}\n */\n function value(type, value) {\n if (arguments.length === 2) {\n @@ -56,10 +57,12 @@\n return new Value(type);\n }\n }\n \n /** Trailing nestled comment 1\n - *//** Trailing nestled comment 2\n - *//** Trailing nestled comment 3\n + */\n + /** Trailing nestled comment 2\n + */\n + /** Trailing nestled comment 3\n */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmulti-comments-on-same-line.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `multi-comments-on-same-line.js format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -114,14 +114,14 @@\n a; /*\n 1*/ /*2*/ /*3\n */\n b;\n \n - a;\n - /*\n + a; /*\n 1*/ /*2*/ /*3\n - */ b;\n + */\n + b;\n \n /*========= First two on same line =========*/\n a;\n /*1*/ /*2*/\n /*3*/\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nreturn-statement.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `return-statement.js format 1`\n \n - Snapshot - 18\n + Received + 9\n \n @@ -206,39 +206,32 @@\n }\n \n function binaryInBinaryLeft() {\n return (\n // Reason for 42\n - 42 *\n - 84 +\n - 2\n + 42 * 84 + 2\n );\n }\n \n function binaryInBinaryRight() {\n return (\n // Reason for 42\n - 42 +\n - 84 * 2\n + 42 + 84 * 2\n );\n }\n \n function conditional() {\n return (\n // Reason for 42\n - 42\n - ? 1\n - : 2\n + 42 ? 1 : 2\n );\n }\n \n function binaryInConditional() {\n return (\n // Reason for 42\n - 42 * 3\n - ? 1\n - : 2\n + 42 * 3 ? 1 : 2\n );\n }\n \n function call() {\n return (\n @@ -261,13 +254,13 @@\n );\n }\n \n function memberInAndOutWithCalls() {\n return (\n + // Reason for a\n aFunction\n - .b// Reason for a\n - ()\n + .b()\n .c.d()\n );\n }\n \n function excessiveEverything() {\n @@ -302,15 +295,13 @@\n function inlineComment() {\n return /* hi */ 42 || 42;\n }\n \n function multilineBlockSameLine() {\n - return (\n - /**\n - * @type {string}\n - */ \"result\"\n - );\n + return /**\n + * @type {string}\n + */ \"result\";\n }\n \n function multilineBlockNextLine() {\n return (\n /**\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntagged-template-literal.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tagged-template-literal.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -27,11 +27,11 @@\n \n foo // comment\n `\n `;\n \n - foo/* comment */ `\n + foo /* comment */`\n `;\n \n foo /* comment */`\n `;\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntrailing-jsdocs.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `trailing-jsdocs.js format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -32,23 +32,27 @@\n CONNECTED: Object.freeze({ kind: \"CONNECTED\" }),\n CONNECTING: Object.freeze({ kind: \"CONNECTING\" }),\n NOT_CONNECTED: Object.freeze({ kind: \"NOT_CONNECTED\" }),\n });\n \n - /* A comment */ /**\n + /* A comment */\n + /**\n * A type that can be written to a buffer.\n - */ /**\n + */\n + /**\n * Describes the connection status of a ReactiveSocket/DuplexConnection.\n * - NOT_CONNECTED: no connection established or pending.\n * - CONNECTING: when `connect()` has been called but a connection is not yet\n * established.\n * - CONNECTED: when a connection is established.\n * - CLOSED: when the connection has been explicitly closed via `close()`.\n * - ERROR: when the connection has been closed for any other reason.\n - */ /**\n + */\n + /**\n * A contract providing different interaction models per the [ReactiveSocket protocol]\n * (https://github.com/ReactiveSocket/reactivesocket/blob/master/Protocol.md).\n - */ /**\n + */\n + /**\n * A single unit of data exchanged between the peers of a `ReactiveSocket`.\n */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 8\n + Received + 8\n \n @@ -28,20 +28,20 @@\n // Comment\n {\n key: \"value\",\n };\n \n - let record =\n - // Comment\n - #{\n - key: \"value\",\n - };\n + let record = // Comment\n + #;\n + {\n + key: \"value\";\n + }\n \n let array =\n // Comment\n [\"value\"];\n \n - let tuple =\n - // Comment\n - #[\"value\"];\n + let tuple = // Comment\n + #;\n + [\"value\"];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: #0 > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #0 format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -5,9 +5,10 @@\n =====================================input======================================\n var a = { /* comment */ \n b };\n =====================================output=====================================\n var a = {\n - /* comment */ b,\n + /* comment */\n + b,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: #1 > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #1 format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -5,9 +5,10 @@\n =====================================input======================================\n var a = { /* comment */\n b };\n =====================================output=====================================\n var a = {\n - /* comment */ b,\n + /* comment */\n + b,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nbreak-continue-statements.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `break-continue-statements.js - {\"semi\":false} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -21,12 +21,12 @@\n break /* comment */\n continue /* comment */\n }\n \n loop: for (;;) {\n - break /* comment */ loop\n break loop /* comment */\n - continue /* comment */ loop\n + break loop /* comment */\n + continue loop /* comment */\n continue loop /* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nempty-statements.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `empty-statements.js - {\"semi\":false} format 1`\n \n - Snapshot - 13\n + Received + 9\n \n @@ -24,22 +24,18 @@\n + /* 6 */\n e // 7\n );\n \n =====================================output=====================================\n - a /* a */ // b\n - /* c */\n - foo // first\n - // second\n - // third\n - function x() {} // first\n - // second\n + a /* a */ /* c */ // b\n +\n + foo // first // second // third\n +\n + function x() {} // first // second\n +\n a =\n - b + // 1\n - // 2\n - c + // 3\n - // 4\n - d + // 5\n - /* 6 */\n + b + // 1 // 2\n + c + // 3 // 4\n + d /* 6 */ + // 5\n e // 7\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nexport.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `export.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -45,11 +45,11 @@\n \t\t bazz,\n }\n \n =====================================output=====================================\n export //comment\n - {}\n + {}\n \n export /* comment */ {}\n \n const foo = \"\"\n export {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\njsdoc-nestled-dangling.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `jsdoc-nestled-dangling.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -24,11 +24,12 @@\n {\n {\n o = {\n /**\n * A\n - *//**\n + */\n + /**\n * B\n */\n }\n }\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\njsdoc-nestled.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `jsdoc-nestled.js - {\"semi\":false} format 1`\n \n - Snapshot - 4\n + Received + 7\n \n @@ -34,21 +34,22 @@\n */\n \n =====================================output=====================================\n const issues = {\n see: \"#7724 and #12653\",\n - /** Trailing comment 1 (not nestled as both comments should be multiline for that) */ /**\n + /** Trailing comment 1 (not nestled as both comments should be multiline for that) */\n + /**\n * Trailing comment 2\n */\n }\n \n /**\n * @template T\n * @param {Type} type\n * @param {T} value\n * @return {Value}\n - *//**\n + */ /**\n * @param {Type} type\n * @return {Value}\n */\n function value(type, value) {\n if (arguments.length === 2) {\n @@ -57,10 +58,12 @@\n return new Value(type)\n }\n }\n \n /** Trailing nestled comment 1\n - *//** Trailing nestled comment 2\n - *//** Trailing nestled comment 3\n + */\n + /** Trailing nestled comment 2\n + */\n + /** Trailing nestled comment 3\n */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmulti-comments-on-same-line.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `multi-comments-on-same-line.js - {\"semi\":false} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -115,14 +115,14 @@\n a /*\n 1*/ /*2*/ /*3\n */\n b\n \n - a\n - /*\n + a /*\n 1*/ /*2*/ /*3\n - */ b\n + */\n + b\n \n /*========= First two on same line =========*/\n a\n /*1*/ /*2*/\n /*3*/\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nreturn-statement.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `return-statement.js - {\"semi\":false} format 1`\n \n - Snapshot - 18\n + Received + 9\n \n @@ -207,39 +207,32 @@\n }\n \n function binaryInBinaryLeft() {\n return (\n // Reason for 42\n - 42 *\n - 84 +\n - 2\n + 42 * 84 + 2\n )\n }\n \n function binaryInBinaryRight() {\n return (\n // Reason for 42\n - 42 +\n - 84 * 2\n + 42 + 84 * 2\n )\n }\n \n function conditional() {\n return (\n // Reason for 42\n - 42\n - ? 1\n - : 2\n + 42 ? 1 : 2\n )\n }\n \n function binaryInConditional() {\n return (\n // Reason for 42\n - 42 * 3\n - ? 1\n - : 2\n + 42 * 3 ? 1 : 2\n )\n }\n \n function call() {\n return (\n @@ -262,13 +255,13 @@\n )\n }\n \n function memberInAndOutWithCalls() {\n return (\n + // Reason for a\n aFunction\n - .b// Reason for a\n - ()\n + .b()\n .c.d()\n )\n }\n \n function excessiveEverything() {\n @@ -303,15 +296,13 @@\n function inlineComment() {\n return /* hi */ 42 || 42\n }\n \n function multilineBlockSameLine() {\n - return (\n - /**\n - * @type {string}\n - */ \"result\"\n - )\n + return /**\n + * @type {string}\n + */ \"result\"\n }\n \n function multilineBlockNextLine() {\n return (\n /**\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntagged-template-literal.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tagged-template-literal.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -28,11 +28,11 @@\n \n foo // comment\n `\n `\n \n - foo/* comment */ `\n + foo /* comment */`\n `\n \n foo /* comment */`\n `\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntrailing-jsdocs.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `trailing-jsdocs.js - {\"semi\":false} format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -33,23 +33,27 @@\n CONNECTED: Object.freeze({ kind: \"CONNECTED\" }),\n CONNECTING: Object.freeze({ kind: \"CONNECTING\" }),\n NOT_CONNECTED: Object.freeze({ kind: \"NOT_CONNECTED\" }),\n })\n \n - /* A comment */ /**\n + /* A comment */\n + /**\n * A type that can be written to a buffer.\n - */ /**\n + */\n + /**\n * Describes the connection status of a ReactiveSocket/DuplexConnection.\n * - NOT_CONNECTED: no connection established or pending.\n * - CONNECTING: when `connect()` has been called but a connection is not yet\n * established.\n * - CONNECTED: when a connection is established.\n * - CLOSED: when the connection has been explicitly closed via `close()`.\n * - ERROR: when the connection has been closed for any other reason.\n - */ /**\n + */\n + /**\n * A contract providing different interaction models per the [ReactiveSocket protocol]\n * (https://github.com/ReactiveSocket/reactivesocket/blob/master/Protocol.md).\n - */ /**\n + */\n + /**\n * A single unit of data exchanged between the peers of a `ReactiveSocket`.\n */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-and-record.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js - {\"semi\":false} format 1`\n \n - Snapshot - 8\n + Received + 8\n \n @@ -29,20 +29,20 @@\n // Comment\n {\n key: \"value\",\n }\n \n - let record =\n - // Comment\n - #{\n - key: \"value\",\n - }\n + let record = // Comment\n + #\n + {\n + key: \"value\"\n + }\n \n let array =\n // Comment\n [\"value\"]\n \n - let tuple =\n - // Comment\n - #[\"value\"]\n + let tuple = // Comment\n + #\n + ;[\"value\"]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: #0 - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #0 - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -6,9 +6,10 @@\n =====================================input======================================\n var a = { /* comment */ \n b };\n =====================================output=====================================\n var a = {\n - /* comment */ b,\n + /* comment */\n + b,\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: #1 - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #1 - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -6,9 +6,10 @@\n =====================================input======================================\n var a = { /* comment */\n b };\n =====================================output=====================================\n var a = {\n - /* comment */ b,\n + /* comment */\n + b,\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 24, "numPassingTests": 822, "numPendingTests": 0, "perfStats": { "start": 102229.75741000002, "end": 150185.34492999996, "runtime": 47956, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 80, "unchecked": 0, "unmatched": 24, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/comments/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "arrow.js" ], "duration": 0.521097999997437, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 56.24394199997187, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 55.784198999986984, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 55.40876199997729, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 55.55501999997068, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 55.17611100000795, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 55.94189499999629, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 55.46452999999747, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 55.16036800004076, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "assignment-pattern.js" ], "duration": 0.43312299996614456, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "assignment-pattern.js" ], "duration": 56.55343999998877, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "assignment-pattern.js" ], "duration": 56.965793999959715, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "assignment-pattern.js" ], "duration": 55.12650700000813, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "assignment-pattern.js" ], "duration": 55.18376200000057, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "assignment-pattern.js" ], "duration": 55.38958600000478, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "assignment-pattern.js" ], "duration": 55.58861400000751, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "assignment-pattern.js" ], "duration": 55.475872999988496, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "assignment-pattern.js" ], "duration": 55.60565199999837, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "before-comma.js" ], "duration": 0.4311089999973774, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "before-comma.js" ], "duration": 55.36041099997237, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "before-comma.js" ], "duration": 55.62628299999051, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "before-comma.js" ], "duration": 55.91041300003417, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "before-comma.js" ], "duration": 55.64320799999405, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "before-comma.js" ], "duration": 54.370403000037186, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "before-comma.js" ], "duration": 55.49285300000338, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "before-comma.js" ], "duration": 55.84078899997985, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "before-comma.js" ], "duration": 55.86467699997593, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js" ], "duration": 0.4406669999589212, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js" ], "duration": 58.989092999952845, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js" ], "duration": 58.67575200001011, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js" ], "duration": 57.037482999963686, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js" ], "duration": 56.67096600000514, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js" ], "duration": 56.26212299999315, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js" ], "duration": 58.41490299999714, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js" ], "duration": 56.96422600001097, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js" ], "duration": 58.069206000014674, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "binary-expressions-parens.js" ], "duration": 0.4459270000224933, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binary-expressions-parens.js" ], "duration": 56.57740000000922, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binary-expressions-parens.js" ], "duration": 56.77168900001561, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binary-expressions-parens.js" ], "duration": 56.03263899998274, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binary-expressions-parens.js" ], "duration": 55.755175999947824, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binary-expressions-parens.js" ], "duration": 55.49511399999028, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binary-expressions-parens.js" ], "duration": 56.22994900000049, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binary-expressions-parens.js" ], "duration": 55.934960999991745, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binary-expressions-parens.js" ], "duration": 56.356153000029735, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js" ], "duration": 0.44036700000287965, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js" ], "duration": 57.26499799999874, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js" ], "duration": 56.22566299996106, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js" ], "duration": 55.38712799997302, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js" ], "duration": 57.38336999999592, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js" ], "duration": 55.63741600001231, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js" ], "duration": 57.189275999960955, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js" ], "duration": 56.7090320000425, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js" ], "duration": 55.93819099996472, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "binary-expressions.js" ], "duration": 0.5303249999997206, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binary-expressions.js" ], "duration": 68.67764100001659, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binary-expressions.js" ], "duration": 58.78398599999491, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binary-expressions.js" ], "duration": 57.83217800001148, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binary-expressions.js" ], "duration": 56.133032999990974, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binary-expressions.js" ], "duration": 56.80201400001533, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binary-expressions.js" ], "duration": 58.459611999976914, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binary-expressions.js" ], "duration": 58.796779999975115, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binary-expressions.js" ], "duration": 57.45068900001934, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "blank.js" ], "duration": 0.5417260000249371, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "blank.js" ], "duration": 55.06913900002837, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "blank.js" ], "duration": 58.3860219999915, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "blank.js" ], "duration": 54.676717999973334, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "blank.js" ], "duration": 54.42679500003578, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "blank.js" ], "duration": 55.46459300001152, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "blank.js" ], "duration": 55.10905200004345, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "blank.js" ], "duration": 54.88027899997542, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "blank.js" ], "duration": 54.938051000004634, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "break-continue-statements.js" ], "duration": 0.6553800000110641, "failureMessages": [ "break-continue-statements.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `break-continue-statements.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -20,12 +20,12 @@\n break; /* comment */\n continue; /* comment */\n }\n \n loop: for (;;) {\n - break /* comment */ loop;\n - break loop /* comment */;\n - continue /* comment */ loop;\n - continue loop /* comment */;\n + break loop; /* comment */\n + break loop; /* comment */\n + continue loop; /* comment */\n + continue loop; /* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "break-continue-statements.js" ], "duration": 56.82449400000041, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "break-continue-statements.js" ], "duration": 55.967270000022836, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "break-continue-statements.js" ], "duration": 54.9196440000087, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "break-continue-statements.js" ], "duration": 55.15944000001764, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "break-continue-statements.js" ], "duration": 55.74336199997924, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "break-continue-statements.js" ], "duration": 54.84462600003462, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "break-continue-statements.js" ], "duration": 55.77060099999653, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "break-continue-statements.js" ], "duration": 55.61838300002273, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "call_comment.js" ], "duration": 0.4380419999943115, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "call_comment.js" ], "duration": 59.430347999965306, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "call_comment.js" ], "duration": 58.53059300000314, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "call_comment.js" ], "duration": 56.6452280000085, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "call_comment.js" ], "duration": 55.274282999977004, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "call_comment.js" ], "duration": 55.9399240000057, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "call_comment.js" ], "duration": 55.97778899996774, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "call_comment.js" ], "duration": 57.633800000010524, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "call_comment.js" ], "duration": 55.9632429999765, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "class.js" ], "duration": 0.42700099997455254, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "class.js" ], "duration": 57.88450499996543, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class.js" ], "duration": 57.345187999948394, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "class.js" ], "duration": 55.24416799994651, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class.js" ], "duration": 55.20038100000238, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class.js" ], "duration": 55.44942299998365, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class.js" ], "duration": 56.16643599997042, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class.js" ], "duration": 56.03731699998025, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class.js" ], "duration": 55.87267000001157, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "dangling.js" ], "duration": 0.3963239999720827, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "dangling.js" ], "duration": 57.2401719999616, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "dangling.js" ], "duration": 57.08903500001179, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "dangling.js" ], "duration": 56.14934699999867, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "dangling.js" ], "duration": 55.79442200000631, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "dangling.js" ], "duration": 55.7785150000127, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "dangling.js" ], "duration": 56.68751700001303, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "dangling.js" ], "duration": 56.69751999998698, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "dangling.js" ], "duration": 56.52549299999373, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "dangling_array.js" ], "duration": 0.4375809999764897, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "dangling_array.js" ], "duration": 56.487069999973755, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "dangling_array.js" ], "duration": 56.55070000002161, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "dangling_array.js" ], "duration": 55.69600100000389, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "dangling_array.js" ], "duration": 55.52487200003816, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "dangling_array.js" ], "duration": 55.3838279999909, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "dangling_array.js" ], "duration": 56.79800000000978, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "dangling_array.js" ], "duration": 55.75014999997802, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "dangling_array.js" ], "duration": 55.74700600001961, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "dangling_for.js" ], "duration": 0.4251679999870248, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "dangling_for.js" ], "duration": 54.90189300000202, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "dangling_for.js" ], "duration": 54.30074200005038, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "dangling_for.js" ], "duration": 55.26961800002027, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "dangling_for.js" ], "duration": 54.423094999976456, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "dangling_for.js" ], "duration": 54.585105999954976, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "dangling_for.js" ], "duration": 55.53666499996325, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "dangling_for.js" ], "duration": 55.45140600000741, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "dangling_for.js" ], "duration": 55.72935300000245, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "dynamic_imports.js" ], "duration": 0.41717299999436364, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "dynamic_imports.js" ], "duration": 56.85731200000737, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "dynamic_imports.js" ], "duration": 56.7995950000477, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "dynamic_imports.js" ], "duration": 56.22802799998317, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "dynamic_imports.js" ], "duration": 56.424393000022974, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "dynamic_imports.js" ], "duration": 56.00180999998702, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "dynamic_imports.js" ], "duration": 55.57417899998836, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "dynamic_imports.js" ], "duration": 56.939529999974184, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "dynamic_imports.js" ], "duration": 56.23309300001711, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "emoji.js" ], "duration": 0.5056690000346862, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "emoji.js" ], "duration": 55.08793400001014, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "emoji.js" ], "duration": 54.97229199996218, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "emoji.js" ], "duration": 55.10640999994939, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "emoji.js" ], "duration": 54.77527000004193, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "emoji.js" ], "duration": 55.709671000018716, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "emoji.js" ], "duration": 54.65188100002706, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "emoji.js" ], "duration": 55.62634200003231, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "emoji.js" ], "duration": 55.11740699998336, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty-statements.js" ], "duration": 0.7069870000123046, "failureMessages": [ "empty-statements.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `empty-statements.js format 1`\n \n - Snapshot - 13\n + Received + 9\n \n @@ -23,22 +23,18 @@\n + /* 6 */\n e // 7\n );\n \n =====================================output=====================================\n - a; /* a */ // b\n - /* c */\n - foo; // first\n - // second\n - // third\n - function x() {} // first\n - // second\n + a; /* a */ /* c */ // b\n +\n + foo; // first // second // third\n +\n + function x() {} // first // second\n +\n a =\n - b + // 1\n - // 2\n - c + // 3\n - // 4\n - d + // 5\n - /* 6 */\n + b + // 1 // 2\n + c + // 3 // 4\n + d /* 6 */ + // 5\n e; // 7\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "empty-statements.js" ], "duration": 57.099454000010155, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "empty-statements.js" ], "duration": 56.90309100004379, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "empty-statements.js" ], "duration": 57.26439000002574, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty-statements.js" ], "duration": 56.00833500002045, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty-statements.js" ], "duration": 55.918701000045985, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty-statements.js" ], "duration": 55.90225400001509, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "empty-statements.js" ], "duration": 55.80200500000501, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "empty-statements.js" ], "duration": 55.66139700001804, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export-and-import.js" ], "duration": 0.5339220000314526, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export-and-import.js" ], "duration": 59.59777699998813, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export-and-import.js" ], "duration": 57.02191100001801, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export-and-import.js" ], "duration": 55.692316000000574, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export-and-import.js" ], "duration": 58.549460000009276, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export-and-import.js" ], "duration": 60.96815400000196, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export-and-import.js" ], "duration": 58.881449999986216, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export-and-import.js" ], "duration": 56.4935290000285, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export-and-import.js" ], "duration": 56.59774599998491, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export.js" ], "duration": 0.6525550000369549, "failureMessages": [ "export.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `export.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -44,11 +44,11 @@\n \t\t bazz,\n }\n \n =====================================output=====================================\n export //comment\n - {};\n + {};\n \n export /* comment */ {};\n \n const foo = \"\";\n export {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "export.js" ], "duration": 58.185893000045326, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export.js" ], "duration": 57.31871500000125, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export.js" ], "duration": 56.687689000042155, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export.js" ], "duration": 58.0386179999914, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export.js" ], "duration": 57.56521899998188, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export.js" ], "duration": 57.920730000012554, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export.js" ], "duration": 57.1754770000116, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export.js" ], "duration": 56.91194399999222, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "first-line.js" ], "duration": 0.4564159999717958, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "first-line.js" ], "duration": 55.14463599998271, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "first-line.js" ], "duration": 55.7252280000248, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "first-line.js" ], "duration": 54.74554899998475, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "first-line.js" ], "duration": 55.00136300001759, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "first-line.js" ], "duration": 54.85908700001892, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "first-line.js" ], "duration": 54.70561999990605, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "first-line.js" ], "duration": 54.915324999950826, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "first-line.js" ], "duration": 54.70539200003259, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 0.46237800002563745, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 86.65531800000463, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 62.074999999953434, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 60.967785999993794, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 59.47752800001763, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 60.22403799998574, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 65.70817100000568, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 62.85315300000366, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 61.26232799992431, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "if.js" ], "duration": 0.4510869999649003, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "if.js" ], "duration": 63.824676999938674, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "if.js" ], "duration": 59.05516600003466, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "if.js" ], "duration": 57.133150000008754, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "if.js" ], "duration": 56.6446129999822, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "if.js" ], "duration": 57.41663100000005, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "if.js" ], "duration": 57.58878500002902, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "if.js" ], "duration": 57.710255999933, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "if.js" ], "duration": 60.05195100000128, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-3532.js" ], "duration": 0.46512300008907914, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-3532.js" ], "duration": 59.78792099992279, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-3532.js" ], "duration": 61.14737999998033, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-3532.js" ], "duration": 57.196774999960326, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-3532.js" ], "duration": 56.599584999959916, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-3532.js" ], "duration": 57.47656199999619, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-3532.js" ], "duration": 57.328379000071436, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-3532.js" ], "duration": 57.18841499998234, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-3532.js" ], "duration": 58.1242959999945, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issues.js" ], "duration": 0.4520679999841377, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issues.js" ], "duration": 66.3686999999918, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issues.js" ], "duration": 63.21335199999157, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issues.js" ], "duration": 63.020106000010855, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issues.js" ], "duration": 63.47448600002099, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issues.js" ], "duration": 61.28939199994784, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issues.js" ], "duration": 62.98302699998021, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issues.js" ], "duration": 60.29445799998939, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issues.js" ], "duration": 62.31966200005263, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js" ], "duration": 0.6543979999842122, "failureMessages": [ "jsdoc-nestled-dangling.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `jsdoc-nestled-dangling.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -23,11 +23,12 @@\n {\n {\n o = {\n /**\n * A\n - *//**\n + */\n + /**\n * B\n */\n };\n }\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js" ], "duration": 55.79537299997173, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js" ], "duration": 55.178353999974206, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js" ], "duration": 55.000691999914125, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js" ], "duration": 54.979597999947146, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js" ], "duration": 55.552576999994926, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js" ], "duration": 55.68168499995954, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js" ], "duration": 55.35317799996119, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js" ], "duration": 57.53245900000911, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsdoc-nestled.js" ], "duration": 0.6932810000143945, "failureMessages": [ "jsdoc-nestled.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `jsdoc-nestled.js format 1`\n \n - Snapshot - 4\n + Received + 7\n \n @@ -33,21 +33,22 @@\n */\n \n =====================================output=====================================\n const issues = {\n see: \"#7724 and #12653\",\n - /** Trailing comment 1 (not nestled as both comments should be multiline for that) */ /**\n + /** Trailing comment 1 (not nestled as both comments should be multiline for that) */\n + /**\n * Trailing comment 2\n */\n };\n \n /**\n * @template T\n * @param {Type} type\n * @param {T} value\n * @return {Value}\n - *//**\n + */ /**\n * @param {Type} type\n * @return {Value}\n */\n function value(type, value) {\n if (arguments.length === 2) {\n @@ -56,10 +57,12 @@\n return new Value(type);\n }\n }\n \n /** Trailing nestled comment 1\n - *//** Trailing nestled comment 2\n - *//** Trailing nestled comment 3\n + */\n + /** Trailing nestled comment 2\n + */\n + /** Trailing nestled comment 3\n */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "jsdoc-nestled.js" ], "duration": 57.2991209999891, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jsdoc-nestled.js" ], "duration": 58.43378099997062, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jsdoc-nestled.js" ], "duration": 56.71258300007321, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsdoc-nestled.js" ], "duration": 56.738660000031814, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsdoc-nestled.js" ], "duration": 55.94118299998809, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsdoc-nestled.js" ], "duration": 56.38700000010431, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jsdoc-nestled.js" ], "duration": 57.02246800006833, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jsdoc-nestled.js" ], "duration": 56.375162999960594, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsdoc.js" ], "duration": 0.42498700006399304, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jsdoc.js" ], "duration": 58.73449599999003, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jsdoc.js" ], "duration": 58.07653000007849, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jsdoc.js" ], "duration": 56.236166999908164, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsdoc.js" ], "duration": 55.8334179999074, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsdoc.js" ], "duration": 57.778651000000536, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsdoc.js" ], "duration": 56.76201599999331, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jsdoc.js" ], "duration": 55.97000599990133, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jsdoc.js" ], "duration": 56.12939100002404, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 0.46065500006079674, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 67.90270599990617, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 65.08542499993928, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 58.376885999925435, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 62.731589000090025, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 59.11283400002867, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 63.92130799998995, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 60.151226000045426, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 59.33977100008633, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "last-arg.js" ], "duration": 0.47471099998801947, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "last-arg.js" ], "duration": 59.64455500000622, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "last-arg.js" ], "duration": 58.90940999996383, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "last-arg.js" ], "duration": 56.562681999988854, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "last-arg.js" ], "duration": 56.82108200003859, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "last-arg.js" ], "duration": 72.23485999996774, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "last-arg.js" ], "duration": 56.98537300003227, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "last-arg.js" ], "duration": 57.225469999946654, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "last-arg.js" ], "duration": 57.32555099995807, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multi-comments-2.js" ], "duration": 0.4700019999872893, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multi-comments-2.js" ], "duration": 55.278512999997474, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multi-comments-2.js" ], "duration": 55.676406000042334, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multi-comments-2.js" ], "duration": 55.99904899997637, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multi-comments-2.js" ], "duration": 54.31393200007733, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multi-comments-2.js" ], "duration": 55.210261999978684, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multi-comments-2.js" ], "duration": 55.892621999955736, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multi-comments-2.js" ], "duration": 55.53821699996479, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multi-comments-2.js" ], "duration": 55.375975999981165, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js" ], "duration": 0.41585099999792874, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js" ], "duration": 55.86584999994375, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js" ], "duration": 55.98878600005992, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js" ], "duration": 54.39236299996264, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js" ], "duration": 54.96374200005084, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js" ], "duration": 54.83085699996445, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js" ], "duration": 54.581764999893494, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js" ], "duration": 54.478005000040866, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js" ], "duration": 55.38548299996182, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js" ], "duration": 0.7537739999825135, "failureMessages": [ "multi-comments-on-same-line.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `multi-comments-on-same-line.js format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -114,14 +114,14 @@\n a; /*\n 1*/ /*2*/ /*3\n */\n b;\n \n - a;\n - /*\n + a; /*\n 1*/ /*2*/ /*3\n - */ b;\n + */\n + b;\n \n /*========= First two on same line =========*/\n a;\n /*1*/ /*2*/\n /*3*/\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js" ], "duration": 59.91589099995326, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js" ], "duration": 57.30766000004951, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js" ], "duration": 56.10262000001967, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js" ], "duration": 58.33849500003271, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js" ], "duration": 56.76895399997011, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js" ], "duration": 57.629664000007324, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js" ], "duration": 60.212457999936305, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js" ], "duration": 56.75589000002947, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multi-comments.js" ], "duration": 0.43471600010525435, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multi-comments.js" ], "duration": 58.80711799999699, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multi-comments.js" ], "duration": 56.53926499991212, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multi-comments.js" ], "duration": 55.35267200006638, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multi-comments.js" ], "duration": 55.2010940000182, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multi-comments.js" ], "duration": 55.423179000034, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multi-comments.js" ], "duration": 57.72041399998125, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multi-comments.js" ], "duration": 57.201659000013024, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multi-comments.js" ], "duration": 56.71565999998711, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "preserve-new-line-last.js" ], "duration": 0.4224730000132695, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "preserve-new-line-last.js" ], "duration": 56.071786000044085, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "preserve-new-line-last.js" ], "duration": 56.69907299999613, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "preserve-new-line-last.js" ], "duration": 56.959244000026956, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "preserve-new-line-last.js" ], "duration": 55.86612500005867, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "preserve-new-line-last.js" ], "duration": 55.484875000081956, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "preserve-new-line-last.js" ], "duration": 56.122007999918424, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "preserve-new-line-last.js" ], "duration": 55.99924599996302, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "preserve-new-line-last.js" ], "duration": 55.82365799997933, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "return-statement.js" ], "duration": 0.9608630000147969, "failureMessages": [ "return-statement.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `return-statement.js format 1`\n \n - Snapshot - 18\n + Received + 9\n \n @@ -206,39 +206,32 @@\n }\n \n function binaryInBinaryLeft() {\n return (\n // Reason for 42\n - 42 *\n - 84 +\n - 2\n + 42 * 84 + 2\n );\n }\n \n function binaryInBinaryRight() {\n return (\n // Reason for 42\n - 42 +\n - 84 * 2\n + 42 + 84 * 2\n );\n }\n \n function conditional() {\n return (\n // Reason for 42\n - 42\n - ? 1\n - : 2\n + 42 ? 1 : 2\n );\n }\n \n function binaryInConditional() {\n return (\n // Reason for 42\n - 42 * 3\n - ? 1\n - : 2\n + 42 * 3 ? 1 : 2\n );\n }\n \n function call() {\n return (\n @@ -261,13 +254,13 @@\n );\n }\n \n function memberInAndOutWithCalls() {\n return (\n + // Reason for a\n aFunction\n - .b// Reason for a\n - ()\n + .b()\n .c.d()\n );\n }\n \n function excessiveEverything() {\n @@ -302,15 +295,13 @@\n function inlineComment() {\n return /* hi */ 42 || 42;\n }\n \n function multilineBlockSameLine() {\n - return (\n - /**\n - * @type {string}\n - */ \"result\"\n - );\n + return /**\n + * @type {string}\n + */ \"result\";\n }\n \n function multilineBlockNextLine() {\n return (\n /**\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "return-statement.js" ], "duration": 87.46205099998042, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "return-statement.js" ], "duration": 63.775374000077136, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "return-statement.js" ], "duration": 60.93461300001945, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "return-statement.js" ], "duration": 60.4930470000254, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "return-statement.js" ], "duration": 61.576741999946535, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "return-statement.js" ], "duration": 61.730368999997154, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "return-statement.js" ], "duration": 64.31287999998312, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "return-statement.js" ], "duration": 62.19077300000936, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "single-star-jsdoc.js" ], "duration": 0.4447350000264123, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "single-star-jsdoc.js" ], "duration": 55.5982419999782, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "single-star-jsdoc.js" ], "duration": 56.31808699993417, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "single-star-jsdoc.js" ], "duration": 55.328666999936104, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "single-star-jsdoc.js" ], "duration": 54.9646509999875, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "single-star-jsdoc.js" ], "duration": 54.84496300003957, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "single-star-jsdoc.js" ], "duration": 55.748122000019066, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "single-star-jsdoc.js" ], "duration": 56.44616399996448, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "single-star-jsdoc.js" ], "duration": 55.72352400003001, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "switch.js" ], "duration": 0.4367399999173358, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "switch.js" ], "duration": 59.09576499997638, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "switch.js" ], "duration": 57.98461799998768, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "switch.js" ], "duration": 56.59964899998158, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "switch.js" ], "duration": 56.429178999969736, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "switch.js" ], "duration": 58.258348000003025, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "switch.js" ], "duration": 56.34673400002066, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "switch.js" ], "duration": 57.17582999996375, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "switch.js" ], "duration": 56.994071000022814, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "tagged-template-literal.js" ], "duration": 0.6249329999554902, "failureMessages": [ "tagged-template-literal.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tagged-template-literal.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -27,11 +27,11 @@\n \n foo // comment\n `\n `;\n \n - foo/* comment */ `\n + foo /* comment */`\n `;\n \n foo /* comment */`\n `;\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "tagged-template-literal.js" ], "duration": 57.34817600005772, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "tagged-template-literal.js" ], "duration": 56.33588100003544, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "tagged-template-literal.js" ], "duration": 55.83178899995983, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "tagged-template-literal.js" ], "duration": 55.886843999964185, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "tagged-template-literal.js" ], "duration": 55.524409000063315, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "tagged-template-literal.js" ], "duration": 56.00666299997829, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "tagged-template-literal.js" ], "duration": 56.59961199993268, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "tagged-template-literal.js" ], "duration": 55.88354499998968, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "template-literal.js" ], "duration": 0.42120000009890646, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "template-literal.js" ], "duration": 55.757942000054754, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "template-literal.js" ], "duration": 55.544608999975026, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "template-literal.js" ], "duration": 55.18011200008914, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "template-literal.js" ], "duration": 55.32708900002763, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "template-literal.js" ], "duration": 56.18068300001323, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "template-literal.js" ], "duration": 56.70125499996357, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "template-literal.js" ], "duration": 56.487367999972776, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "template-literal.js" ], "duration": 56.04298100003507, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "trailing-jsdocs.js" ], "duration": 0.6730019999668002, "failureMessages": [ "trailing-jsdocs.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `trailing-jsdocs.js format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -32,23 +32,27 @@\n CONNECTED: Object.freeze({ kind: \"CONNECTED\" }),\n CONNECTING: Object.freeze({ kind: \"CONNECTING\" }),\n NOT_CONNECTED: Object.freeze({ kind: \"NOT_CONNECTED\" }),\n });\n \n - /* A comment */ /**\n + /* A comment */\n + /**\n * A type that can be written to a buffer.\n - */ /**\n + */\n + /**\n * Describes the connection status of a ReactiveSocket/DuplexConnection.\n * - NOT_CONNECTED: no connection established or pending.\n * - CONNECTING: when `connect()` has been called but a connection is not yet\n * established.\n * - CONNECTED: when a connection is established.\n * - CLOSED: when the connection has been explicitly closed via `close()`.\n * - ERROR: when the connection has been closed for any other reason.\n - */ /**\n + */\n + /**\n * A contract providing different interaction models per the [ReactiveSocket protocol]\n * (https://github.com/ReactiveSocket/reactivesocket/blob/master/Protocol.md).\n - */ /**\n + */\n + /**\n * A single unit of data exchanged between the peers of a `ReactiveSocket`.\n */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "trailing-jsdocs.js" ], "duration": 58.90091399999801, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "trailing-jsdocs.js" ], "duration": 58.352848000009544, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "trailing-jsdocs.js" ], "duration": 57.275828000041656, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "trailing-jsdocs.js" ], "duration": 56.86122299998533, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "trailing-jsdocs.js" ], "duration": 56.78628499992192, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "trailing-jsdocs.js" ], "duration": 57.42118800000753, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "trailing-jsdocs.js" ], "duration": 57.160152999917045, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "trailing-jsdocs.js" ], "duration": 57.79696299997158, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "trailing_space.js" ], "duration": 0.4196280000032857, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "trailing_space.js" ], "duration": 53.874889000086114, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "trailing_space.js" ], "duration": 54.942144999979064, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "trailing_space.js" ], "duration": 55.42024800006766, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "trailing_space.js" ], "duration": 55.12068400008138, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "trailing_space.js" ], "duration": 56.16027200000826, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "trailing_space.js" ], "duration": 54.916122000082396, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "trailing_space.js" ], "duration": 55.05028199998196, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "trailing_space.js" ], "duration": 55.18394300004002, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "try.js" ], "duration": 0.5537300000432879, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "try.js" ], "duration": 59.91071600001305, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "try.js" ], "duration": 56.57913600001484, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "try.js" ], "duration": 56.09731099999044, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "try.js" ], "duration": 56.28031199995894, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "try.js" ], "duration": 55.7387709999457, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "try.js" ], "duration": 56.21315800002776, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "try.js" ], "duration": 55.52961799991317, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "try.js" ], "duration": 55.871703000040725, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.6594370000530034, "failureMessages": [ "tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 8\n + Received + 8\n \n @@ -28,20 +28,20 @@\n // Comment\n {\n key: \"value\",\n };\n \n - let record =\n - // Comment\n - #{\n - key: \"value\",\n - };\n + let record = // Comment\n + #;\n + {\n + key: \"value\";\n + }\n \n let array =\n // Comment\n [\"value\"];\n \n - let tuple =\n - // Comment\n - #[\"value\"];\n + let tuple = // Comment\n + #;\n + [\"value\"];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 3.0985840000212193, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 1.8372780000790954, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.9554429999552667, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.8025560000678524, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 1.1441770000383258, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 56.94897200004198, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 56.298543999902904, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 55.888845000066794, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "variable_declarator.js" ], "duration": 0.4868939999723807, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "variable_declarator.js" ], "duration": 60.02485899999738, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "variable_declarator.js" ], "duration": 60.46655800007284, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "variable_declarator.js" ], "duration": 57.88586000003852, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "variable_declarator.js" ], "duration": 57.92302099999506, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "variable_declarator.js" ], "duration": 59.138491000048816, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "variable_declarator.js" ], "duration": 59.225961999967694, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "variable_declarator.js" ], "duration": 62.24474600004032, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "variable_declarator.js" ], "duration": 60.02591099997517, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "while.js" ], "duration": 0.4022050000494346, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "while.js" ], "duration": 57.05572399997618, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "while.js" ], "duration": 56.95146200002637, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "while.js" ], "duration": 56.70782200002577, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "while.js" ], "duration": 56.51212100009434, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "while.js" ], "duration": 56.244105999940075, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "while.js" ], "duration": 56.219212000025436, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "while.js" ], "duration": 56.160902999923564, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "while.js" ], "duration": 57.19004700006917, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 0.6449700000230223, "failureMessages": [ "snippet: #0 > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #0 format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -5,9 +5,10 @@\n =====================================input======================================\n var a = { /* comment */ \n b };\n =====================================output=====================================\n var a = {\n - /* comment */ b,\n + /* comment */\n + b,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 54.936893000034615, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 55.62738099996932, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 55.00502700009383, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 54.78587899997365, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 54.93855900003109, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 56.68547500006389, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 55.33972799999174, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 55.98932499997318, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 0.6461419999832287, "failureMessages": [ "snippet: #1 > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #1 format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -5,9 +5,10 @@\n =====================================input======================================\n var a = { /* comment */\n b };\n =====================================output=====================================\n var a = {\n - /* comment */ b,\n + /* comment */\n + b,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 55.97686000005342, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 55.328827999997884, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 54.72656099998858, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 54.95232699997723, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 55.071901999996044, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 55.17507400002796, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 57.34731600002851, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 57.70755199994892, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "arrow.js - {\"semi\":false}" ], "duration": 0.4874650000128895, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "arrow.js - {\"semi\":false}" ], "duration": 56.55063399998471, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "arrow.js - {\"semi\":false}" ], "duration": 56.54726800008211, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "arrow.js - {\"semi\":false}" ], "duration": 56.25680900004227, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arrow.js - {\"semi\":false}" ], "duration": 55.79700900008902, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arrow.js - {\"semi\":false}" ], "duration": 55.54541100002825, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arrow.js - {\"semi\":false}" ], "duration": 56.50633200001903, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "arrow.js - {\"semi\":false}" ], "duration": 55.96296400006395, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "arrow.js - {\"semi\":false}" ], "duration": 55.31182399997488, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "assignment-pattern.js - {\"semi\":false}" ], "duration": 0.45998400007374585, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "assignment-pattern.js - {\"semi\":false}" ], "duration": 56.84625100006815, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "assignment-pattern.js - {\"semi\":false}" ], "duration": 56.48964000004344, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "assignment-pattern.js - {\"semi\":false}" ], "duration": 55.89165000000503, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "assignment-pattern.js - {\"semi\":false}" ], "duration": 55.66083199996501, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "assignment-pattern.js - {\"semi\":false}" ], "duration": 57.556371000013314, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "assignment-pattern.js - {\"semi\":false}" ], "duration": 56.36390700004995, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "assignment-pattern.js - {\"semi\":false}" ], "duration": 56.009013999952, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "assignment-pattern.js - {\"semi\":false}" ], "duration": 56.47434999991674, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "before-comma.js - {\"semi\":false}" ], "duration": 0.48711400001775473, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "before-comma.js - {\"semi\":false}" ], "duration": 56.20932400005404, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "before-comma.js - {\"semi\":false}" ], "duration": 56.52925000002142, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "before-comma.js - {\"semi\":false}" ], "duration": 55.674325999920256, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "before-comma.js - {\"semi\":false}" ], "duration": 55.470968000008725, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "before-comma.js - {\"semi\":false}" ], "duration": 55.34303800005, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "before-comma.js - {\"semi\":false}" ], "duration": 55.17358099995181, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "before-comma.js - {\"semi\":false}" ], "duration": 55.06243100005668, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "before-comma.js - {\"semi\":false}" ], "duration": 55.21958999999333, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js - {\"semi\":false}" ], "duration": 0.4365590000525117, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js - {\"semi\":false}" ], "duration": 60.68450800003484, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js - {\"semi\":false}" ], "duration": 59.962238000007346, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js - {\"semi\":false}" ], "duration": 57.602928999927826, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js - {\"semi\":false}" ], "duration": 58.36474900005851, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js - {\"semi\":false}" ], "duration": 57.075387999997474, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js - {\"semi\":false}" ], "duration": 59.786244999966584, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js - {\"semi\":false}" ], "duration": 57.604097999981605, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js - {\"semi\":false}" ], "duration": 57.66103999991901, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "binary-expressions-parens.js - {\"semi\":false}" ], "duration": 0.43617899995297194, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binary-expressions-parens.js - {\"semi\":false}" ], "duration": 55.960129000013694, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binary-expressions-parens.js - {\"semi\":false}" ], "duration": 59.19173899991438, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binary-expressions-parens.js - {\"semi\":false}" ], "duration": 56.064327999949455, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binary-expressions-parens.js - {\"semi\":false}" ], "duration": 55.795867000008, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binary-expressions-parens.js - {\"semi\":false}" ], "duration": 55.96047199994791, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binary-expressions-parens.js - {\"semi\":false}" ], "duration": 56.036102999933064, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binary-expressions-parens.js - {\"semi\":false}" ], "duration": 56.10975199996028, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binary-expressions-parens.js - {\"semi\":false}" ], "duration": 56.58115799992811, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js - {\"semi\":false}" ], "duration": 0.43285199999809265, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js - {\"semi\":false}" ], "duration": 56.71825799997896, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js - {\"semi\":false}" ], "duration": 56.51300099992659, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js - {\"semi\":false}" ], "duration": 57.1642109999666, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js - {\"semi\":false}" ], "duration": 57.883104000007734, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js - {\"semi\":false}" ], "duration": 55.176121999975294, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js - {\"semi\":false}" ], "duration": 56.18257699999958, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js - {\"semi\":false}" ], "duration": 55.91625300003216, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js - {\"semi\":false}" ], "duration": 56.16309399995953, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "binary-expressions.js - {\"semi\":false}" ], "duration": 0.5141750000184402, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binary-expressions.js - {\"semi\":false}" ], "duration": 61.42548099998385, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binary-expressions.js - {\"semi\":false}" ], "duration": 60.76712299999781, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binary-expressions.js - {\"semi\":false}" ], "duration": 58.206383000011556, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binary-expressions.js - {\"semi\":false}" ], "duration": 58.44440499995835, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binary-expressions.js - {\"semi\":false}" ], "duration": 56.32791899994481, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binary-expressions.js - {\"semi\":false}" ], "duration": 58.233358999947086, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binary-expressions.js - {\"semi\":false}" ], "duration": 56.88589600007981, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binary-expressions.js - {\"semi\":false}" ], "duration": 57.023775000008754, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "blank.js - {\"semi\":false}" ], "duration": 0.4339750000508502, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "blank.js - {\"semi\":false}" ], "duration": 55.372053000028245, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "blank.js - {\"semi\":false}" ], "duration": 56.803160000010394, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "blank.js - {\"semi\":false}" ], "duration": 54.98468899994623, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "blank.js - {\"semi\":false}" ], "duration": 54.53608700004406, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "blank.js - {\"semi\":false}" ], "duration": 54.829935000045225, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "blank.js - {\"semi\":false}" ], "duration": 55.22457800002303, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "blank.js - {\"semi\":false}" ], "duration": 54.64201900002081, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "blank.js - {\"semi\":false}" ], "duration": 56.12833199999295, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "break-continue-statements.js - {\"semi\":false}" ], "duration": 0.7317830000538379, "failureMessages": [ "break-continue-statements.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `break-continue-statements.js - {\"semi\":false} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -21,12 +21,12 @@\n break /* comment */\n continue /* comment */\n }\n \n loop: for (;;) {\n - break /* comment */ loop\n break loop /* comment */\n - continue /* comment */ loop\n + break loop /* comment */\n + continue loop /* comment */\n continue loop /* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "break-continue-statements.js - {\"semi\":false}" ], "duration": 56.91889800003264, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "break-continue-statements.js - {\"semi\":false}" ], "duration": 57.492778000072576, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "break-continue-statements.js - {\"semi\":false}" ], "duration": 55.73944999999367, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "break-continue-statements.js - {\"semi\":false}" ], "duration": 55.45039200002793, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "break-continue-statements.js - {\"semi\":false}" ], "duration": 55.295793000026606, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "break-continue-statements.js - {\"semi\":false}" ], "duration": 55.306928000063635, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "break-continue-statements.js - {\"semi\":false}" ], "duration": 55.155295000062324, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "break-continue-statements.js - {\"semi\":false}" ], "duration": 55.708129999926314, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "call_comment.js - {\"semi\":false}" ], "duration": 0.45604499999899417, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "call_comment.js - {\"semi\":false}" ], "duration": 59.384419000009075, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "call_comment.js - {\"semi\":false}" ], "duration": 57.619872999959625, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "call_comment.js - {\"semi\":false}" ], "duration": 55.935303000034764, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "call_comment.js - {\"semi\":false}" ], "duration": 55.61335200001486, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "call_comment.js - {\"semi\":false}" ], "duration": 56.138959000003524, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "call_comment.js - {\"semi\":false}" ], "duration": 56.239094999968074, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "call_comment.js - {\"semi\":false}" ], "duration": 55.90027799992822, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "call_comment.js - {\"semi\":false}" ], "duration": 56.096127000055276, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "class.js - {\"semi\":false}" ], "duration": 0.42420600005425513, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "class.js - {\"semi\":false}" ], "duration": 56.7101599999005, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class.js - {\"semi\":false}" ], "duration": 56.51800599996932, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "class.js - {\"semi\":false}" ], "duration": 56.505465999944136, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class.js - {\"semi\":false}" ], "duration": 55.62537100003101, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class.js - {\"semi\":false}" ], "duration": 55.07601399999112, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class.js - {\"semi\":false}" ], "duration": 55.59470299992245, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class.js - {\"semi\":false}" ], "duration": 56.04166899994016, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class.js - {\"semi\":false}" ], "duration": 55.821395999984816, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "dangling.js - {\"semi\":false}" ], "duration": 0.4437319999560714, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "dangling.js - {\"semi\":false}" ], "duration": 57.88362199999392, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "dangling.js - {\"semi\":false}" ], "duration": 57.467827999964356, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "dangling.js - {\"semi\":false}" ], "duration": 55.87870000000112, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "dangling.js - {\"semi\":false}" ], "duration": 55.55381399998441, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "dangling.js - {\"semi\":false}" ], "duration": 56.07853099994827, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "dangling.js - {\"semi\":false}" ], "duration": 56.20608400006313, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "dangling.js - {\"semi\":false}" ], "duration": 56.31497899990063, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "dangling.js - {\"semi\":false}" ], "duration": 56.158437999896705, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "dangling_array.js - {\"semi\":false}" ], "duration": 0.43987499992363155, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "dangling_array.js - {\"semi\":false}" ], "duration": 56.542078000027686, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "dangling_array.js - {\"semi\":false}" ], "duration": 56.77613300003577, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "dangling_array.js - {\"semi\":false}" ], "duration": 55.875814999919385, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "dangling_array.js - {\"semi\":false}" ], "duration": 56.30076500005089, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "dangling_array.js - {\"semi\":false}" ], "duration": 55.98826899996493, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "dangling_array.js - {\"semi\":false}" ], "duration": 55.915184000041336, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "dangling_array.js - {\"semi\":false}" ], "duration": 55.9080889999168, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "dangling_array.js - {\"semi\":false}" ], "duration": 56.15168600005563, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "dangling_for.js - {\"semi\":false}" ], "duration": 0.5154369999654591, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "dangling_for.js - {\"semi\":false}" ], "duration": 55.165036000078544, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "dangling_for.js - {\"semi\":false}" ], "duration": 55.56408800010104, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "dangling_for.js - {\"semi\":false}" ], "duration": 54.18728600000031, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "dangling_for.js - {\"semi\":false}" ], "duration": 55.30763499997556, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "dangling_for.js - {\"semi\":false}" ], "duration": 54.525840000016615, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "dangling_for.js - {\"semi\":false}" ], "duration": 55.59809700003825, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "dangling_for.js - {\"semi\":false}" ], "duration": 54.7752460000338, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "dangling_for.js - {\"semi\":false}" ], "duration": 54.60328799998388, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "dynamic_imports.js - {\"semi\":false}" ], "duration": 0.5293329999549314, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "dynamic_imports.js - {\"semi\":false}" ], "duration": 57.38517599995248, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "dynamic_imports.js - {\"semi\":false}" ], "duration": 57.062858000048436, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "dynamic_imports.js - {\"semi\":false}" ], "duration": 56.004973000031896, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "dynamic_imports.js - {\"semi\":false}" ], "duration": 55.89859100000467, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "dynamic_imports.js - {\"semi\":false}" ], "duration": 57.30094700003974, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "dynamic_imports.js - {\"semi\":false}" ], "duration": 56.093579999986105, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "dynamic_imports.js - {\"semi\":false}" ], "duration": 56.37686100008432, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "dynamic_imports.js - {\"semi\":false}" ], "duration": 56.15263399994001, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "emoji.js - {\"semi\":false}" ], "duration": 0.42764200002420694, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "emoji.js - {\"semi\":false}" ], "duration": 55.66264399990905, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "emoji.js - {\"semi\":false}" ], "duration": 56.24596400000155, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "emoji.js - {\"semi\":false}" ], "duration": 54.70353900000919, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "emoji.js - {\"semi\":false}" ], "duration": 55.145533000002615, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "emoji.js - {\"semi\":false}" ], "duration": 54.201355000026524, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "emoji.js - {\"semi\":false}" ], "duration": 54.98154499998782, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "emoji.js - {\"semi\":false}" ], "duration": 55.128204999957234, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "emoji.js - {\"semi\":false}" ], "duration": 55.66936800000258, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty-statements.js - {\"semi\":false}" ], "duration": 0.6655989999417216, "failureMessages": [ "empty-statements.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `empty-statements.js - {\"semi\":false} format 1`\n \n - Snapshot - 13\n + Received + 9\n \n @@ -24,22 +24,18 @@\n + /* 6 */\n e // 7\n );\n \n =====================================output=====================================\n - a /* a */ // b\n - /* c */\n - foo // first\n - // second\n - // third\n - function x() {} // first\n - // second\n + a /* a */ /* c */ // b\n +\n + foo // first // second // third\n +\n + function x() {} // first // second\n +\n a =\n - b + // 1\n - // 2\n - c + // 3\n - // 4\n - d + // 5\n - /* 6 */\n + b + // 1 // 2\n + c + // 3 // 4\n + d /* 6 */ + // 5\n e // 7\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "empty-statements.js - {\"semi\":false}" ], "duration": 56.8749110000208, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "empty-statements.js - {\"semi\":false}" ], "duration": 56.87086499994621, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "empty-statements.js - {\"semi\":false}" ], "duration": 55.6158089999808, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty-statements.js - {\"semi\":false}" ], "duration": 56.08980499999598, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty-statements.js - {\"semi\":false}" ], "duration": 55.78128600004129, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty-statements.js - {\"semi\":false}" ], "duration": 56.10513500007801, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "empty-statements.js - {\"semi\":false}" ], "duration": 56.67967199999839, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "empty-statements.js - {\"semi\":false}" ], "duration": 55.49384400004055, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export-and-import.js - {\"semi\":false}" ], "duration": 0.43187099997885525, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export-and-import.js - {\"semi\":false}" ], "duration": 56.114073999924585, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export-and-import.js - {\"semi\":false}" ], "duration": 56.382354000001214, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export-and-import.js - {\"semi\":false}" ], "duration": 55.83720800001174, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export-and-import.js - {\"semi\":false}" ], "duration": 55.864948000060394, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export-and-import.js - {\"semi\":false}" ], "duration": 55.42932200001087, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export-and-import.js - {\"semi\":false}" ], "duration": 56.48719799995888, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export-and-import.js - {\"semi\":false}" ], "duration": 56.084965999936685, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export-and-import.js - {\"semi\":false}" ], "duration": 57.06868599995505, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export.js - {\"semi\":false}" ], "duration": 0.7570309999864548, "failureMessages": [ "export.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `export.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -45,11 +45,11 @@\n \t\t bazz,\n }\n \n =====================================output=====================================\n export //comment\n - {}\n + {}\n \n export /* comment */ {}\n \n const foo = \"\"\n export {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "export.js - {\"semi\":false}" ], "duration": 57.902099999948405, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export.js - {\"semi\":false}" ], "duration": 58.16271699999925, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export.js - {\"semi\":false}" ], "duration": 56.41506200004369, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export.js - {\"semi\":false}" ], "duration": 58.154683999950066, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export.js - {\"semi\":false}" ], "duration": 59.33869899995625, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export.js - {\"semi\":false}" ], "duration": 57.23105600010604, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export.js - {\"semi\":false}" ], "duration": 56.51005799998529, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export.js - {\"semi\":false}" ], "duration": 56.79798999999184, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "first-line.js - {\"semi\":false}" ], "duration": 0.443171999999322, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "first-line.js - {\"semi\":false}" ], "duration": 55.52027300000191, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "first-line.js - {\"semi\":false}" ], "duration": 54.98314200004097, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "first-line.js - {\"semi\":false}" ], "duration": 55.31862799997907, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "first-line.js - {\"semi\":false}" ], "duration": 55.30277800001204, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "first-line.js - {\"semi\":false}" ], "duration": 54.78445000003558, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "first-line.js - {\"semi\":false}" ], "duration": 55.220206999918446, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "first-line.js - {\"semi\":false}" ], "duration": 55.715193999931216, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "first-line.js - {\"semi\":false}" ], "duration": 55.1682799999835, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function-declaration.js - {\"semi\":false}" ], "duration": 0.4629290000302717, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "function-declaration.js - {\"semi\":false}" ], "duration": 65.24327300000004, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function-declaration.js - {\"semi\":false}" ], "duration": 64.85044100007508, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "function-declaration.js - {\"semi\":false}" ], "duration": 60.4108530000085, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function-declaration.js - {\"semi\":false}" ], "duration": 59.88816699991003, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function-declaration.js - {\"semi\":false}" ], "duration": 59.57399200007785, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function-declaration.js - {\"semi\":false}" ], "duration": 60.8745110000018, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "function-declaration.js - {\"semi\":false}" ], "duration": 61.16742700000759, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function-declaration.js - {\"semi\":false}" ], "duration": 62.65721700002905, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "if.js - {\"semi\":false}" ], "duration": 0.4637099999235943, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "if.js - {\"semi\":false}" ], "duration": 60.2170969999861, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "if.js - {\"semi\":false}" ], "duration": 58.281554999994114, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "if.js - {\"semi\":false}" ], "duration": 57.335078999982215, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "if.js - {\"semi\":false}" ], "duration": 56.61401600006502, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "if.js - {\"semi\":false}" ], "duration": 56.80595900001936, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "if.js - {\"semi\":false}" ], "duration": 57.537836000090465, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "if.js - {\"semi\":false}" ], "duration": 57.3616059999913, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "if.js - {\"semi\":false}" ], "duration": 57.70762100000866, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-3532.js - {\"semi\":false}" ], "duration": 0.4271110000554472, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-3532.js - {\"semi\":false}" ], "duration": 58.851171000045724, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-3532.js - {\"semi\":false}" ], "duration": 58.788705999962986, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-3532.js - {\"semi\":false}" ], "duration": 57.23978399997577, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-3532.js - {\"semi\":false}" ], "duration": 70.34317300003022, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-3532.js - {\"semi\":false}" ], "duration": 56.7358280000044, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-3532.js - {\"semi\":false}" ], "duration": 57.34272199997213, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-3532.js - {\"semi\":false}" ], "duration": 58.19846200000029, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-3532.js - {\"semi\":false}" ], "duration": 57.98335499991663, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issues.js - {\"semi\":false}" ], "duration": 0.5162980000022799, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issues.js - {\"semi\":false}" ], "duration": 65.52146800002083, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issues.js - {\"semi\":false}" ], "duration": 64.38210299995262, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issues.js - {\"semi\":false}" ], "duration": 62.98275699990336, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issues.js - {\"semi\":false}" ], "duration": 63.625073999981396, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issues.js - {\"semi\":false}" ], "duration": 59.87124600005336, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issues.js - {\"semi\":false}" ], "duration": 61.064256000099704, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issues.js - {\"semi\":false}" ], "duration": 64.4339499999769, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issues.js - {\"semi\":false}" ], "duration": 61.05224700004328, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js - {\"semi\":false}" ], "duration": 0.66898499999661, "failureMessages": [ "jsdoc-nestled-dangling.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `jsdoc-nestled-dangling.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -24,11 +24,12 @@\n {\n {\n o = {\n /**\n * A\n - *//**\n + */\n + /**\n * B\n */\n }\n }\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js - {\"semi\":false}" ], "duration": 55.74817100004293, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js - {\"semi\":false}" ], "duration": 55.95372300001327, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js - {\"semi\":false}" ], "duration": 55.25519399996847, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js - {\"semi\":false}" ], "duration": 54.94468800001778, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js - {\"semi\":false}" ], "duration": 55.701162999961525, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js - {\"semi\":false}" ], "duration": 56.3043319999706, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js - {\"semi\":false}" ], "duration": 56.1904499999946, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js - {\"semi\":false}" ], "duration": 55.94374799996149, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsdoc-nestled.js - {\"semi\":false}" ], "duration": 0.6617619999451563, "failureMessages": [ "jsdoc-nestled.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `jsdoc-nestled.js - {\"semi\":false} format 1`\n \n - Snapshot - 4\n + Received + 7\n \n @@ -34,21 +34,22 @@\n */\n \n =====================================output=====================================\n const issues = {\n see: \"#7724 and #12653\",\n - /** Trailing comment 1 (not nestled as both comments should be multiline for that) */ /**\n + /** Trailing comment 1 (not nestled as both comments should be multiline for that) */\n + /**\n * Trailing comment 2\n */\n }\n \n /**\n * @template T\n * @param {Type} type\n * @param {T} value\n * @return {Value}\n - *//**\n + */ /**\n * @param {Type} type\n * @return {Value}\n */\n function value(type, value) {\n if (arguments.length === 2) {\n @@ -57,10 +58,12 @@\n return new Value(type)\n }\n }\n \n /** Trailing nestled comment 1\n - *//** Trailing nestled comment 2\n - *//** Trailing nestled comment 3\n + */\n + /** Trailing nestled comment 2\n + */\n + /** Trailing nestled comment 3\n */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "jsdoc-nestled.js - {\"semi\":false}" ], "duration": 57.278341999975964, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jsdoc-nestled.js - {\"semi\":false}" ], "duration": 58.52713299996685, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jsdoc-nestled.js - {\"semi\":false}" ], "duration": 56.35610400000587, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsdoc-nestled.js - {\"semi\":false}" ], "duration": 56.91871400002856, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsdoc-nestled.js - {\"semi\":false}" ], "duration": 56.36490899999626, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsdoc-nestled.js - {\"semi\":false}" ], "duration": 56.988621000084095, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jsdoc-nestled.js - {\"semi\":false}" ], "duration": 57.20327099994756, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jsdoc-nestled.js - {\"semi\":false}" ], "duration": 57.11610700003803, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsdoc.js - {\"semi\":false}" ], "duration": 0.45971200009807944, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jsdoc.js - {\"semi\":false}" ], "duration": 60.70206899999175, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jsdoc.js - {\"semi\":false}" ], "duration": 59.144375000032596, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jsdoc.js - {\"semi\":false}" ], "duration": 56.76198299997486, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsdoc.js - {\"semi\":false}" ], "duration": 56.370026999968104, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsdoc.js - {\"semi\":false}" ], "duration": 56.91491799999494, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsdoc.js - {\"semi\":false}" ], "duration": 57.469175999984145, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jsdoc.js - {\"semi\":false}" ], "duration": 56.96961699996609, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jsdoc.js - {\"semi\":false}" ], "duration": 56.24426500010304, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsx.js - {\"semi\":false}" ], "duration": 0.45514400000683963, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jsx.js - {\"semi\":false}" ], "duration": 79.47182799992152, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jsx.js - {\"semi\":false}" ], "duration": 62.906967999995686, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jsx.js - {\"semi\":false}" ], "duration": 58.731039999984205, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsx.js - {\"semi\":false}" ], "duration": 59.668926000013016, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsx.js - {\"semi\":false}" ], "duration": 59.13788699998986, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsx.js - {\"semi\":false}" ], "duration": 60.9185029999353, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jsx.js - {\"semi\":false}" ], "duration": 60.09035399998538, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jsx.js - {\"semi\":false}" ], "duration": 62.08930300001521, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "last-arg.js - {\"semi\":false}" ], "duration": 0.4746809999924153, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "last-arg.js - {\"semi\":false}" ], "duration": 60.0518630000297, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "last-arg.js - {\"semi\":false}" ], "duration": 58.28034699999262, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "last-arg.js - {\"semi\":false}" ], "duration": 57.27400299999863, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "last-arg.js - {\"semi\":false}" ], "duration": 56.95282500004396, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "last-arg.js - {\"semi\":false}" ], "duration": 56.62085599999409, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "last-arg.js - {\"semi\":false}" ], "duration": 58.340555000002496, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "last-arg.js - {\"semi\":false}" ], "duration": 56.87446900003124, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "last-arg.js - {\"semi\":false}" ], "duration": 59.0929120000219, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multi-comments-2.js - {\"semi\":false}" ], "duration": 0.4791889999760315, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multi-comments-2.js - {\"semi\":false}" ], "duration": 56.00290199997835, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multi-comments-2.js - {\"semi\":false}" ], "duration": 55.960619000019506, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multi-comments-2.js - {\"semi\":false}" ], "duration": 55.163893999997526, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multi-comments-2.js - {\"semi\":false}" ], "duration": 55.46232200006489, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multi-comments-2.js - {\"semi\":false}" ], "duration": 55.94035699998494, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multi-comments-2.js - {\"semi\":false}" ], "duration": 56.1762550000567, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multi-comments-2.js - {\"semi\":false}" ], "duration": 55.928963999962434, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multi-comments-2.js - {\"semi\":false}" ], "duration": 55.76705899997614, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js - {\"semi\":false}" ], "duration": 0.4884559999918565, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js - {\"semi\":false}" ], "duration": 55.421372999902815, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js - {\"semi\":false}" ], "duration": 56.10908000008203, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js - {\"semi\":false}" ], "duration": 55.60064700001385, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js - {\"semi\":false}" ], "duration": 55.23119600000791, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js - {\"semi\":false}" ], "duration": 54.91415799991228, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js - {\"semi\":false}" ], "duration": 55.66011499997694, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js - {\"semi\":false}" ], "duration": 55.24375499994494, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js - {\"semi\":false}" ], "duration": 55.255132999969646, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js - {\"semi\":false}" ], "duration": 0.706927000079304, "failureMessages": [ "multi-comments-on-same-line.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `multi-comments-on-same-line.js - {\"semi\":false} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -115,14 +115,14 @@\n a /*\n 1*/ /*2*/ /*3\n */\n b\n \n - a\n - /*\n + a /*\n 1*/ /*2*/ /*3\n - */ b\n + */\n + b\n \n /*========= First two on same line =========*/\n a\n /*1*/ /*2*/\n /*3*/\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js - {\"semi\":false}" ], "duration": 58.356645999941975, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js - {\"semi\":false}" ], "duration": 58.158006000099704, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js - {\"semi\":false}" ], "duration": 56.999004999990575, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js - {\"semi\":false}" ], "duration": 57.23540000000503, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js - {\"semi\":false}" ], "duration": 56.64394199999515, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js - {\"semi\":false}" ], "duration": 57.03965499997139, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js - {\"semi\":false}" ], "duration": 57.168549000052735, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js - {\"semi\":false}" ], "duration": 57.6722600000212, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multi-comments.js - {\"semi\":false}" ], "duration": 0.4521690000547096, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multi-comments.js - {\"semi\":false}" ], "duration": 56.56786200008355, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multi-comments.js - {\"semi\":false}" ], "duration": 56.52278400002979, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multi-comments.js - {\"semi\":false}" ], "duration": 55.066129000042565, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multi-comments.js - {\"semi\":false}" ], "duration": 56.04185400006827, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multi-comments.js - {\"semi\":false}" ], "duration": 55.348167999996804, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multi-comments.js - {\"semi\":false}" ], "duration": 55.40348700003233, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multi-comments.js - {\"semi\":false}" ], "duration": 56.38856299989857, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multi-comments.js - {\"semi\":false}" ], "duration": 56.49254800006747, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "preserve-new-line-last.js - {\"semi\":false}" ], "duration": 0.43929400003980845, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "preserve-new-line-last.js - {\"semi\":false}" ], "duration": 56.13428200001363, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "preserve-new-line-last.js - {\"semi\":false}" ], "duration": 56.29231200006325, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "preserve-new-line-last.js - {\"semi\":false}" ], "duration": 56.13962300005369, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "preserve-new-line-last.js - {\"semi\":false}" ], "duration": 56.31051599991042, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "preserve-new-line-last.js - {\"semi\":false}" ], "duration": 83.24615699995775, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "preserve-new-line-last.js - {\"semi\":false}" ], "duration": 56.20964599994477, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "preserve-new-line-last.js - {\"semi\":false}" ], "duration": 56.13485400006175, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "preserve-new-line-last.js - {\"semi\":false}" ], "duration": 55.86726699990686, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "return-statement.js - {\"semi\":false}" ], "duration": 1.0405629999004304, "failureMessages": [ "return-statement.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `return-statement.js - {\"semi\":false} format 1`\n \n - Snapshot - 18\n + Received + 9\n \n @@ -207,39 +207,32 @@\n }\n \n function binaryInBinaryLeft() {\n return (\n // Reason for 42\n - 42 *\n - 84 +\n - 2\n + 42 * 84 + 2\n )\n }\n \n function binaryInBinaryRight() {\n return (\n // Reason for 42\n - 42 +\n - 84 * 2\n + 42 + 84 * 2\n )\n }\n \n function conditional() {\n return (\n // Reason for 42\n - 42\n - ? 1\n - : 2\n + 42 ? 1 : 2\n )\n }\n \n function binaryInConditional() {\n return (\n // Reason for 42\n - 42 * 3\n - ? 1\n - : 2\n + 42 * 3 ? 1 : 2\n )\n }\n \n function call() {\n return (\n @@ -262,13 +255,13 @@\n )\n }\n \n function memberInAndOutWithCalls() {\n return (\n + // Reason for a\n aFunction\n - .b// Reason for a\n - ()\n + .b()\n .c.d()\n )\n }\n \n function excessiveEverything() {\n @@ -303,15 +296,13 @@\n function inlineComment() {\n return /* hi */ 42 || 42\n }\n \n function multilineBlockSameLine() {\n - return (\n - /**\n - * @type {string}\n - */ \"result\"\n - )\n + return /**\n + * @type {string}\n + */ \"result\"\n }\n \n function multilineBlockNextLine() {\n return (\n /**\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "return-statement.js - {\"semi\":false}" ], "duration": 67.16190900001675, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "return-statement.js - {\"semi\":false}" ], "duration": 65.04599899996538, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "return-statement.js - {\"semi\":false}" ], "duration": 60.93511900003068, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "return-statement.js - {\"semi\":false}" ], "duration": 61.10318199999165, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "return-statement.js - {\"semi\":false}" ], "duration": 61.07662100007292, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "return-statement.js - {\"semi\":false}" ], "duration": 66.54593200003728, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "return-statement.js - {\"semi\":false}" ], "duration": 62.02783500007354, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "return-statement.js - {\"semi\":false}" ], "duration": 62.841343999956734, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "single-star-jsdoc.js - {\"semi\":false}" ], "duration": 0.4351170000154525, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "single-star-jsdoc.js - {\"semi\":false}" ], "duration": 55.89857399999164, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "single-star-jsdoc.js - {\"semi\":false}" ], "duration": 57.14210699999239, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "single-star-jsdoc.js - {\"semi\":false}" ], "duration": 55.481203000061214, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "single-star-jsdoc.js - {\"semi\":false}" ], "duration": 55.691204000031576, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "single-star-jsdoc.js - {\"semi\":false}" ], "duration": 56.07542199990712, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "single-star-jsdoc.js - {\"semi\":false}" ], "duration": 55.862756000016816, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "single-star-jsdoc.js - {\"semi\":false}" ], "duration": 56.06324200006202, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "single-star-jsdoc.js - {\"semi\":false}" ], "duration": 55.28231699997559, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "switch.js - {\"semi\":false}" ], "duration": 0.4289449999341741, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "switch.js - {\"semi\":false}" ], "duration": 62.520378999994136, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "switch.js - {\"semi\":false}" ], "duration": 57.83370100008324, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "switch.js - {\"semi\":false}" ], "duration": 56.57592700002715, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "switch.js - {\"semi\":false}" ], "duration": 56.69083900004625, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "switch.js - {\"semi\":false}" ], "duration": 57.04258100001607, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "switch.js - {\"semi\":false}" ], "duration": 57.55487799993716, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "switch.js - {\"semi\":false}" ], "duration": 57.10798800003249, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "switch.js - {\"semi\":false}" ], "duration": 57.61618300003465, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "tagged-template-literal.js - {\"semi\":false}" ], "duration": 0.7155829999828711, "failureMessages": [ "tagged-template-literal.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tagged-template-literal.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -28,11 +28,11 @@\n \n foo // comment\n `\n `\n \n - foo/* comment */ `\n + foo /* comment */`\n `\n \n foo /* comment */`\n `\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "tagged-template-literal.js - {\"semi\":false}" ], "duration": 56.602247999981046, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "tagged-template-literal.js - {\"semi\":false}" ], "duration": 56.54771499999333, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "tagged-template-literal.js - {\"semi\":false}" ], "duration": 56.337124999961816, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "tagged-template-literal.js - {\"semi\":false}" ], "duration": 56.46076800010633, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "tagged-template-literal.js - {\"semi\":false}" ], "duration": 55.79680200002622, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "tagged-template-literal.js - {\"semi\":false}" ], "duration": 56.00734000001103, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "tagged-template-literal.js - {\"semi\":false}" ], "duration": 56.480463000014424, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "tagged-template-literal.js - {\"semi\":false}" ], "duration": 56.11932000005618, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "template-literal.js - {\"semi\":false}" ], "duration": 0.4234149999683723, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "template-literal.js - {\"semi\":false}" ], "duration": 55.362673999974504, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "template-literal.js - {\"semi\":false}" ], "duration": 56.461178999976255, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "template-literal.js - {\"semi\":false}" ], "duration": 56.07875200000126, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "template-literal.js - {\"semi\":false}" ], "duration": 55.01965399994515, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "template-literal.js - {\"semi\":false}" ], "duration": 55.49895299994387, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "template-literal.js - {\"semi\":false}" ], "duration": 55.88570600003004, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "template-literal.js - {\"semi\":false}" ], "duration": 56.45940100005828, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "template-literal.js - {\"semi\":false}" ], "duration": 55.69459099997766, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "trailing-jsdocs.js - {\"semi\":false}" ], "duration": 0.7356500000460073, "failureMessages": [ "trailing-jsdocs.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `trailing-jsdocs.js - {\"semi\":false} format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -33,23 +33,27 @@\n CONNECTED: Object.freeze({ kind: \"CONNECTED\" }),\n CONNECTING: Object.freeze({ kind: \"CONNECTING\" }),\n NOT_CONNECTED: Object.freeze({ kind: \"NOT_CONNECTED\" }),\n })\n \n - /* A comment */ /**\n + /* A comment */\n + /**\n * A type that can be written to a buffer.\n - */ /**\n + */\n + /**\n * Describes the connection status of a ReactiveSocket/DuplexConnection.\n * - NOT_CONNECTED: no connection established or pending.\n * - CONNECTING: when `connect()` has been called but a connection is not yet\n * established.\n * - CONNECTED: when a connection is established.\n * - CLOSED: when the connection has been explicitly closed via `close()`.\n * - ERROR: when the connection has been closed for any other reason.\n - */ /**\n + */\n + /**\n * A contract providing different interaction models per the [ReactiveSocket protocol]\n * (https://github.com/ReactiveSocket/reactivesocket/blob/master/Protocol.md).\n - */ /**\n + */\n + /**\n * A single unit of data exchanged between the peers of a `ReactiveSocket`.\n */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "trailing-jsdocs.js - {\"semi\":false}" ], "duration": 64.6032979999436, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "trailing-jsdocs.js - {\"semi\":false}" ], "duration": 58.38635200005956, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "trailing-jsdocs.js - {\"semi\":false}" ], "duration": 58.02180699992459, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "trailing-jsdocs.js - {\"semi\":false}" ], "duration": 57.182944000000134, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "trailing-jsdocs.js - {\"semi\":false}" ], "duration": 56.572234000079334, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "trailing-jsdocs.js - {\"semi\":false}" ], "duration": 57.60740199999418, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "trailing-jsdocs.js - {\"semi\":false}" ], "duration": 58.33311600005254, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "trailing-jsdocs.js - {\"semi\":false}" ], "duration": 58.51499799999874, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "trailing_space.js - {\"semi\":false}" ], "duration": 0.4574680000077933, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "trailing_space.js - {\"semi\":false}" ], "duration": 55.65408400003798, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "trailing_space.js - {\"semi\":false}" ], "duration": 55.69240399997216, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "trailing_space.js - {\"semi\":false}" ], "duration": 55.4336230000481, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "trailing_space.js - {\"semi\":false}" ], "duration": 55.694861000054516, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "trailing_space.js - {\"semi\":false}" ], "duration": 54.620195000083186, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "trailing_space.js - {\"semi\":false}" ], "duration": 55.37797400006093, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "trailing_space.js - {\"semi\":false}" ], "duration": 55.032310000038706, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "trailing_space.js - {\"semi\":false}" ], "duration": 56.0128750000149, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "try.js - {\"semi\":false}" ], "duration": 0.4316409999737516, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "try.js - {\"semi\":false}" ], "duration": 56.28990500001237, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "try.js - {\"semi\":false}" ], "duration": 56.22527399996761, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "try.js - {\"semi\":false}" ], "duration": 55.19196299999021, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "try.js - {\"semi\":false}" ], "duration": 56.34452400007285, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "try.js - {\"semi\":false}" ], "duration": 56.253902999917045, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "try.js - {\"semi\":false}" ], "duration": 55.81519799993839, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "try.js - {\"semi\":false}" ], "duration": 55.91461600002367, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "try.js - {\"semi\":false}" ], "duration": 55.7593919999199, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"semi\":false}" ], "duration": 0.6544079999439418, "failureMessages": [ "tuple-and-record.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js - {\"semi\":false} format 1`\n \n - Snapshot - 8\n + Received + 8\n \n @@ -29,20 +29,20 @@\n // Comment\n {\n key: \"value\",\n }\n \n - let record =\n - // Comment\n - #{\n - key: \"value\",\n - }\n + let record = // Comment\n + #\n + {\n + key: \"value\"\n + }\n \n let array =\n // Comment\n [\"value\"]\n \n - let tuple =\n - // Comment\n - #[\"value\"]\n + let tuple = // Comment\n + #\n + ;[\"value\"]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"semi\":false}" ], "duration": 2.2796379999490455, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"semi\":false}" ], "duration": 1.4019209999823943, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"semi\":false}" ], "duration": 0.9193450000602752, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"semi\":false}" ], "duration": 0.7978770000627264, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"semi\":false}" ], "duration": 0.7593950000591576, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"semi\":false}" ], "duration": 56.19248700002208, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"semi\":false}" ], "duration": 56.46804600011092, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"semi\":false}" ], "duration": 57.04848699993454, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "variable_declarator.js - {\"semi\":false}" ], "duration": 0.48219499993138015, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "variable_declarator.js - {\"semi\":false}" ], "duration": 61.48273899999913, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "variable_declarator.js - {\"semi\":false}" ], "duration": 59.55121800000779, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "variable_declarator.js - {\"semi\":false}" ], "duration": 60.594054999994114, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "variable_declarator.js - {\"semi\":false}" ], "duration": 59.39834399998654, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "variable_declarator.js - {\"semi\":false}" ], "duration": 58.816754000028595, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "variable_declarator.js - {\"semi\":false}" ], "duration": 60.20802899997216, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "variable_declarator.js - {\"semi\":false}" ], "duration": 59.13250099995639, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "variable_declarator.js - {\"semi\":false}" ], "duration": 60.13127899996471, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "while.js - {\"semi\":false}" ], "duration": 0.4292859999695793, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "while.js - {\"semi\":false}" ], "duration": 63.00083299994003, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "while.js - {\"semi\":false}" ], "duration": 57.160757999983616, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "while.js - {\"semi\":false}" ], "duration": 56.469479999970645, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "while.js - {\"semi\":false}" ], "duration": 56.461055999970995, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "while.js - {\"semi\":false}" ], "duration": 56.56852299999446, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "while.js - {\"semi\":false}" ], "duration": 60.09341500001028, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "while.js - {\"semi\":false}" ], "duration": 56.02517899998929, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "while.js - {\"semi\":false}" ], "duration": 81.47219100000802, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 0.6758380000246689, "failureMessages": [ "snippet: #0 - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #0 - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -6,9 +6,10 @@\n =====================================input======================================\n var a = { /* comment */ \n b };\n =====================================output=====================================\n var a = {\n - /* comment */ b,\n + /* comment */\n + b,\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 55.974565999931656, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 56.88130699994508, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 55.70496000000276, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 55.0805560000008, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 55.44781599997077, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 55.502719999989495, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 56.14339199999813, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 56.15583900001366, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 0.5998560000443831, "failureMessages": [ "snippet: #1 - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #1 - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -6,9 +6,10 @@\n =====================================input======================================\n var a = { /* comment */\n b };\n =====================================output=====================================\n var a = {\n - /* comment */ b,\n + /* comment */\n + b,\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 55.65232799993828, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 55.365023999940604, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 55.5810970000457, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 55.61113400000613, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 55.02346099994611, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 55.99725499993656, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 55.81335399998352, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 55.89536700001918, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "snippet: cursor-and-range.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: cursor-and-range.js format 1`\n \n - Snapshot - 5\n + Received + 4\n \n @@ -14,13 +14,12 @@\n | ^^^^^^^^^^^^^^\n 5 | }\n 6 |\n 7 | let x\n =====================================output=====================================\n - \n -\n - class a {\n - b(<|>) {}\n + class a {\n + b() <|>{}\n }\n \n - let x\n + let x;\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 14)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: range-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: range-1.js format 1`\n \n - Snapshot - 4\n + Received + 2\n \n @@ -14,14 +14,12 @@\n 5 | }\n 6 |\n 7 | let x\n 8 |\n =====================================output=====================================\n - \n -\n - class a {\n + class a {\n b() {}\n }\n \n - let x\n + let x;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 14)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: range-and-cursor-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: range-and-cursor-1.js format 1`\n \n - Snapshot - 6\n + Received + 3\n \n @@ -16,15 +16,12 @@\n 6 | }\n 7 |\n 8 | let x \n 9 |\n =====================================output=====================================\n - \n -\n -\n - class a {\n - b(<|>) {}\n + class a {\n + b() {<|>}\n }\n \n - let x \n + let x;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 14)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 3, "numPassingTests": 17, "numPendingTests": 0, "perfStats": { "start": 150241.77963900001, "end": 151363.53409699997, "runtime": 1122, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 3, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/bom/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "snippet: cursor-1.js" ], "duration": 0.4433120000176132, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: cursor-1.js" ], "duration": 55.74023799994029, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: cursor-1.js" ], "duration": 55.82414099993184, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: cursor-1.js" ], "duration": 54.812945999903604, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: cursor-1.js" ], "duration": 56.2078160000965, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: cursor-and-range.js" ], "duration": 1.1292800001101568, "failureMessages": [ "snippet: cursor-and-range.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: cursor-and-range.js format 1`\n \n - Snapshot - 5\n + Received + 4\n \n @@ -14,13 +14,12 @@\n | ^^^^^^^^^^^^^^\n 5 | }\n 6 |\n 7 | let x\n =====================================output=====================================\n - \n -\n - class a {\n - b(<|>) {}\n + class a {\n + b() <|>{}\n }\n \n - let x\n + let x;\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 14)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "snippet: cursor-and-range.js" ], "duration": 55.98464499996044, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: cursor-and-range.js" ], "duration": 55.927759000100195, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: cursor-and-range.js" ], "duration": 56.45738199993502, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: cursor-and-range.js" ], "duration": 56.15045299998019, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: range-1.js" ], "duration": 0.8061329999472946, "failureMessages": [ "snippet: range-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: range-1.js format 1`\n \n - Snapshot - 4\n + Received + 2\n \n @@ -14,14 +14,12 @@\n 5 | }\n 6 |\n 7 | let x\n 8 |\n =====================================output=====================================\n - \n -\n - class a {\n + class a {\n b() {}\n }\n \n - let x\n + let x;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 14)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "snippet: range-1.js" ], "duration": 55.58440400008112, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: range-1.js" ], "duration": 55.711782999918796, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: range-1.js" ], "duration": 55.42869199998677, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: range-1.js" ], "duration": 55.956440999987535, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: range-and-cursor-1.js" ], "duration": 0.8477509999647737, "failureMessages": [ "snippet: range-and-cursor-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: range-and-cursor-1.js format 1`\n \n - Snapshot - 6\n + Received + 3\n \n @@ -16,15 +16,12 @@\n 6 | }\n 7 |\n 8 | let x \n 9 |\n =====================================output=====================================\n - \n -\n -\n - class a {\n - b(<|>) {}\n + class a {\n + b() {<|>}\n }\n \n - let x \n + let x;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 14)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "snippet: range-and-cursor-1.js" ], "duration": 56.845917999977246, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: range-and-cursor-1.js" ], "duration": 56.01734599994961, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: range-and-cursor-1.js" ], "duration": 55.7863499999512, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: range-and-cursor-1.js" ], "duration": 56.093447999912314, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "import-defer-attributes-declaration.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-defer-attributes-declaration.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n import defer * as ns from \"x\" with { attr: \"val\" };\n \n =====================================output=====================================\n - import defer * as ns from \"x\" with { attr: \"val\" };\n + import defer\n + * as ns from \"x\"\n + with { attr: \"val\" }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 15)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nimport-defer.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-defer.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -4,8 +4,9 @@\n | printWidth\n =====================================input======================================\n import defer * as ns from \"x\";\n \n =====================================output=====================================\n - import defer * as ns from \"x\";\n + import defer\n + * as ns from \"x\"\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 15)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 2, "numPassingTests": 18, "numPendingTests": 0, "perfStats": { "start": 151424.57567400002, "end": 151675.64197000006, "runtime": 251, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 16, "unchecked": 0, "unmatched": 2, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/deferred-import-evaluation/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "import-defer-attributes-declaration.js" ], "duration": 0.582071999902837, "failureMessages": [ "import-defer-attributes-declaration.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-defer-attributes-declaration.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n import defer * as ns from \"x\" with { attr: \"val\" };\n \n =====================================output=====================================\n - import defer * as ns from \"x\" with { attr: \"val\" };\n + import defer\n + * as ns from \"x\"\n + with { attr: \"val\" }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 15)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "import-defer-attributes-declaration.js" ], "duration": 1.1562290000729263, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "import-defer-attributes-declaration.js" ], "duration": 0.7860240000300109, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "import-defer-attributes-declaration.js" ], "duration": 0.6859069999773055, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "import-defer-attributes-declaration.js" ], "duration": 55.50130000000354, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "import-defer.js" ], "duration": 0.5972100000362843, "failureMessages": [ "import-defer.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-defer.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -4,8 +4,9 @@\n | printWidth\n =====================================input======================================\n import defer * as ns from \"x\";\n \n =====================================output=====================================\n - import defer * as ns from \"x\";\n + import defer\n + * as ns from \"x\"\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 15)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "import-defer.js" ], "duration": 1.0393899999326095, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "import-defer.js" ], "duration": 0.7595959999598563, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "import-defer.js" ], "duration": 0.7090009999228641, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "import-defer.js" ], "duration": 55.75485500006471, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "no-default.js" ], "duration": 1.4137639999389648, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "no-default.js" ], "duration": 0.7623310000635684, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "no-default.js" ], "duration": 0.697349000023678, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "no-default.js" ], "duration": 0.7189389999257401, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "no-default.js" ], "duration": 0.7629419999429956, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "no-named.js" ], "duration": 0.754765999969095, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "no-named.js" ], "duration": 0.7047920000040904, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "no-named.js" ], "duration": 0.6487779999151826, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "no-named.js" ], "duration": 0.638437999994494, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "no-named.js" ], "duration": 0.7760359999956563, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "dynamic-import.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `dynamic-import.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n import(\"./foo.json\", { with: { type: \"json\" } });\n \n =====================================output=====================================\n - import(\"./foo.json\", {with: {type: \"json\"}});\n + import(\"./foo.json\", { with: { type: \"json\" } });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 16)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nre-export.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `re-export.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n export { default as foo2 } from \"foo.json\" with { type: \"json\" };\n \n =====================================output=====================================\n - export {default as foo2} from \"foo.json\" with {type: \"json\"};\n + export { default as foo2 } from \"foo.json\" with { type: \"json\" };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 16)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nstatic-import.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `static-import.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n import json from \"./foo.json\" with { type: \"json\" };\n \n =====================================output=====================================\n - import json from \"./foo.json\" with {type: \"json\"};\n + import json from \"./foo.json\" with { type: \"json\" };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 16)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 3, "numPassingTests": 17, "numPendingTests": 0, "perfStats": { "start": 151723.20003300003, "end": 152179.57124899997, "runtime": 456, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 13, "unchecked": 0, "unmatched": 3, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/import-attributes/bracket-spacing/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "dynamic-import.js - {\"bracketSpacing\":false}" ], "duration": 0.6263859999598935, "failureMessages": [ "dynamic-import.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `dynamic-import.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n import(\"./foo.json\", { with: { type: \"json\" } });\n \n =====================================output=====================================\n - import(\"./foo.json\", {with: {type: \"json\"}});\n + import(\"./foo.json\", { with: { type: \"json\" } });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 16)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "dynamic-import.js - {\"bracketSpacing\":false}" ], "duration": 1.1270450000884011, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"bracketSpacing\":false}" ], "duration": 0.7684509999817237, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"bracketSpacing\":false}" ], "duration": 0.8215319999726489, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"bracketSpacing\":false}" ], "duration": 55.59963900002185, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 0.42494699999224395, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 1.2139270000625402, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 0.7443269999930635, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 0.7002440000651404, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 55.498256999999285, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "re-export.js - {\"bracketSpacing\":false}" ], "duration": 0.5809799999697134, "failureMessages": [ "re-export.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `re-export.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n export { default as foo2 } from \"foo.json\" with { type: \"json\" };\n \n =====================================output=====================================\n - export {default as foo2} from \"foo.json\" with {type: \"json\"};\n + export { default as foo2 } from \"foo.json\" with { type: \"json\" };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 16)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "re-export.js - {\"bracketSpacing\":false}" ], "duration": 1.068063999991864, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "re-export.js - {\"bracketSpacing\":false}" ], "duration": 0.7257109999191016, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "re-export.js - {\"bracketSpacing\":false}" ], "duration": 0.7224250000435859, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "re-export.js - {\"bracketSpacing\":false}" ], "duration": 55.88117299997248, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static-import.js - {\"bracketSpacing\":false}" ], "duration": 0.6680930000729859, "failureMessages": [ "static-import.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `static-import.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n import json from \"./foo.json\" with { type: \"json\" };\n \n =====================================output=====================================\n - import json from \"./foo.json\" with {type: \"json\"};\n + import json from \"./foo.json\" with { type: \"json\" };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 16)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "static-import.js - {\"bracketSpacing\":false}" ], "duration": 1.0493890000507236, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static-import.js - {\"bracketSpacing\":false}" ], "duration": 0.8130750000709668, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static-import.js - {\"bracketSpacing\":false}" ], "duration": 0.7105730000184849, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "static-import.js - {\"bracketSpacing\":false}" ], "duration": 55.41661199997179, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "dynamic-import.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `dynamic-import.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n import(\"./foo.json\", { assert: { type: \"json\" } });\n \n =====================================output=====================================\n - import(\"./foo.json\", {assert: {type: \"json\"}});\n + import(\"./foo.json\", { assert: { type: \"json\" } });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 17)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nre-export.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `re-export.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n export { default as foo2 } from \"foo.json\" assert { type: \"json\" };\n \n =====================================output=====================================\n - export {default as foo2} from \"foo.json\" assert {type: \"json\"};\n + export { default as foo2 } from \"foo.json\" assert { type: \"json\" };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 17)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nstatic-import.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `static-import.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n import json from \"./foo.json\" assert { type: \"json\" };\n \n =====================================output=====================================\n - import json from \"./foo.json\" assert {type: \"json\"};\n + import json from \"./foo.json\" assert { type: \"json\" };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 17)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 3, "numPassingTests": 17, "numPendingTests": 0, "perfStats": { "start": 152227.66090800002, "end": 152684.47166600003, "runtime": 457, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 13, "unchecked": 0, "unmatched": 3, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/import-assertions/bracket-spacing/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "dynamic-import.js - {\"bracketSpacing\":false}" ], "duration": 0.6104359999299049, "failureMessages": [ "dynamic-import.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `dynamic-import.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n import(\"./foo.json\", { assert: { type: \"json\" } });\n \n =====================================output=====================================\n - import(\"./foo.json\", {assert: {type: \"json\"}});\n + import(\"./foo.json\", { assert: { type: \"json\" } });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 17)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "dynamic-import.js - {\"bracketSpacing\":false}" ], "duration": 1.0727729999925941, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"bracketSpacing\":false}" ], "duration": 0.7523219999857247, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"bracketSpacing\":false}" ], "duration": 0.7080189998960122, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"bracketSpacing\":false}" ], "duration": 55.715166000067256, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 0.42596900009084493, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 1.067312000086531, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 0.7743930000578985, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 0.7075370000675321, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 56.076893000048585, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "re-export.js - {\"bracketSpacing\":false}" ], "duration": 0.6012580000096932, "failureMessages": [ "re-export.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `re-export.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n export { default as foo2 } from \"foo.json\" assert { type: \"json\" };\n \n =====================================output=====================================\n - export {default as foo2} from \"foo.json\" assert {type: \"json\"};\n + export { default as foo2 } from \"foo.json\" assert { type: \"json\" };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 17)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "re-export.js - {\"bracketSpacing\":false}" ], "duration": 1.0341710000066087, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "re-export.js - {\"bracketSpacing\":false}" ], "duration": 0.7310320000397041, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "re-export.js - {\"bracketSpacing\":false}" ], "duration": 0.7568100000498816, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "re-export.js - {\"bracketSpacing\":false}" ], "duration": 55.39136900007725, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static-import.js - {\"bracketSpacing\":false}" ], "duration": 0.6211559999501333, "failureMessages": [ "static-import.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `static-import.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n import json from \"./foo.json\" assert { type: \"json\" };\n \n =====================================output=====================================\n - import json from \"./foo.json\" assert {type: \"json\"};\n + import json from \"./foo.json\" assert { type: \"json\" };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 17)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "static-import.js - {\"bracketSpacing\":false}" ], "duration": 1.068695000023581, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static-import.js - {\"bracketSpacing\":false}" ], "duration": 0.7317830000538379, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static-import.js - {\"bracketSpacing\":false}" ], "duration": 0.7247800000477582, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "static-import.js - {\"bracketSpacing\":false}" ], "duration": 55.185764999943785, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "chain-as-arg.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chain-as-arg.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 12\n + Received + 12\n \n @@ -44,41 +44,41 @@\n \n \n =====================================output=====================================\n const w = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0,\n );\n \n const x = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0,\n )(x);\n \n const y = a.b(\n 1,\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0,\n )(x);\n \n const z = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0,\n 2,\n )(x);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nchain-in-logical-expression.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chain-in-logical-expression.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -15,12 +15,12 @@\n \n =====================================output=====================================\n const x =\n a.b ??\n ((\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncomment.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comment.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 29\n + Received + 25\n \n @@ -88,58 +88,54 @@\n ) => <span>{info.item.widget.missingProp}</span>}\n data={data}\n />;\n \n func(\n - () =>\n - // comment\n - a,\n + () => a, // comment\n );\n func(\n - () => () =>\n - // comment\n - a,\n + () =>\n + () => // comment\n + a,\n );\n func(\n - () => () => () =>\n - // comment\n - a,\n + () =>\n + () =>\n + () => // comment\n + a,\n );\n \n - func(() =>\n - // comment\n - a ? b : c,\n + func(\n + () => (a ? b : c), // comment\n );\n func(\n - () => () =>\n - // comment\n - a ? b : c,\n + () =>\n + () => // comment\n + a ? b : c,\n );\n func(\n - () => () => () =>\n - // comment\n - a ? b : c,\n + () =>\n + () =>\n + () => // comment\n + a ? b : c,\n );\n \n func(\n - () =>\n - (\n - // comment\n - a, b, c\n - ),\n + () => ( // comment\n + a, b, c\n + ),\n );\n func(\n - () => () =>\n - (\n - // comment\n + () =>\n + () => ( // comment\n a, b, c\n ),\n );\n func(\n - () => () => () =>\n - (\n - // comment\n + () =>\n + () =>\n + () => ( // comment\n a, b, c\n ),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncurried.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `curried.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 69\n + Received + 61\n \n @@ -323,46 +323,42 @@\n (argument11) =>\n (argument12) =>\n 3,\n );\n \n - foo(\n - (argument1) =>\n - (argument2) =>\n - (argument3) =>\n - (argument4) =>\n - (argument5) =>\n - (argument6) =>\n - (argument7) =>\n - (argument8) =>\n - (argument9) =>\n - (argument10) =>\n - (argument11) =>\n - (argument12) => ({\n - foo: bar,\n - bar: baz,\n - baz: foo,\n - }),\n - );\n + foo((argument1) =>\n + (argument2) =>\n + (argument3) =>\n + (argument4) =>\n + (argument5) =>\n + (argument6) =>\n + (argument7) =>\n + (argument8) =>\n + (argument9) =>\n + (argument10) =>\n + (argument11) =>\n + (argument12) => ({\n + foo: bar,\n + bar: baz,\n + baz: foo,\n + }));\n \n - foo(\n - (argument1) =>\n - (argument2) =>\n - (argument3) =>\n - (argument4) =>\n - (argument5) =>\n - (argument6) =>\n - (argument7) =>\n - (argument8) =>\n - (argument9) =>\n - (argument10) =>\n - (argument11) =>\n - (argument12) => {\n - const foo = \"foo\";\n - return foo + \"bar\";\n - },\n - );\n + foo((argument1) =>\n + (argument2) =>\n + (argument3) =>\n + (argument4) =>\n + (argument5) =>\n + (argument6) =>\n + (argument7) =>\n + (argument8) =>\n + (argument9) =>\n + (argument10) =>\n + (argument11) =>\n + (argument12) => {\n + const foo = \"foo\";\n + return foo + \"bar\";\n + });\n \n (\n (argument1) =>\n (argument2) =>\n (argument3) =>\n @@ -377,27 +373,25 @@\n (argument12) =>\n 3\n )(3);\n \n bar(\n - foo(\n - (argument1) =>\n - (argument2) =>\n - (argument3) =>\n - (argument4) =>\n - (argument5) =>\n - (argument6) =>\n - (argument7) =>\n - (argument8) =>\n - (argument9) =>\n - (argument10) =>\n - (argument11) =>\n - (argument12) => ({\n - foo: bar,\n - bar: baz,\n - }),\n - ),\n + foo((argument1) =>\n + (argument2) =>\n + (argument3) =>\n + (argument4) =>\n + (argument5) =>\n + (argument6) =>\n + (argument7) =>\n + (argument8) =>\n + (argument9) =>\n + (argument10) =>\n + (argument11) =>\n + (argument12) => ({\n + foo: bar,\n + bar: baz,\n + })),\n );\n \n const baaaz =\n (aaaaa1, bbbbb1) =>\n (aaaaa2, bbbbb2) =>\n @@ -416,24 +410,22 @@\n dispatch(action),\n );\n \n foo((action) => (action) => action);\n \n - import(\n - (argument1) =>\n - (argument2) =>\n - (argument3) =>\n - (argument4) =>\n - (argument5) =>\n - (argument6) =>\n - (argument7) =>\n - (argument8) =>\n - (argument9) =>\n - (argument10) =>\n - (argument11) =>\n - (argument12) => {\n - const foo = \"foo\";\n - return foo + \"bar\";\n - }\n - );\n + import((argument1) =>\n + (argument2) =>\n + (argument3) =>\n + (argument4) =>\n + (argument5) =>\n + (argument6) =>\n + (argument7) =>\n + (argument8) =>\n + (argument9) =>\n + (argument10) =>\n + (argument11) =>\n + (argument12) => {\n + const foo = \"foo\";\n + return foo + \"bar\";\n + });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncurrying-2.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `currying-2.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 13\n + Received + 9\n \n @@ -25,22 +25,18 @@\n \n request.get(\"https://preview-9992--prettier.netlify.app\", (head) => (body) => {\n console.log(head, body);\n });\n \n - request.get(\n - \"https://preview-9992--prettier.netlify.app\",\n - (head) => (body) => (mody) => {\n + request.get(\"https://preview-9992--prettier.netlify.app\", (head) =>\n + (body) =>\n + (mody) => {\n console.log(head, body);\n - },\n - );\n + });\n \n - request.get(\n - \"https://preview-9992--prettier.netlify.app\",\n - (head) =>\n - (body) =>\n - (modyLoremIpsumDolorAbstractProviderFactoryServiceModule) => {\n - console.log(head, body);\n - },\n - );\n + request.get(\"https://preview-9992--prettier.netlify.app\", (head) =>\n + (body) =>\n + (modyLoremIpsumDolorAbstractProviderFactoryServiceModule) => {\n + console.log(head, body);\n + });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncurrying-4.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `currying-4.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 37\n + Received + 39\n \n @@ -66,13 +66,13 @@\n );\n \n =====================================output=====================================\n Y(() => (a ? b : c));\n \n - Y(() => () => (a ? b : c));\n + Y(() => () => a ? b : c);\n \n - Y(() => () => () => (a ? b : c));\n + Y(() => () => () => a ? b : c);\n \n Y(() =>\n longlonglonglonglonglonglonglonglonglongCondition\n ? \"Prettier is an opinionated code formatter.\"\n : \"Prettier takes your code and reprints it from scratch by taking the line length into account.\",\n @@ -107,51 +107,53 @@\n \"in\",\n \"the\",\n \"sky.\",\n ];\n \n - const x2 = () => () => [\n - \"The\",\n - \"green\",\n - \"dragon\",\n - \"liked\",\n - \"to\",\n - \"knit\",\n - \"sweaters\",\n - \"for\",\n - \"the\",\n - \"fluffy\",\n - \"clouds\",\n - \"in\",\n - \"the\",\n - \"sky.\",\n - ];\n + const x2 = () => () =>\n + [\n + \"The\",\n + \"green\",\n + \"dragon\",\n + \"liked\",\n + \"to\",\n + \"knit\",\n + \"sweaters\",\n + \"for\",\n + \"the\",\n + \"fluffy\",\n + \"clouds\",\n + \"in\",\n + \"the\",\n + \"sky.\",\n + ];\n \n - const x3 = () => () => () => [\n - \"The\",\n - \"green\",\n - \"dragon\",\n - \"liked\",\n - \"to\",\n - \"knit\",\n - \"sweaters\",\n - \"for\",\n - \"the\",\n - \"fluffy\",\n - \"clouds\",\n - \"in\",\n - \"the\",\n - \"sky.\",\n - ];\n + const x3 = () => () => () =>\n + [\n + \"The\",\n + \"green\",\n + \"dragon\",\n + \"liked\",\n + \"to\",\n + \"knit\",\n + \"sweaters\",\n + \"for\",\n + \"the\",\n + \"fluffy\",\n + \"clouds\",\n + \"in\",\n + \"the\",\n + \"sky.\",\n + ];\n \n f((a) => (1, 2, 3) /* a */);\n f((a) => (b) => (1, 2, 3) /* b */ /* a */);\n - f((a) => (b) => (c) => (1, 2, 3) /* c */ /* b */ /* a */);\n + f((a) => (b) => (c) => (1, 2, 3) /* b */ /* c */ /* a */);\n \n f((a) => (1 ? 2 : 3) /* a */);\n - f((a) => (b) => (1 ? 2 : 3) /* b */ /* a */);\n - f((a) => (b) => (c) => (1 ? 2 : 3) /* c */ /* b */ /* a */);\n + f((a) => (b) => 1 ? 2 : 3 /* b */ /* a */);\n + f((a) => (b) => (c) => 1 ? 2 : 3 /* b */ /* c */ /* a */);\n \n a(\n \"\",\n \"\",\n ({}) =>\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-1389-curry.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-1389-curry.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 4\n + Received + 2\n \n @@ -37,14 +37,12 @@\n const foobaz =\n (argumentOne, argumentTwo, argumentThree) => (restOfTheArguments123, j) => {\n return \"baz\";\n };\n \n - const makeSomeFunction =\n - (services = { logger: null }) =>\n - (a, b, c) =>\n - services.logger(a, b, c);\n + const makeSomeFunction = (services = { logger: null }) => (a, b, c) =>\n + services.logger(a, b, c);\n \n const makeSomeFunction2 =\n (\n services = {\n logger: null,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-and-record.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 11\n + Received + 15\n \n @@ -35,32 +35,36 @@\n foo: bar,\n bar: baz,\n baz: foo,\n });\n \n - const fn12 = (a) => (b) => (c) => (d) => (e) => #{\n - foo: bar,\n - bar: baz,\n - baz: foo,\n - };\n + const fn12 = (a) => (b) => (c) => (d) => (e) =>\n + (#\n + {\n + foo: bar, bar;\n + : baz, baz: foo\n + }\n + )\n \n map(() => [\n // comment\n foo,\n ]);\n \n - map(() => #[\n + map(() => (#[\n // comment\n - foo,\n - ]);\n + foo\n + ])\n + )\n \n map(() => ({\n // comment\n foo,\n }));\n \n - map(() => #{\n + map(() => (#{\n // comment\n - foo,\n - });\n + foo\n + })\n + )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nchain-as-arg.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chain-as-arg.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 12\n + Received + 12\n \n @@ -44,41 +44,41 @@\n \n \n =====================================output=====================================\n const w = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0,\n );\n \n const x = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0,\n )(x);\n \n const y = a.b(\n 1,\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0,\n )(x);\n \n const z = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0,\n 2,\n )(x);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nchain-in-logical-expression.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -15,12 +15,12 @@\n \n =====================================output=====================================\n const x =\n a.b ??\n ((\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncomment.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comment.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 29\n + Received + 25\n \n @@ -88,58 +88,54 @@\n ) => <span>{info.item.widget.missingProp}</span>}\n data={data}\n />;\n \n func(\n - () =>\n - // comment\n - a,\n + () => a, // comment\n );\n func(\n - () => () =>\n - // comment\n - a,\n + () =>\n + () => // comment\n + a,\n );\n func(\n - () => () => () =>\n - // comment\n - a,\n + () =>\n + () =>\n + () => // comment\n + a,\n );\n \n - func(() =>\n - // comment\n - a ? b : c,\n + func(\n + () => (a ? b : c), // comment\n );\n func(\n - () => () =>\n - // comment\n - a ? b : c,\n + () =>\n + () => // comment\n + a ? b : c,\n );\n func(\n - () => () => () =>\n - // comment\n - a ? b : c,\n + () =>\n + () =>\n + () => // comment\n + a ? b : c,\n );\n \n func(\n - () =>\n - (\n - // comment\n - a, b, c\n - ),\n + () => ( // comment\n + a, b, c\n + ),\n );\n func(\n - () => () =>\n - (\n - // comment\n + () =>\n + () => ( // comment\n a, b, c\n ),\n );\n func(\n - () => () => () =>\n - (\n - // comment\n + () =>\n + () =>\n + () => ( // comment\n a, b, c\n ),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncurried.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `curried.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 69\n + Received + 61\n \n @@ -315,46 +315,42 @@\n argument11 =>\n argument12 =>\n 3,\n );\n \n - foo(\n - argument1 =>\n - argument2 =>\n - argument3 =>\n - argument4 =>\n - argument5 =>\n - argument6 =>\n - argument7 =>\n - argument8 =>\n - argument9 =>\n - argument10 =>\n - argument11 =>\n - argument12 => ({\n - foo: bar,\n - bar: baz,\n - baz: foo,\n - }),\n - );\n + foo(argument1 =>\n + argument2 =>\n + argument3 =>\n + argument4 =>\n + argument5 =>\n + argument6 =>\n + argument7 =>\n + argument8 =>\n + argument9 =>\n + argument10 =>\n + argument11 =>\n + argument12 => ({\n + foo: bar,\n + bar: baz,\n + baz: foo,\n + }));\n \n - foo(\n - argument1 =>\n - argument2 =>\n - argument3 =>\n - argument4 =>\n - argument5 =>\n - argument6 =>\n - argument7 =>\n - argument8 =>\n - argument9 =>\n - argument10 =>\n - argument11 =>\n - argument12 => {\n - const foo = \"foo\";\n - return foo + \"bar\";\n - },\n - );\n + foo(argument1 =>\n + argument2 =>\n + argument3 =>\n + argument4 =>\n + argument5 =>\n + argument6 =>\n + argument7 =>\n + argument8 =>\n + argument9 =>\n + argument10 =>\n + argument11 =>\n + argument12 => {\n + const foo = \"foo\";\n + return foo + \"bar\";\n + });\n \n (\n argument1 =>\n argument2 =>\n argument3 =>\n @@ -369,27 +365,25 @@\n argument12 =>\n 3\n )(3);\n \n bar(\n - foo(\n - argument1 =>\n - argument2 =>\n - argument3 =>\n - argument4 =>\n - argument5 =>\n - argument6 =>\n - argument7 =>\n - argument8 =>\n - argument9 =>\n - argument10 =>\n - argument11 =>\n - argument12 => ({\n - foo: bar,\n - bar: baz,\n - }),\n - ),\n + foo(argument1 =>\n + argument2 =>\n + argument3 =>\n + argument4 =>\n + argument5 =>\n + argument6 =>\n + argument7 =>\n + argument8 =>\n + argument9 =>\n + argument10 =>\n + argument11 =>\n + argument12 => ({\n + foo: bar,\n + bar: baz,\n + })),\n );\n \n const baaaz =\n (aaaaa1, bbbbb1) =>\n (aaaaa2, bbbbb2) =>\n @@ -406,24 +400,22 @@\n action => next => next => next => next => next => next => dispatch(action),\n );\n \n foo(action => action => action);\n \n - import(\n - argument1 =>\n - argument2 =>\n - argument3 =>\n - argument4 =>\n - argument5 =>\n - argument6 =>\n - argument7 =>\n - argument8 =>\n - argument9 =>\n - argument10 =>\n - argument11 =>\n - argument12 => {\n - const foo = \"foo\";\n - return foo + \"bar\";\n - }\n - );\n + import(argument1 =>\n + argument2 =>\n + argument3 =>\n + argument4 =>\n + argument5 =>\n + argument6 =>\n + argument7 =>\n + argument8 =>\n + argument9 =>\n + argument10 =>\n + argument11 =>\n + argument12 => {\n + const foo = \"foo\";\n + return foo + \"bar\";\n + });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncurrying-2.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `currying-2.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 10\n + Received + 8\n \n @@ -25,20 +25,18 @@\n \n request.get(\"https://preview-9992--prettier.netlify.app\", head => body => {\n console.log(head, body);\n });\n \n - request.get(\n - \"https://preview-9992--prettier.netlify.app\",\n - head => body => mody => {\n + request.get(\"https://preview-9992--prettier.netlify.app\", head =>\n + body =>\n + mody => {\n console.log(head, body);\n - },\n - );\n + });\n \n - request.get(\n - \"https://preview-9992--prettier.netlify.app\",\n - head => body => modyLoremIpsumDolorAbstractProviderFactoryServiceModule => {\n + request.get(\"https://preview-9992--prettier.netlify.app\", head =>\n + body =>\n + modyLoremIpsumDolorAbstractProviderFactoryServiceModule => {\n console.log(head, body);\n - },\n - );\n + });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncurrying-4.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `currying-4.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 37\n + Received + 39\n \n @@ -66,13 +66,13 @@\n );\n \n =====================================output=====================================\n Y(() => (a ? b : c));\n \n - Y(() => () => (a ? b : c));\n + Y(() => () => a ? b : c);\n \n - Y(() => () => () => (a ? b : c));\n + Y(() => () => () => a ? b : c);\n \n Y(() =>\n longlonglonglonglonglonglonglonglonglongCondition\n ? \"Prettier is an opinionated code formatter.\"\n : \"Prettier takes your code and reprints it from scratch by taking the line length into account.\",\n @@ -107,51 +107,53 @@\n \"in\",\n \"the\",\n \"sky.\",\n ];\n \n - const x2 = () => () => [\n - \"The\",\n - \"green\",\n - \"dragon\",\n - \"liked\",\n - \"to\",\n - \"knit\",\n - \"sweaters\",\n - \"for\",\n - \"the\",\n - \"fluffy\",\n - \"clouds\",\n - \"in\",\n - \"the\",\n - \"sky.\",\n - ];\n + const x2 = () => () =>\n + [\n + \"The\",\n + \"green\",\n + \"dragon\",\n + \"liked\",\n + \"to\",\n + \"knit\",\n + \"sweaters\",\n + \"for\",\n + \"the\",\n + \"fluffy\",\n + \"clouds\",\n + \"in\",\n + \"the\",\n + \"sky.\",\n + ];\n \n - const x3 = () => () => () => [\n - \"The\",\n - \"green\",\n - \"dragon\",\n - \"liked\",\n - \"to\",\n - \"knit\",\n - \"sweaters\",\n - \"for\",\n - \"the\",\n - \"fluffy\",\n - \"clouds\",\n - \"in\",\n - \"the\",\n - \"sky.\",\n - ];\n + const x3 = () => () => () =>\n + [\n + \"The\",\n + \"green\",\n + \"dragon\",\n + \"liked\",\n + \"to\",\n + \"knit\",\n + \"sweaters\",\n + \"for\",\n + \"the\",\n + \"fluffy\",\n + \"clouds\",\n + \"in\",\n + \"the\",\n + \"sky.\",\n + ];\n \n f(a => (1, 2, 3) /* a */);\n f(a => b => (1, 2, 3) /* b */ /* a */);\n - f(a => b => c => (1, 2, 3) /* c */ /* b */ /* a */);\n + f(a => b => c => (1, 2, 3) /* b */ /* c */ /* a */);\n \n f(a => (1 ? 2 : 3) /* a */);\n - f(a => b => (1 ? 2 : 3) /* b */ /* a */);\n - f(a => b => c => (1 ? 2 : 3) /* c */ /* b */ /* a */);\n + f(a => b => 1 ? 2 : 3 /* b */ /* a */);\n + f(a => b => c => 1 ? 2 : 3 /* b */ /* c */ /* a */);\n \n a(\n \"\",\n \"\",\n ({}) =>\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-1389-curry.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-1389-curry.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 4\n + Received + 2\n \n @@ -37,14 +37,12 @@\n const foobaz =\n (argumentOne, argumentTwo, argumentThree) => (restOfTheArguments123, j) => {\n return \"baz\";\n };\n \n - const makeSomeFunction =\n - (services = { logger: null }) =>\n - (a, b, c) =>\n - services.logger(a, b, c);\n + const makeSomeFunction = (services = { logger: null }) => (a, b, c) =>\n + services.logger(a, b, c);\n \n const makeSomeFunction2 =\n (\n services = {\n logger: null,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-and-record.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 7\n + Received + 15\n \n @@ -31,28 +31,36 @@\n }));\n \n =====================================output=====================================\n const fn12 = a => b => c => d => e => ({ foo: bar, bar: baz, baz: foo });\n \n - const fn12 = a => b => c => d => e => #{ foo: bar, bar: baz, baz: foo };\n + const fn12 = (a) => (b) => (c) => (d) => (e) =>\n + (#\n + {\n + foo: bar, bar;\n + : baz, baz: foo\n + }\n + )\n \n map(() => [\n // comment\n foo,\n ]);\n \n - map(() => #[\n + map(() => (#[\n // comment\n - foo,\n - ]);\n + foo\n + ])\n + )\n \n map(() => ({\n // comment\n foo,\n }));\n \n - map(() => #{\n + map(() => (#{\n // comment\n - foo,\n - });\n + foo\n + })\n + )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 16, "numPassingTests": 250, "numPendingTests": 0, "perfStats": { "start": 152739.25738799997, "end": 168285.703011, "runtime": 15546, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 30, "unchecked": 0, "unmatched": 16, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/arrows/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"always\"}" ], "duration": 0.43871300003957003, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"always\"}" ], "duration": 57.53263899998274, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"always\"}" ], "duration": 56.932732000015676, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"always\"}" ], "duration": 56.67142400005832, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"always\"}" ], "duration": 56.18940099992324, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"always\"}" ], "duration": 56.68295500008389, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"always\"}" ], "duration": 57.98240400000941, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "arrow_function_expression.js - {\"arrowParens\":\"always\"}" ], "duration": 0.4226930000586435, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "arrow_function_expression.js - {\"arrowParens\":\"always\"}" ], "duration": 70.04378599999472, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "arrow_function_expression.js - {\"arrowParens\":\"always\"}" ], "duration": 64.35753300006036, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arrow_function_expression.js - {\"arrowParens\":\"always\"}" ], "duration": 63.671000999980606, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arrow_function_expression.js - {\"arrowParens\":\"always\"}" ], "duration": 60.196274999994785, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arrow_function_expression.js - {\"arrowParens\":\"always\"}" ], "duration": 63.615404000040144, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "arrow_function_expression.js - {\"arrowParens\":\"always\"}" ], "duration": 62.0933349999832, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"always\"}" ], "duration": 0.49606100004166365, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"always\"}" ], "duration": 59.29494699998759, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"always\"}" ], "duration": 57.899486000067554, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"always\"}" ], "duration": 57.10770100005902, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"always\"}" ], "duration": 57.66500499995891, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"always\"}" ], "duration": 59.23659999994561, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"always\"}" ], "duration": 57.94877999997698, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "block_like.js - {\"arrowParens\":\"always\"}" ], "duration": 0.4922939999960363, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "block_like.js - {\"arrowParens\":\"always\"}" ], "duration": 57.155397000024095, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "block_like.js - {\"arrowParens\":\"always\"}" ], "duration": 55.61723500001244, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "block_like.js - {\"arrowParens\":\"always\"}" ], "duration": 55.690116000012495, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "block_like.js - {\"arrowParens\":\"always\"}" ], "duration": 55.23276899999473, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "block_like.js - {\"arrowParens\":\"always\"}" ], "duration": 55.65953199996147, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "block_like.js - {\"arrowParens\":\"always\"}" ], "duration": 56.47216700005811, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "call.js - {\"arrowParens\":\"always\"}" ], "duration": 0.5515949999680743, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "call.js - {\"arrowParens\":\"always\"}" ], "duration": 81.76093400001992, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "call.js - {\"arrowParens\":\"always\"}" ], "duration": 77.62073199998122, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "call.js - {\"arrowParens\":\"always\"}" ], "duration": 74.3602059999248, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "call.js - {\"arrowParens\":\"always\"}" ], "duration": 72.03301999997348, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "call.js - {\"arrowParens\":\"always\"}" ], "duration": 75.76033599989023, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "call.js - {\"arrowParens\":\"always\"}" ], "duration": 74.70295399997849, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "chain-as-arg.js - {\"arrowParens\":\"always\"}" ], "duration": 0.6954949999926612, "failureMessages": [ "chain-as-arg.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chain-as-arg.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 12\n + Received + 12\n \n @@ -44,41 +44,41 @@\n \n \n =====================================output=====================================\n const w = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0,\n );\n \n const x = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0,\n )(x);\n \n const y = a.b(\n 1,\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0,\n )(x);\n \n const z = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0,\n 2,\n )(x);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "chain-as-arg.js - {\"arrowParens\":\"always\"}" ], "duration": 57.74633300001733, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "chain-as-arg.js - {\"arrowParens\":\"always\"}" ], "duration": 57.953710999921896, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "chain-as-arg.js - {\"arrowParens\":\"always\"}" ], "duration": 57.213157999911346, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "chain-as-arg.js - {\"arrowParens\":\"always\"}" ], "duration": 57.22653400001582, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "chain-as-arg.js - {\"arrowParens\":\"always\"}" ], "duration": 57.893629999947734, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "chain-as-arg.js - {\"arrowParens\":\"always\"}" ], "duration": 58.10560899996199, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "chain-in-logical-expression.js - {\"arrowParens\":\"always\"}" ], "duration": 0.7114149999106303, "failureMessages": [ "chain-in-logical-expression.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chain-in-logical-expression.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -15,12 +15,12 @@\n \n =====================================output=====================================\n const x =\n a.b ??\n ((\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "chain-in-logical-expression.js - {\"arrowParens\":\"always\"}" ], "duration": 57.524624999961816, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "chain-in-logical-expression.js - {\"arrowParens\":\"always\"}" ], "duration": 56.90893699997105, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "chain-in-logical-expression.js - {\"arrowParens\":\"always\"}" ], "duration": 55.93263699999079, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "chain-in-logical-expression.js - {\"arrowParens\":\"always\"}" ], "duration": 55.82900500006508, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "chain-in-logical-expression.js - {\"arrowParens\":\"always\"}" ], "duration": 56.913003999972716, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "chain-in-logical-expression.js - {\"arrowParens\":\"always\"}" ], "duration": 56.625121999997646, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comment.js - {\"arrowParens\":\"always\"}" ], "duration": 0.9654110000701621, "failureMessages": [ "comment.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comment.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 29\n + Received + 25\n \n @@ -88,58 +88,54 @@\n ) => <span>{info.item.widget.missingProp}</span>}\n data={data}\n />;\n \n func(\n - () =>\n - // comment\n - a,\n + () => a, // comment\n );\n func(\n - () => () =>\n - // comment\n - a,\n + () =>\n + () => // comment\n + a,\n );\n func(\n - () => () => () =>\n - // comment\n - a,\n + () =>\n + () =>\n + () => // comment\n + a,\n );\n \n - func(() =>\n - // comment\n - a ? b : c,\n + func(\n + () => (a ? b : c), // comment\n );\n func(\n - () => () =>\n - // comment\n - a ? b : c,\n + () =>\n + () => // comment\n + a ? b : c,\n );\n func(\n - () => () => () =>\n - // comment\n - a ? b : c,\n + () =>\n + () =>\n + () => // comment\n + a ? b : c,\n );\n \n func(\n - () =>\n - (\n - // comment\n - a, b, c\n - ),\n + () => ( // comment\n + a, b, c\n + ),\n );\n func(\n - () => () =>\n - (\n - // comment\n + () =>\n + () => ( // comment\n a, b, c\n ),\n );\n func(\n - () => () => () =>\n - (\n - // comment\n + () =>\n + () =>\n + () => ( // comment\n a, b, c\n ),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "comment.js - {\"arrowParens\":\"always\"}" ], "duration": 64.69729399995413, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comment.js - {\"arrowParens\":\"always\"}" ], "duration": 59.91676299995743, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comment.js - {\"arrowParens\":\"always\"}" ], "duration": 60.16465100005735, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comment.js - {\"arrowParens\":\"always\"}" ], "duration": 59.268834999995306, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comment.js - {\"arrowParens\":\"always\"}" ], "duration": 60.657204999937676, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comment.js - {\"arrowParens\":\"always\"}" ], "duration": 91.09515700000338, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "curried.js - {\"arrowParens\":\"always\"}" ], "duration": 1.4318460000213236, "failureMessages": [ "curried.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `curried.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 69\n + Received + 61\n \n @@ -323,46 +323,42 @@\n (argument11) =>\n (argument12) =>\n 3,\n );\n \n - foo(\n - (argument1) =>\n - (argument2) =>\n - (argument3) =>\n - (argument4) =>\n - (argument5) =>\n - (argument6) =>\n - (argument7) =>\n - (argument8) =>\n - (argument9) =>\n - (argument10) =>\n - (argument11) =>\n - (argument12) => ({\n - foo: bar,\n - bar: baz,\n - baz: foo,\n - }),\n - );\n + foo((argument1) =>\n + (argument2) =>\n + (argument3) =>\n + (argument4) =>\n + (argument5) =>\n + (argument6) =>\n + (argument7) =>\n + (argument8) =>\n + (argument9) =>\n + (argument10) =>\n + (argument11) =>\n + (argument12) => ({\n + foo: bar,\n + bar: baz,\n + baz: foo,\n + }));\n \n - foo(\n - (argument1) =>\n - (argument2) =>\n - (argument3) =>\n - (argument4) =>\n - (argument5) =>\n - (argument6) =>\n - (argument7) =>\n - (argument8) =>\n - (argument9) =>\n - (argument10) =>\n - (argument11) =>\n - (argument12) => {\n - const foo = \"foo\";\n - return foo + \"bar\";\n - },\n - );\n + foo((argument1) =>\n + (argument2) =>\n + (argument3) =>\n + (argument4) =>\n + (argument5) =>\n + (argument6) =>\n + (argument7) =>\n + (argument8) =>\n + (argument9) =>\n + (argument10) =>\n + (argument11) =>\n + (argument12) => {\n + const foo = \"foo\";\n + return foo + \"bar\";\n + });\n \n (\n (argument1) =>\n (argument2) =>\n (argument3) =>\n @@ -377,27 +373,25 @@\n (argument12) =>\n 3\n )(3);\n \n bar(\n - foo(\n - (argument1) =>\n - (argument2) =>\n - (argument3) =>\n - (argument4) =>\n - (argument5) =>\n - (argument6) =>\n - (argument7) =>\n - (argument8) =>\n - (argument9) =>\n - (argument10) =>\n - (argument11) =>\n - (argument12) => ({\n - foo: bar,\n - bar: baz,\n - }),\n - ),\n + foo((argument1) =>\n + (argument2) =>\n + (argument3) =>\n + (argument4) =>\n + (argument5) =>\n + (argument6) =>\n + (argument7) =>\n + (argument8) =>\n + (argument9) =>\n + (argument10) =>\n + (argument11) =>\n + (argument12) => ({\n + foo: bar,\n + bar: baz,\n + })),\n );\n \n const baaaz =\n (aaaaa1, bbbbb1) =>\n (aaaaa2, bbbbb2) =>\n @@ -416,24 +410,22 @@\n dispatch(action),\n );\n \n foo((action) => (action) => action);\n \n - import(\n - (argument1) =>\n - (argument2) =>\n - (argument3) =>\n - (argument4) =>\n - (argument5) =>\n - (argument6) =>\n - (argument7) =>\n - (argument8) =>\n - (argument9) =>\n - (argument10) =>\n - (argument11) =>\n - (argument12) => {\n - const foo = \"foo\";\n - return foo + \"bar\";\n - }\n - );\n + import((argument1) =>\n + (argument2) =>\n + (argument3) =>\n + (argument4) =>\n + (argument5) =>\n + (argument6) =>\n + (argument7) =>\n + (argument8) =>\n + (argument9) =>\n + (argument10) =>\n + (argument11) =>\n + (argument12) => {\n + const foo = \"foo\";\n + return foo + \"bar\";\n + });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "curried.js - {\"arrowParens\":\"always\"}" ], "duration": 85.19171400007326, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "curried.js - {\"arrowParens\":\"always\"}" ], "duration": 83.40295500005595, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "curried.js - {\"arrowParens\":\"always\"}" ], "duration": 78.41956700000446, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "curried.js - {\"arrowParens\":\"always\"}" ], "duration": 70.90507500001695, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "curried.js - {\"arrowParens\":\"always\"}" ], "duration": 76.83791200001724, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "curried.js - {\"arrowParens\":\"always\"}" ], "duration": 74.07865699997637, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "currying-2.js - {\"arrowParens\":\"always\"}" ], "duration": 0.6420240000588819, "failureMessages": [ "currying-2.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `currying-2.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 13\n + Received + 9\n \n @@ -25,22 +25,18 @@\n \n request.get(\"https://preview-9992--prettier.netlify.app\", (head) => (body) => {\n console.log(head, body);\n });\n \n - request.get(\n - \"https://preview-9992--prettier.netlify.app\",\n - (head) => (body) => (mody) => {\n + request.get(\"https://preview-9992--prettier.netlify.app\", (head) =>\n + (body) =>\n + (mody) => {\n console.log(head, body);\n - },\n - );\n + });\n \n - request.get(\n - \"https://preview-9992--prettier.netlify.app\",\n - (head) =>\n - (body) =>\n - (modyLoremIpsumDolorAbstractProviderFactoryServiceModule) => {\n - console.log(head, body);\n - },\n - );\n + request.get(\"https://preview-9992--prettier.netlify.app\", (head) =>\n + (body) =>\n + (modyLoremIpsumDolorAbstractProviderFactoryServiceModule) => {\n + console.log(head, body);\n + });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "currying-2.js - {\"arrowParens\":\"always\"}" ], "duration": 59.24621500005014, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "currying-2.js - {\"arrowParens\":\"always\"}" ], "duration": 58.69797400000971, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "currying-2.js - {\"arrowParens\":\"always\"}" ], "duration": 58.806434999918565, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "currying-2.js - {\"arrowParens\":\"always\"}" ], "duration": 57.29911800008267, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "currying-2.js - {\"arrowParens\":\"always\"}" ], "duration": 58.44471299997531, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "currying-2.js - {\"arrowParens\":\"always\"}" ], "duration": 59.19906700006686, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "currying-3.js - {\"arrowParens\":\"always\"}" ], "duration": 0.4289250000147149, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "currying-3.js - {\"arrowParens\":\"always\"}" ], "duration": 59.80679699999746, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "currying-3.js - {\"arrowParens\":\"always\"}" ], "duration": 59.32572399999481, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "currying-3.js - {\"arrowParens\":\"always\"}" ], "duration": 58.14062000007834, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "currying-3.js - {\"arrowParens\":\"always\"}" ], "duration": 57.78857999993488, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "currying-3.js - {\"arrowParens\":\"always\"}" ], "duration": 58.98487299995031, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "currying-3.js - {\"arrowParens\":\"always\"}" ], "duration": 57.60207999998238, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "currying-4.js - {\"arrowParens\":\"always\"}" ], "duration": 0.9035650000441819, "failureMessages": [ "currying-4.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `currying-4.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 37\n + Received + 39\n \n @@ -66,13 +66,13 @@\n );\n \n =====================================output=====================================\n Y(() => (a ? b : c));\n \n - Y(() => () => (a ? b : c));\n + Y(() => () => a ? b : c);\n \n - Y(() => () => () => (a ? b : c));\n + Y(() => () => () => a ? b : c);\n \n Y(() =>\n longlonglonglonglonglonglonglonglonglongCondition\n ? \"Prettier is an opinionated code formatter.\"\n : \"Prettier takes your code and reprints it from scratch by taking the line length into account.\",\n @@ -107,51 +107,53 @@\n \"in\",\n \"the\",\n \"sky.\",\n ];\n \n - const x2 = () => () => [\n - \"The\",\n - \"green\",\n - \"dragon\",\n - \"liked\",\n - \"to\",\n - \"knit\",\n - \"sweaters\",\n - \"for\",\n - \"the\",\n - \"fluffy\",\n - \"clouds\",\n - \"in\",\n - \"the\",\n - \"sky.\",\n - ];\n + const x2 = () => () =>\n + [\n + \"The\",\n + \"green\",\n + \"dragon\",\n + \"liked\",\n + \"to\",\n + \"knit\",\n + \"sweaters\",\n + \"for\",\n + \"the\",\n + \"fluffy\",\n + \"clouds\",\n + \"in\",\n + \"the\",\n + \"sky.\",\n + ];\n \n - const x3 = () => () => () => [\n - \"The\",\n - \"green\",\n - \"dragon\",\n - \"liked\",\n - \"to\",\n - \"knit\",\n - \"sweaters\",\n - \"for\",\n - \"the\",\n - \"fluffy\",\n - \"clouds\",\n - \"in\",\n - \"the\",\n - \"sky.\",\n - ];\n + const x3 = () => () => () =>\n + [\n + \"The\",\n + \"green\",\n + \"dragon\",\n + \"liked\",\n + \"to\",\n + \"knit\",\n + \"sweaters\",\n + \"for\",\n + \"the\",\n + \"fluffy\",\n + \"clouds\",\n + \"in\",\n + \"the\",\n + \"sky.\",\n + ];\n \n f((a) => (1, 2, 3) /* a */);\n f((a) => (b) => (1, 2, 3) /* b */ /* a */);\n - f((a) => (b) => (c) => (1, 2, 3) /* c */ /* b */ /* a */);\n + f((a) => (b) => (c) => (1, 2, 3) /* b */ /* c */ /* a */);\n \n f((a) => (1 ? 2 : 3) /* a */);\n - f((a) => (b) => (1 ? 2 : 3) /* b */ /* a */);\n - f((a) => (b) => (c) => (1 ? 2 : 3) /* c */ /* b */ /* a */);\n + f((a) => (b) => 1 ? 2 : 3 /* b */ /* a */);\n + f((a) => (b) => (c) => 1 ? 2 : 3 /* b */ /* c */ /* a */);\n \n a(\n \"\",\n \"\",\n ({}) =>\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "currying-4.js - {\"arrowParens\":\"always\"}" ], "duration": 64.03383099997882, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "currying-4.js - {\"arrowParens\":\"always\"}" ], "duration": 66.29389400000218, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "currying-4.js - {\"arrowParens\":\"always\"}" ], "duration": 60.81787700008135, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "currying-4.js - {\"arrowParens\":\"always\"}" ], "duration": 60.46924000000581, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "currying-4.js - {\"arrowParens\":\"always\"}" ], "duration": 62.33620200003497, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "currying-4.js - {\"arrowParens\":\"always\"}" ], "duration": 63.05331200000364, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "currying.js - {\"arrowParens\":\"always\"}" ], "duration": 0.42656000005081296, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "currying.js - {\"arrowParens\":\"always\"}" ], "duration": 58.14065900002606, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "currying.js - {\"arrowParens\":\"always\"}" ], "duration": 56.975571000017226, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "currying.js - {\"arrowParens\":\"always\"}" ], "duration": 57.49960800004192, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "currying.js - {\"arrowParens\":\"always\"}" ], "duration": 57.164197999984026, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "currying.js - {\"arrowParens\":\"always\"}" ], "duration": 58.94361700001173, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "currying.js - {\"arrowParens\":\"always\"}" ], "duration": 58.3232030000072, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-1389-curry.js - {\"arrowParens\":\"always\"}" ], "duration": 0.6513120000017807, "failureMessages": [ "issue-1389-curry.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-1389-curry.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 4\n + Received + 2\n \n @@ -37,14 +37,12 @@\n const foobaz =\n (argumentOne, argumentTwo, argumentThree) => (restOfTheArguments123, j) => {\n return \"baz\";\n };\n \n - const makeSomeFunction =\n - (services = { logger: null }) =>\n - (a, b, c) =>\n - services.logger(a, b, c);\n + const makeSomeFunction = (services = { logger: null }) => (a, b, c) =>\n + services.logger(a, b, c);\n \n const makeSomeFunction2 =\n (\n services = {\n logger: null,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "issue-1389-curry.js - {\"arrowParens\":\"always\"}" ], "duration": 58.51994200004265, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-1389-curry.js - {\"arrowParens\":\"always\"}" ], "duration": 57.68323700001929, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-1389-curry.js - {\"arrowParens\":\"always\"}" ], "duration": 57.74847899994347, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-1389-curry.js - {\"arrowParens\":\"always\"}" ], "duration": 56.711077000014484, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-1389-curry.js - {\"arrowParens\":\"always\"}" ], "duration": 58.476490000030026, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-1389-curry.js - {\"arrowParens\":\"always\"}" ], "duration": 57.61878699995577, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-4166-curry.js - {\"arrowParens\":\"always\"}" ], "duration": 0.41834500001277775, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-4166-curry.js - {\"arrowParens\":\"always\"}" ], "duration": 56.00173900008667, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-4166-curry.js - {\"arrowParens\":\"always\"}" ], "duration": 55.89088600000832, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-4166-curry.js - {\"arrowParens\":\"always\"}" ], "duration": 55.57887799991295, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-4166-curry.js - {\"arrowParens\":\"always\"}" ], "duration": 56.81021100003272, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-4166-curry.js - {\"arrowParens\":\"always\"}" ], "duration": 56.32789200008847, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-4166-curry.js - {\"arrowParens\":\"always\"}" ], "duration": 55.55436099995859, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "long-call-no-args.js - {\"arrowParens\":\"always\"}" ], "duration": 0.42130000004544854, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "long-call-no-args.js - {\"arrowParens\":\"always\"}" ], "duration": 55.79130200005602, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "long-call-no-args.js - {\"arrowParens\":\"always\"}" ], "duration": 55.68653799989261, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "long-call-no-args.js - {\"arrowParens\":\"always\"}" ], "duration": 56.67134000000078, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "long-call-no-args.js - {\"arrowParens\":\"always\"}" ], "duration": 55.5178480000468, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "long-call-no-args.js - {\"arrowParens\":\"always\"}" ], "duration": 55.12630300002638, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "long-call-no-args.js - {\"arrowParens\":\"always\"}" ], "duration": 55.59450599993579, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "long-contents.js - {\"arrowParens\":\"always\"}" ], "duration": 0.43755199993029237, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "long-contents.js - {\"arrowParens\":\"always\"}" ], "duration": 57.327508000074886, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "long-contents.js - {\"arrowParens\":\"always\"}" ], "duration": 55.987977999961004, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "long-contents.js - {\"arrowParens\":\"always\"}" ], "duration": 56.753436999977566, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "long-contents.js - {\"arrowParens\":\"always\"}" ], "duration": 56.887037999928, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "long-contents.js - {\"arrowParens\":\"always\"}" ], "duration": 56.5443320000777, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "long-contents.js - {\"arrowParens\":\"always\"}" ], "duration": 56.81091799994465, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "parens.js - {\"arrowParens\":\"always\"}" ], "duration": 0.4364089999580756, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "parens.js - {\"arrowParens\":\"always\"}" ], "duration": 61.052031000028364, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "parens.js - {\"arrowParens\":\"always\"}" ], "duration": 57.840938000008464, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "parens.js - {\"arrowParens\":\"always\"}" ], "duration": 58.43567399994936, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "parens.js - {\"arrowParens\":\"always\"}" ], "duration": 57.52699100004975, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "parens.js - {\"arrowParens\":\"always\"}" ], "duration": 57.59929399995599, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "parens.js - {\"arrowParens\":\"always\"}" ], "duration": 59.86401400004979, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"arrowParens\":\"always\"}" ], "duration": 0.8729680000105873, "failureMessages": [ "tuple-and-record.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 11\n + Received + 15\n \n @@ -35,32 +35,36 @@\n foo: bar,\n bar: baz,\n baz: foo,\n });\n \n - const fn12 = (a) => (b) => (c) => (d) => (e) => #{\n - foo: bar,\n - bar: baz,\n - baz: foo,\n - };\n + const fn12 = (a) => (b) => (c) => (d) => (e) =>\n + (#\n + {\n + foo: bar, bar;\n + : baz, baz: foo\n + }\n + )\n \n map(() => [\n // comment\n foo,\n ]);\n \n - map(() => #[\n + map(() => (#[\n // comment\n - foo,\n - ]);\n + foo\n + ])\n + )\n \n map(() => ({\n // comment\n foo,\n }));\n \n - map(() => #{\n + map(() => (#{\n // comment\n - foo,\n - });\n + foo\n + })\n + )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"arrowParens\":\"always\"}" ], "duration": 2.4502780000912026, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"arrowParens\":\"always\"}" ], "duration": 1.0390599999809638, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"arrowParens\":\"always\"}" ], "duration": 0.9452240000246093, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"arrowParens\":\"always\"}" ], "duration": 0.8891290000174195, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"arrowParens\":\"always\"}" ], "duration": 58.94048099999782, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"arrowParens\":\"always\"}" ], "duration": 61.87615700007882, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.4266810000408441, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"avoid\"}" ], "duration": 56.777145000058226, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"avoid\"}" ], "duration": 55.816117999958806, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"avoid\"}" ], "duration": 56.08286299998872, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"avoid\"}" ], "duration": 55.94611799996346, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"avoid\"}" ], "duration": 56.567371999961324, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"avoid\"}" ], "duration": 56.45513999997638, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "arrow_function_expression.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.43025799992028624, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "arrow_function_expression.js - {\"arrowParens\":\"avoid\"}" ], "duration": 64.45610700000543, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "arrow_function_expression.js - {\"arrowParens\":\"avoid\"}" ], "duration": 60.212886000052094, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arrow_function_expression.js - {\"arrowParens\":\"avoid\"}" ], "duration": 60.34926799999084, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arrow_function_expression.js - {\"arrowParens\":\"avoid\"}" ], "duration": 59.53956499998458, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arrow_function_expression.js - {\"arrowParens\":\"avoid\"}" ], "duration": 61.510974000091664, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "arrow_function_expression.js - {\"arrowParens\":\"avoid\"}" ], "duration": 61.66294599999674, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.45785900007467717, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"avoid\"}" ], "duration": 59.52815699996427, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"avoid\"}" ], "duration": 56.67196100007277, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.962874000077136, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"avoid\"}" ], "duration": 57.20085900009144, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.32374200003687, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"avoid\"}" ], "duration": 60.07189700007439, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "block_like.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.4105709999566898, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "block_like.js - {\"arrowParens\":\"avoid\"}" ], "duration": 56.423420999897644, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "block_like.js - {\"arrowParens\":\"avoid\"}" ], "duration": 55.53179399995133, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "block_like.js - {\"arrowParens\":\"avoid\"}" ], "duration": 54.851748999906704, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "block_like.js - {\"arrowParens\":\"avoid\"}" ], "duration": 55.252717999974266, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "block_like.js - {\"arrowParens\":\"avoid\"}" ], "duration": 56.3970819999231, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "block_like.js - {\"arrowParens\":\"avoid\"}" ], "duration": 55.648934000055306, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "call.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.5049769999459386, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "call.js - {\"arrowParens\":\"avoid\"}" ], "duration": 79.1383649999043, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "call.js - {\"arrowParens\":\"avoid\"}" ], "duration": 71.59535299998242, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "call.js - {\"arrowParens\":\"avoid\"}" ], "duration": 73.73353299999144, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "call.js - {\"arrowParens\":\"avoid\"}" ], "duration": 68.98373499989975, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "call.js - {\"arrowParens\":\"avoid\"}" ], "duration": 80.94694799999706, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "call.js - {\"arrowParens\":\"avoid\"}" ], "duration": 72.87934400001541, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "chain-as-arg.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.7104640000034124, "failureMessages": [ "chain-as-arg.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chain-as-arg.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 12\n + Received + 12\n \n @@ -44,41 +44,41 @@\n \n \n =====================================output=====================================\n const w = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0,\n );\n \n const x = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0,\n )(x);\n \n const y = a.b(\n 1,\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0,\n )(x);\n \n const z = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0,\n 2,\n )(x);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "chain-as-arg.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.58244700008072, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "chain-as-arg.js - {\"arrowParens\":\"avoid\"}" ], "duration": 57.00469700002577, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "chain-as-arg.js - {\"arrowParens\":\"avoid\"}" ], "duration": 57.64794599998277, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "chain-as-arg.js - {\"arrowParens\":\"avoid\"}" ], "duration": 57.084640999906696, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "chain-as-arg.js - {\"arrowParens\":\"avoid\"}" ], "duration": 57.85182600002736, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "chain-as-arg.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.60085899999831, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.7002440000651404, "failureMessages": [ "chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -15,12 +15,12 @@\n \n =====================================output=====================================\n const x =\n a.b ??\n ((\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"}" ], "duration": 56.7763730000006, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"}" ], "duration": 56.05074600002263, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"}" ], "duration": 55.193850000039674, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"}" ], "duration": 55.66080399998464, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"}" ], "duration": 56.73724899999797, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"}" ], "duration": 56.49727599998005, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comment.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.8111619999399409, "failureMessages": [ "comment.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comment.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 29\n + Received + 25\n \n @@ -88,58 +88,54 @@\n ) => <span>{info.item.widget.missingProp}</span>}\n data={data}\n />;\n \n func(\n - () =>\n - // comment\n - a,\n + () => a, // comment\n );\n func(\n - () => () =>\n - // comment\n - a,\n + () =>\n + () => // comment\n + a,\n );\n func(\n - () => () => () =>\n - // comment\n - a,\n + () =>\n + () =>\n + () => // comment\n + a,\n );\n \n - func(() =>\n - // comment\n - a ? b : c,\n + func(\n + () => (a ? b : c), // comment\n );\n func(\n - () => () =>\n - // comment\n - a ? b : c,\n + () =>\n + () => // comment\n + a ? b : c,\n );\n func(\n - () => () => () =>\n - // comment\n - a ? b : c,\n + () =>\n + () =>\n + () => // comment\n + a ? b : c,\n );\n \n func(\n - () =>\n - (\n - // comment\n - a, b, c\n - ),\n + () => ( // comment\n + a, b, c\n + ),\n );\n func(\n - () => () =>\n - (\n - // comment\n + () =>\n + () => ( // comment\n a, b, c\n ),\n );\n func(\n - () => () => () =>\n - (\n - // comment\n + () =>\n + () =>\n + () => ( // comment\n a, b, c\n ),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "comment.js - {\"arrowParens\":\"avoid\"}" ], "duration": 62.50997900008224, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comment.js - {\"arrowParens\":\"avoid\"}" ], "duration": 59.2204690000508, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comment.js - {\"arrowParens\":\"avoid\"}" ], "duration": 59.980164999957196, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comment.js - {\"arrowParens\":\"avoid\"}" ], "duration": 60.75448900007177, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comment.js - {\"arrowParens\":\"avoid\"}" ], "duration": 59.935701000038534, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comment.js - {\"arrowParens\":\"avoid\"}" ], "duration": 61.09555500000715, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "curried.js - {\"arrowParens\":\"avoid\"}" ], "duration": 1.6904219998978078, "failureMessages": [ "curried.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `curried.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 69\n + Received + 61\n \n @@ -315,46 +315,42 @@\n argument11 =>\n argument12 =>\n 3,\n );\n \n - foo(\n - argument1 =>\n - argument2 =>\n - argument3 =>\n - argument4 =>\n - argument5 =>\n - argument6 =>\n - argument7 =>\n - argument8 =>\n - argument9 =>\n - argument10 =>\n - argument11 =>\n - argument12 => ({\n - foo: bar,\n - bar: baz,\n - baz: foo,\n - }),\n - );\n + foo(argument1 =>\n + argument2 =>\n + argument3 =>\n + argument4 =>\n + argument5 =>\n + argument6 =>\n + argument7 =>\n + argument8 =>\n + argument9 =>\n + argument10 =>\n + argument11 =>\n + argument12 => ({\n + foo: bar,\n + bar: baz,\n + baz: foo,\n + }));\n \n - foo(\n - argument1 =>\n - argument2 =>\n - argument3 =>\n - argument4 =>\n - argument5 =>\n - argument6 =>\n - argument7 =>\n - argument8 =>\n - argument9 =>\n - argument10 =>\n - argument11 =>\n - argument12 => {\n - const foo = \"foo\";\n - return foo + \"bar\";\n - },\n - );\n + foo(argument1 =>\n + argument2 =>\n + argument3 =>\n + argument4 =>\n + argument5 =>\n + argument6 =>\n + argument7 =>\n + argument8 =>\n + argument9 =>\n + argument10 =>\n + argument11 =>\n + argument12 => {\n + const foo = \"foo\";\n + return foo + \"bar\";\n + });\n \n (\n argument1 =>\n argument2 =>\n argument3 =>\n @@ -369,27 +365,25 @@\n argument12 =>\n 3\n )(3);\n \n bar(\n - foo(\n - argument1 =>\n - argument2 =>\n - argument3 =>\n - argument4 =>\n - argument5 =>\n - argument6 =>\n - argument7 =>\n - argument8 =>\n - argument9 =>\n - argument10 =>\n - argument11 =>\n - argument12 => ({\n - foo: bar,\n - bar: baz,\n - }),\n - ),\n + foo(argument1 =>\n + argument2 =>\n + argument3 =>\n + argument4 =>\n + argument5 =>\n + argument6 =>\n + argument7 =>\n + argument8 =>\n + argument9 =>\n + argument10 =>\n + argument11 =>\n + argument12 => ({\n + foo: bar,\n + bar: baz,\n + })),\n );\n \n const baaaz =\n (aaaaa1, bbbbb1) =>\n (aaaaa2, bbbbb2) =>\n @@ -406,24 +400,22 @@\n action => next => next => next => next => next => next => dispatch(action),\n );\n \n foo(action => action => action);\n \n - import(\n - argument1 =>\n - argument2 =>\n - argument3 =>\n - argument4 =>\n - argument5 =>\n - argument6 =>\n - argument7 =>\n - argument8 =>\n - argument9 =>\n - argument10 =>\n - argument11 =>\n - argument12 => {\n - const foo = \"foo\";\n - return foo + \"bar\";\n - }\n - );\n + import(argument1 =>\n + argument2 =>\n + argument3 =>\n + argument4 =>\n + argument5 =>\n + argument6 =>\n + argument7 =>\n + argument8 =>\n + argument9 =>\n + argument10 =>\n + argument11 =>\n + argument12 => {\n + const foo = \"foo\";\n + return foo + \"bar\";\n + });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "curried.js - {\"arrowParens\":\"avoid\"}" ], "duration": 75.36435499996878, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "curried.js - {\"arrowParens\":\"avoid\"}" ], "duration": 73.10924200003501, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "curried.js - {\"arrowParens\":\"avoid\"}" ], "duration": 66.07085799996275, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "curried.js - {\"arrowParens\":\"avoid\"}" ], "duration": 68.16630599997006, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "curried.js - {\"arrowParens\":\"avoid\"}" ], "duration": 71.33687300002202, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "curried.js - {\"arrowParens\":\"avoid\"}" ], "duration": 70.65413899999112, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "currying-2.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.6479460000991821, "failureMessages": [ "currying-2.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `currying-2.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 10\n + Received + 8\n \n @@ -25,20 +25,18 @@\n \n request.get(\"https://preview-9992--prettier.netlify.app\", head => body => {\n console.log(head, body);\n });\n \n - request.get(\n - \"https://preview-9992--prettier.netlify.app\",\n - head => body => mody => {\n + request.get(\"https://preview-9992--prettier.netlify.app\", head =>\n + body =>\n + mody => {\n console.log(head, body);\n - },\n - );\n + });\n \n - request.get(\n - \"https://preview-9992--prettier.netlify.app\",\n - head => body => modyLoremIpsumDolorAbstractProviderFactoryServiceModule => {\n + request.get(\"https://preview-9992--prettier.netlify.app\", head =>\n + body =>\n + modyLoremIpsumDolorAbstractProviderFactoryServiceModule => {\n console.log(head, body);\n - },\n - );\n + });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "currying-2.js - {\"arrowParens\":\"avoid\"}" ], "duration": 59.163415999966674, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "currying-2.js - {\"arrowParens\":\"avoid\"}" ], "duration": 57.756150999921374, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "currying-2.js - {\"arrowParens\":\"avoid\"}" ], "duration": 57.75130399991758, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "currying-2.js - {\"arrowParens\":\"avoid\"}" ], "duration": 57.8178299999563, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "currying-2.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.001844999962486, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "currying-2.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.00326500006486, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "currying-3.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.5145250000059605, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "currying-3.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.57199800002854, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "currying-3.js - {\"arrowParens\":\"avoid\"}" ], "duration": 56.93965199997183, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "currying-3.js - {\"arrowParens\":\"avoid\"}" ], "duration": 57.38548500009347, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "currying-3.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.79950500000268, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "currying-3.js - {\"arrowParens\":\"avoid\"}" ], "duration": 57.737598999985494, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "currying-3.js - {\"arrowParens\":\"avoid\"}" ], "duration": 59.144825000083074, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "currying-4.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.8274819999933243, "failureMessages": [ "currying-4.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `currying-4.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 37\n + Received + 39\n \n @@ -66,13 +66,13 @@\n );\n \n =====================================output=====================================\n Y(() => (a ? b : c));\n \n - Y(() => () => (a ? b : c));\n + Y(() => () => a ? b : c);\n \n - Y(() => () => () => (a ? b : c));\n + Y(() => () => () => a ? b : c);\n \n Y(() =>\n longlonglonglonglonglonglonglonglonglongCondition\n ? \"Prettier is an opinionated code formatter.\"\n : \"Prettier takes your code and reprints it from scratch by taking the line length into account.\",\n @@ -107,51 +107,53 @@\n \"in\",\n \"the\",\n \"sky.\",\n ];\n \n - const x2 = () => () => [\n - \"The\",\n - \"green\",\n - \"dragon\",\n - \"liked\",\n - \"to\",\n - \"knit\",\n - \"sweaters\",\n - \"for\",\n - \"the\",\n - \"fluffy\",\n - \"clouds\",\n - \"in\",\n - \"the\",\n - \"sky.\",\n - ];\n + const x2 = () => () =>\n + [\n + \"The\",\n + \"green\",\n + \"dragon\",\n + \"liked\",\n + \"to\",\n + \"knit\",\n + \"sweaters\",\n + \"for\",\n + \"the\",\n + \"fluffy\",\n + \"clouds\",\n + \"in\",\n + \"the\",\n + \"sky.\",\n + ];\n \n - const x3 = () => () => () => [\n - \"The\",\n - \"green\",\n - \"dragon\",\n - \"liked\",\n - \"to\",\n - \"knit\",\n - \"sweaters\",\n - \"for\",\n - \"the\",\n - \"fluffy\",\n - \"clouds\",\n - \"in\",\n - \"the\",\n - \"sky.\",\n - ];\n + const x3 = () => () => () =>\n + [\n + \"The\",\n + \"green\",\n + \"dragon\",\n + \"liked\",\n + \"to\",\n + \"knit\",\n + \"sweaters\",\n + \"for\",\n + \"the\",\n + \"fluffy\",\n + \"clouds\",\n + \"in\",\n + \"the\",\n + \"sky.\",\n + ];\n \n f(a => (1, 2, 3) /* a */);\n f(a => b => (1, 2, 3) /* b */ /* a */);\n - f(a => b => c => (1, 2, 3) /* c */ /* b */ /* a */);\n + f(a => b => c => (1, 2, 3) /* b */ /* c */ /* a */);\n \n f(a => (1 ? 2 : 3) /* a */);\n - f(a => b => (1 ? 2 : 3) /* b */ /* a */);\n - f(a => b => c => (1 ? 2 : 3) /* c */ /* b */ /* a */);\n + f(a => b => 1 ? 2 : 3 /* b */ /* a */);\n + f(a => b => c => 1 ? 2 : 3 /* b */ /* c */ /* a */);\n \n a(\n \"\",\n \"\",\n ({}) =>\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "currying-4.js - {\"arrowParens\":\"avoid\"}" ], "duration": 63.718261999893, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "currying-4.js - {\"arrowParens\":\"avoid\"}" ], "duration": 65.26214900007471, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "currying-4.js - {\"arrowParens\":\"avoid\"}" ], "duration": 61.17858800000977, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "currying-4.js - {\"arrowParens\":\"avoid\"}" ], "duration": 61.17689700005576, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "currying-4.js - {\"arrowParens\":\"avoid\"}" ], "duration": 62.3360119999852, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "currying-4.js - {\"arrowParens\":\"avoid\"}" ], "duration": 69.73542899999302, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "currying.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.4146279999986291, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "currying.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.411754000000656, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "currying.js - {\"arrowParens\":\"avoid\"}" ], "duration": 56.54916200006846, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "currying.js - {\"arrowParens\":\"avoid\"}" ], "duration": 56.942277000052854, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "currying.js - {\"arrowParens\":\"avoid\"}" ], "duration": 56.96880200004671, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "currying.js - {\"arrowParens\":\"avoid\"}" ], "duration": 57.05153799999971, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "currying.js - {\"arrowParens\":\"avoid\"}" ], "duration": 57.18547599995509, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-1389-curry.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.6928899999475107, "failureMessages": [ "issue-1389-curry.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-1389-curry.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 4\n + Received + 2\n \n @@ -37,14 +37,12 @@\n const foobaz =\n (argumentOne, argumentTwo, argumentThree) => (restOfTheArguments123, j) => {\n return \"baz\";\n };\n \n - const makeSomeFunction =\n - (services = { logger: null }) =>\n - (a, b, c) =>\n - services.logger(a, b, c);\n + const makeSomeFunction = (services = { logger: null }) => (a, b, c) =>\n + services.logger(a, b, c);\n \n const makeSomeFunction2 =\n (\n services = {\n logger: null,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "issue-1389-curry.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.605547999963164, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-1389-curry.js - {\"arrowParens\":\"avoid\"}" ], "duration": 59.20817100000568, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-1389-curry.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.18097400001716, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-1389-curry.js - {\"arrowParens\":\"avoid\"}" ], "duration": 57.802400000044145, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-1389-curry.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.31067700008862, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-1389-curry.js - {\"arrowParens\":\"avoid\"}" ], "duration": 57.76782900001854, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-4166-curry.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.36632799997460097, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-4166-curry.js - {\"arrowParens\":\"avoid\"}" ], "duration": 56.09483000007458, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-4166-curry.js - {\"arrowParens\":\"avoid\"}" ], "duration": 55.43684300000314, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-4166-curry.js - {\"arrowParens\":\"avoid\"}" ], "duration": 55.572269999887794, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-4166-curry.js - {\"arrowParens\":\"avoid\"}" ], "duration": 55.33933300001081, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-4166-curry.js - {\"arrowParens\":\"avoid\"}" ], "duration": 55.97513100004289, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-4166-curry.js - {\"arrowParens\":\"avoid\"}" ], "duration": 55.65128800005186, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "long-call-no-args.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.48863699997309595, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "long-call-no-args.js - {\"arrowParens\":\"avoid\"}" ], "duration": 56.27693400008138, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "long-call-no-args.js - {\"arrowParens\":\"avoid\"}" ], "duration": 55.288367000059225, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "long-call-no-args.js - {\"arrowParens\":\"avoid\"}" ], "duration": 55.74226600001566, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "long-call-no-args.js - {\"arrowParens\":\"avoid\"}" ], "duration": 54.982526000007056, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "long-call-no-args.js - {\"arrowParens\":\"avoid\"}" ], "duration": 55.88268000003882, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "long-call-no-args.js - {\"arrowParens\":\"avoid\"}" ], "duration": 56.486839000019245, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "long-contents.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.4106899999314919, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "long-contents.js - {\"arrowParens\":\"avoid\"}" ], "duration": 56.71156999992672, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "long-contents.js - {\"arrowParens\":\"avoid\"}" ], "duration": 56.98218199994881, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "long-contents.js - {\"arrowParens\":\"avoid\"}" ], "duration": 56.369778000051156, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "long-contents.js - {\"arrowParens\":\"avoid\"}" ], "duration": 56.79443700006232, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "long-contents.js - {\"arrowParens\":\"avoid\"}" ], "duration": 57.09482899995055, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "long-contents.js - {\"arrowParens\":\"avoid\"}" ], "duration": 56.29377300001215, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "parens.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.40763499995227903, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "parens.js - {\"arrowParens\":\"avoid\"}" ], "duration": 59.330750999972224, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "parens.js - {\"arrowParens\":\"avoid\"}" ], "duration": 56.87664900009986, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "parens.js - {\"arrowParens\":\"avoid\"}" ], "duration": 57.27814800001215, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "parens.js - {\"arrowParens\":\"avoid\"}" ], "duration": 57.68077600002289, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "parens.js - {\"arrowParens\":\"avoid\"}" ], "duration": 57.837286999914795, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "parens.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.00920500000939, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.6807670000707731, "failureMessages": [ "tuple-and-record.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 7\n + Received + 15\n \n @@ -31,28 +31,36 @@\n }));\n \n =====================================output=====================================\n const fn12 = a => b => c => d => e => ({ foo: bar, bar: baz, baz: foo });\n \n - const fn12 = a => b => c => d => e => #{ foo: bar, bar: baz, baz: foo };\n + const fn12 = (a) => (b) => (c) => (d) => (e) =>\n + (#\n + {\n + foo: bar, bar;\n + : baz, baz: foo\n + }\n + )\n \n map(() => [\n // comment\n foo,\n ]);\n \n - map(() => #[\n + map(() => (#[\n // comment\n - foo,\n - ]);\n + foo\n + ])\n + )\n \n map(() => ({\n // comment\n foo,\n }));\n \n - map(() => #{\n + map(() => (#{\n // comment\n - foo,\n - });\n + foo\n + })\n + )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"arrowParens\":\"avoid\"}" ], "duration": 2.0240970000158995, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"arrowParens\":\"avoid\"}" ], "duration": 1.0069789999397472, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.9386410000734031, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.9703100000042468, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"arrowParens\":\"avoid\"}" ], "duration": 60.546323999995366, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"arrowParens\":\"avoid\"}" ], "duration": 60.9244249999756, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "escaped.js - {\"trailingComma\":\"es5\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `escaped.js - {\"trailingComma\":\"es5\"} format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -12,9 +12,10 @@\n \n =====================================output=====================================\n export const MSG_GENERIC_OPERATION_FAILURE_BODY_1 =\n goog.getMsg(\"That's all we know\");\n \n - export const MSG_GENERIC_OPERATION_FAILURE_BODY_2 =\n - goog.getMsg(\"That's all we know\");\n + export const MSG_GENERIC_OPERATION_FAILURE_BODY_2 = goog.getMsg(\n + \"That's all we know\"\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 19)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nescaped.js - {\"trailingComma\":\"all\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `escaped.js - {\"trailingComma\":\"all\"} format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -12,9 +12,10 @@\n \n =====================================output=====================================\n export const MSG_GENERIC_OPERATION_FAILURE_BODY_1 =\n goog.getMsg(\"That's all we know\");\n \n - export const MSG_GENERIC_OPERATION_FAILURE_BODY_2 =\n - goog.getMsg(\"That's all we know\");\n + export const MSG_GENERIC_OPERATION_FAILURE_BODY_2 = goog.getMsg(\n + \"That's all we know\",\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 19)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 2, "numPassingTests": 68, "numPendingTests": 0, "perfStats": { "start": 168356.90123700007, "end": 172383.49243400007, "runtime": 4027, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 12, "unchecked": 0, "unmatched": 2, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/strings/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "escaped.js - {\"trailingComma\":\"es5\"}" ], "duration": 0.6341600000159815, "failureMessages": [ "escaped.js - {\"trailingComma\":\"es5\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `escaped.js - {\"trailingComma\":\"es5\"} format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -12,9 +12,10 @@\n \n =====================================output=====================================\n export const MSG_GENERIC_OPERATION_FAILURE_BODY_1 =\n goog.getMsg(\"That's all we know\");\n \n - export const MSG_GENERIC_OPERATION_FAILURE_BODY_2 =\n - goog.getMsg(\"That's all we know\");\n + export const MSG_GENERIC_OPERATION_FAILURE_BODY_2 = goog.getMsg(\n + \"That's all we know\"\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 19)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "escaped.js - {\"trailingComma\":\"es5\"}" ], "duration": 57.990506000001915, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "escaped.js - {\"trailingComma\":\"es5\"}" ], "duration": 56.188541000010446, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "escaped.js - {\"trailingComma\":\"es5\"}" ], "duration": 56.57863300002646, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "escaped.js - {\"trailingComma\":\"es5\"}" ], "duration": 56.488352999906056, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "escaped.js - {\"trailingComma\":\"es5\"}" ], "duration": 57.24502000003122, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "escaped.js - {\"trailingComma\":\"es5\"}" ], "duration": 56.92865699995309, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multiline-literal.js - {\"trailingComma\":\"es5\"}" ], "duration": 0.4195570000447333, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multiline-literal.js - {\"trailingComma\":\"es5\"}" ], "duration": 57.152943999972194, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multiline-literal.js - {\"trailingComma\":\"es5\"}" ], "duration": 57.05059599992819, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multiline-literal.js - {\"trailingComma\":\"es5\"}" ], "duration": 57.21117500006221, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multiline-literal.js - {\"trailingComma\":\"es5\"}" ], "duration": 57.769529000041075, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multiline-literal.js - {\"trailingComma\":\"es5\"}" ], "duration": 57.34769399999641, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multiline-literal.js - {\"trailingComma\":\"es5\"}" ], "duration": 57.110295000020415, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "non-octal-eight-and-nine.js - {\"trailingComma\":\"es5\"}" ], "duration": 0.42956600000616163, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "non-octal-eight-and-nine.js - {\"trailingComma\":\"es5\"}" ], "duration": 57.9746640000958, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "non-octal-eight-and-nine.js - {\"trailingComma\":\"es5\"}" ], "duration": 1.3961799999233335, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "non-octal-eight-and-nine.js - {\"trailingComma\":\"es5\"}" ], "duration": 0.781866000033915, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "non-octal-eight-and-nine.js - {\"trailingComma\":\"es5\"}" ], "duration": 55.85536299995147, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "non-octal-eight-and-nine.js - {\"trailingComma\":\"es5\"}" ], "duration": 56.80727600003593, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "non-octal-eight-and-nine.js - {\"trailingComma\":\"es5\"}" ], "duration": 57.91394300002139, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "strings.js - {\"trailingComma\":\"es5\"}" ], "duration": 0.40744400001131, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "strings.js - {\"trailingComma\":\"es5\"}" ], "duration": 57.21608400007244, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "strings.js - {\"trailingComma\":\"es5\"}" ], "duration": 56.02629900001921, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "strings.js - {\"trailingComma\":\"es5\"}" ], "duration": 56.612454000045545, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "strings.js - {\"trailingComma\":\"es5\"}" ], "duration": 55.86395100003574, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "strings.js - {\"trailingComma\":\"es5\"}" ], "duration": 56.27054399996996, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "strings.js - {\"trailingComma\":\"es5\"}" ], "duration": 56.618545999983326, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "template-literals.js - {\"trailingComma\":\"es5\"}" ], "duration": 0.5139240000862628, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "template-literals.js - {\"trailingComma\":\"es5\"}" ], "duration": 82.82240099995397, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "template-literals.js - {\"trailingComma\":\"es5\"}" ], "duration": 65.56001100002322, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "template-literals.js - {\"trailingComma\":\"es5\"}" ], "duration": 70.30266799998935, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "template-literals.js - {\"trailingComma\":\"es5\"}" ], "duration": 66.5713649999816, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "template-literals.js - {\"trailingComma\":\"es5\"}" ], "duration": 66.48575899994466, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "template-literals.js - {\"trailingComma\":\"es5\"}" ], "duration": 68.30591200001072, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "escaped.js - {\"trailingComma\":\"all\"}" ], "duration": 0.6056359999347478, "failureMessages": [ "escaped.js - {\"trailingComma\":\"all\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `escaped.js - {\"trailingComma\":\"all\"} format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -12,9 +12,10 @@\n \n =====================================output=====================================\n export const MSG_GENERIC_OPERATION_FAILURE_BODY_1 =\n goog.getMsg(\"That's all we know\");\n \n - export const MSG_GENERIC_OPERATION_FAILURE_BODY_2 =\n - goog.getMsg(\"That's all we know\");\n + export const MSG_GENERIC_OPERATION_FAILURE_BODY_2 = goog.getMsg(\n + \"That's all we know\",\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 19)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "escaped.js - {\"trailingComma\":\"all\"}" ], "duration": 57.810962999938056, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "escaped.js - {\"trailingComma\":\"all\"}" ], "duration": 56.86449100007303, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "escaped.js - {\"trailingComma\":\"all\"}" ], "duration": 57.61616400000639, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "escaped.js - {\"trailingComma\":\"all\"}" ], "duration": 56.68516700004693, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "escaped.js - {\"trailingComma\":\"all\"}" ], "duration": 56.971344000077806, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "escaped.js - {\"trailingComma\":\"all\"}" ], "duration": 58.136049999971874, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multiline-literal.js - {\"trailingComma\":\"all\"}" ], "duration": 0.4709230000153184, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multiline-literal.js - {\"trailingComma\":\"all\"}" ], "duration": 56.3015969999833, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multiline-literal.js - {\"trailingComma\":\"all\"}" ], "duration": 56.48162400000729, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multiline-literal.js - {\"trailingComma\":\"all\"}" ], "duration": 56.733951000031084, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multiline-literal.js - {\"trailingComma\":\"all\"}" ], "duration": 55.69675100001041, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multiline-literal.js - {\"trailingComma\":\"all\"}" ], "duration": 56.656366000068374, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multiline-literal.js - {\"trailingComma\":\"all\"}" ], "duration": 59.95101199997589, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "non-octal-eight-and-nine.js - {\"trailingComma\":\"all\"}" ], "duration": 0.4298070000950247, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "non-octal-eight-and-nine.js - {\"trailingComma\":\"all\"}" ], "duration": 57.155635999981314, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "non-octal-eight-and-nine.js - {\"trailingComma\":\"all\"}" ], "duration": 1.2624879999784753, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "non-octal-eight-and-nine.js - {\"trailingComma\":\"all\"}" ], "duration": 0.7876880000112578, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "non-octal-eight-and-nine.js - {\"trailingComma\":\"all\"}" ], "duration": 56.41159100004006, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "non-octal-eight-and-nine.js - {\"trailingComma\":\"all\"}" ], "duration": 57.12580199993681, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "non-octal-eight-and-nine.js - {\"trailingComma\":\"all\"}" ], "duration": 57.43911399994977, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "strings.js - {\"trailingComma\":\"all\"}" ], "duration": 0.41174200002569705, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "strings.js - {\"trailingComma\":\"all\"}" ], "duration": 56.845965999993496, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "strings.js - {\"trailingComma\":\"all\"}" ], "duration": 57.801230999990366, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "strings.js - {\"trailingComma\":\"all\"}" ], "duration": 56.00433200004045, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "strings.js - {\"trailingComma\":\"all\"}" ], "duration": 56.34480800002348, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "strings.js - {\"trailingComma\":\"all\"}" ], "duration": 56.62560999998823, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "strings.js - {\"trailingComma\":\"all\"}" ], "duration": 56.22595500003081, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "template-literals.js - {\"trailingComma\":\"all\"}" ], "duration": 0.4428009999683127, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "template-literals.js - {\"trailingComma\":\"all\"}" ], "duration": 91.03016399999615, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "template-literals.js - {\"trailingComma\":\"all\"}" ], "duration": 71.33731400000397, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "template-literals.js - {\"trailingComma\":\"all\"}" ], "duration": 89.27004699991085, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "template-literals.js - {\"trailingComma\":\"all\"}" ], "duration": 66.15489599993452, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "template-literals.js - {\"trailingComma\":\"all\"}" ], "duration": 65.88141600007657, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "template-literals.js - {\"trailingComma\":\"all\"}" ], "duration": 67.19299899996258, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "classes.js - {\"quoteProps\":\"consistent\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `classes.js - {\"quoteProps\":\"consistent\"} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -35,10 +35,10 @@\n c1 = \"c1\";\n c2 = \"c2\";\n }\n \n class D {\n - \"d1\" = \"d1\";\n + d1 = \"d1\";\n \"d-2\" = \"d2\";\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nobjects.js - {\"quoteProps\":\"consistent\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"quoteProps\":\"consistent\"} format 1`\n \n - Snapshot - 9\n + Received + 9\n \n @@ -121,11 +121,11 @@\n c1: \"c1\",\n c2: \"c2\",\n };\n \n const d = {\n - \"d1\": \"d1\",\n + d1: \"d1\",\n \"d-2\": \"d2\",\n };\n \n // None of these should become quoted, regardless of the quoteProps value.\n const e = {\n @@ -146,13 +146,13 @@\n 2n: null,\n };\n \n const f = {\n // These should be unquoted for quoteProps=as-needed.\n - \"NaN\": null,\n - \"1\": null,\n - \"1.5\": null,\n + NaN: null,\n + 1: null,\n + 1.5: null,\n // These should never be unquoted. `1e+100` technically could (it’s the only\n // one where `String(Number(key)) === key`), but we came to the conclusion\n // that it is unexpected.\n \".1\": null,\n \"1.\": null,\n @@ -170,16 +170,16 @@\n \n Object.entries({\n // To force quotes for quoteProps=consistent.\n \"a-\": \"a-\",\n // These can be quoted:\n - \"NaN\": \"NaN\",\n - \"1\": \"1\",\n - \"1.5\": \"1.5\",\n + NaN: \"NaN\",\n + 1: \"1\",\n + 1.5: \"1.5\",\n // Prettier will normalize these to `0.1` and `1` – then they can be quoted.\n - \"0.1\": \".1\",\n - \"1\": \"1.\",\n + 0.1: \".1\",\n + 1: \"1.\",\n // These should never be quoted. The _actual_ keys are shown as comments.\n // Copy-paste this into the console to verify. If we were to convert these\n // numbers into decimal (which completely valid), “information/intent” is\n // lost. Either way, writing code like this is super confusing.\n 1.0: \"1.0\", // 1\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nwith_numbers.js - {\"quoteProps\":\"consistent\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `with_numbers.js - {\"quoteProps\":\"consistent\"} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -30,9 +30,9 @@\n 1: \"\",\n };\n \n obj = {\n \"foo-bar\": \"\",\n - \"1\": \"\",\n + 1: \"\",\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nclasses.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `classes.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -36,10 +36,10 @@\n c1 = 'c1';\n c2 = 'c2';\n }\n \n class D {\n - 'd1' = 'd1';\n + d1 = 'd1';\n 'd-2' = 'd2';\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nobjects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} format 1`\n \n - Snapshot - 9\n + Received + 9\n \n @@ -122,11 +122,11 @@\n c1: 'c1',\n c2: 'c2',\n };\n \n const d = {\n - 'd1': 'd1',\n + d1: 'd1',\n 'd-2': 'd2',\n };\n \n // None of these should become quoted, regardless of the quoteProps value.\n const e = {\n @@ -147,13 +147,13 @@\n 2n: null,\n };\n \n const f = {\n // These should be unquoted for quoteProps=as-needed.\n - 'NaN': null,\n - '1': null,\n - '1.5': null,\n + NaN: null,\n + 1: null,\n + 1.5: null,\n // These should never be unquoted. `1e+100` technically could (it’s the only\n // one where `String(Number(key)) === key`), but we came to the conclusion\n // that it is unexpected.\n '.1': null,\n '1.': null,\n @@ -171,16 +171,16 @@\n \n Object.entries({\n // To force quotes for quoteProps=consistent.\n 'a-': 'a-',\n // These can be quoted:\n - 'NaN': 'NaN',\n - '1': '1',\n - '1.5': '1.5',\n + NaN: 'NaN',\n + 1: '1',\n + 1.5: '1.5',\n // Prettier will normalize these to `0.1` and `1` – then they can be quoted.\n - '0.1': '.1',\n - '1': '1.',\n + 0.1: '.1',\n + 1: '1.',\n // These should never be quoted. The _actual_ keys are shown as comments.\n // Copy-paste this into the console to verify. If we were to convert these\n // numbers into decimal (which completely valid), “information/intent” is\n // lost. Either way, writing code like this is super confusing.\n 1.0: '1.0', // 1\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nwith_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `with_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -31,9 +31,9 @@\n 1: '',\n };\n \n obj = {\n 'foo-bar': '',\n - '1': '',\n + 1: '',\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 6, "numPassingTests": 94, "numPendingTests": 0, "perfStats": { "start": 172440.615405, "end": 178324.261108, "runtime": 5884, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 14, "unchecked": 0, "unmatched": 6, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/quote-props/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 0.41601000004447997, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 56.89062000007834, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 57.61737600003835, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 57.307403999962844, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 65.985382999992, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 0.39428999996744096, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 57.32946500007529, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 57.61164999997709, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 57.71091899997555, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 57.6844389999751, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 0.44289099995512515, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 64.23976999998558, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 61.55352000007406, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 61.86473099992145, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 64.57645499997307, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 0.4000310000265017, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 57.29980000003707, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 57.245074000093155, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 57.27147400006652, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 57.68261399993207, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 0.3969040000811219, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 56.78469400003087, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 57.3380200000247, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 57.5275580000598, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 57.7857340000337, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"preserve\"}" ], "duration": 0.4077849999302998, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"preserve\"}" ], "duration": 57.688531999941915, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"preserve\"}" ], "duration": 58.32443899998907, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"preserve\"}" ], "duration": 57.697859000065364, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"preserve\"}" ], "duration": 57.72529900004156, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"preserve\"}" ], "duration": 0.39947000006213784, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"preserve\"}" ], "duration": 57.440777999931015, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"preserve\"}" ], "duration": 57.49881999997888, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"preserve\"}" ], "duration": 57.51852000004146, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"preserve\"}" ], "duration": 58.00170399993658, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"preserve\"}" ], "duration": 0.4153990000486374, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"preserve\"}" ], "duration": 61.41159399994649, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"preserve\"}" ], "duration": 61.96377300005406, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"preserve\"}" ], "duration": 63.647813999908976, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"preserve\"}" ], "duration": 63.95621800003573, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"preserve\"}" ], "duration": 0.38689600001089275, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"preserve\"}" ], "duration": 56.43186900008004, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"preserve\"}" ], "duration": 57.750466000055894, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"preserve\"}" ], "duration": 57.85229700000491, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"preserve\"}" ], "duration": 57.71949000004679, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"preserve\"}" ], "duration": 0.3921550000086427, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"preserve\"}" ], "duration": 57.41180600004736, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"preserve\"}" ], "duration": 57.8089349999791, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"preserve\"}" ], "duration": 57.32233200001065, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"preserve\"}" ], "duration": 58.6840389999561, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"consistent\"}" ], "duration": 0.5928019999992102, "failureMessages": [ "classes.js - {\"quoteProps\":\"consistent\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `classes.js - {\"quoteProps\":\"consistent\"} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -35,10 +35,10 @@\n c1 = \"c1\";\n c2 = \"c2\";\n }\n \n class D {\n - \"d1\" = \"d1\";\n + d1 = \"d1\";\n \"d-2\" = \"d2\";\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"consistent\"}" ], "duration": 58.02216700010467, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"consistent\"}" ], "duration": 56.4765919999918, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"consistent\"}" ], "duration": 57.61335100000724, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"consistent\"}" ], "duration": 57.695496000000276, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"consistent\"}" ], "duration": 0.40182500006631017, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"consistent\"}" ], "duration": 57.57133900001645, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"consistent\"}" ], "duration": 57.44750000000931, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"consistent\"}" ], "duration": 57.21344999992289, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"consistent\"}" ], "duration": 57.79958800005261, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"consistent\"}" ], "duration": 0.727625000057742, "failureMessages": [ "objects.js - {\"quoteProps\":\"consistent\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"quoteProps\":\"consistent\"} format 1`\n \n - Snapshot - 9\n + Received + 9\n \n @@ -121,11 +121,11 @@\n c1: \"c1\",\n c2: \"c2\",\n };\n \n const d = {\n - \"d1\": \"d1\",\n + d1: \"d1\",\n \"d-2\": \"d2\",\n };\n \n // None of these should become quoted, regardless of the quoteProps value.\n const e = {\n @@ -146,13 +146,13 @@\n 2n: null,\n };\n \n const f = {\n // These should be unquoted for quoteProps=as-needed.\n - \"NaN\": null,\n - \"1\": null,\n - \"1.5\": null,\n + NaN: null,\n + 1: null,\n + 1.5: null,\n // These should never be unquoted. `1e+100` technically could (it’s the only\n // one where `String(Number(key)) === key`), but we came to the conclusion\n // that it is unexpected.\n \".1\": null,\n \"1.\": null,\n @@ -170,16 +170,16 @@\n \n Object.entries({\n // To force quotes for quoteProps=consistent.\n \"a-\": \"a-\",\n // These can be quoted:\n - \"NaN\": \"NaN\",\n - \"1\": \"1\",\n - \"1.5\": \"1.5\",\n + NaN: \"NaN\",\n + 1: \"1\",\n + 1.5: \"1.5\",\n // Prettier will normalize these to `0.1` and `1` – then they can be quoted.\n - \"0.1\": \".1\",\n - \"1\": \"1.\",\n + 0.1: \".1\",\n + 1: \"1.\",\n // These should never be quoted. The _actual_ keys are shown as comments.\n // Copy-paste this into the console to verify. If we were to convert these\n // numbers into decimal (which completely valid), “information/intent” is\n // lost. Either way, writing code like this is super confusing.\n 1.0: \"1.0\", // 1\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"consistent\"}" ], "duration": 61.38395499996841, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"consistent\"}" ], "duration": 62.034510000026785, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"consistent\"}" ], "duration": 63.38509700004943, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"consistent\"}" ], "duration": 64.00622199999634, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"consistent\"}" ], "duration": 0.4163920000428334, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"consistent\"}" ], "duration": 57.624176000012085, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"consistent\"}" ], "duration": 57.996466999989934, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"consistent\"}" ], "duration": 56.81827000004705, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"consistent\"}" ], "duration": 58.12618299992755, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"consistent\"}" ], "duration": 0.6053860000101849, "failureMessages": [ "with_numbers.js - {\"quoteProps\":\"consistent\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `with_numbers.js - {\"quoteProps\":\"consistent\"} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -30,9 +30,9 @@\n 1: \"\",\n };\n \n obj = {\n \"foo-bar\": \"\",\n - \"1\": \"\",\n + 1: \"\",\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"consistent\"}" ], "duration": 57.97600100003183, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"consistent\"}" ], "duration": 57.9197109999368, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"consistent\"}" ], "duration": 57.564412000006996, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"consistent\"}" ], "duration": 58.44089699990582, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 0.5979020000668243, "failureMessages": [ "classes.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `classes.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -36,10 +36,10 @@\n c1 = 'c1';\n c2 = 'c2';\n }\n \n class D {\n - 'd1' = 'd1';\n + d1 = 'd1';\n 'd-2' = 'd2';\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 57.39638099994045, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 57.702725999988616, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 57.43843199999537, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 57.654374999925494, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 0.4915720000863075, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 57.82685099996161, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 57.27963600005023, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 57.78196399996523, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 58.238277000025846, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 0.8337639999808744, "failureMessages": [ "objects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} format 1`\n \n - Snapshot - 9\n + Received + 9\n \n @@ -122,11 +122,11 @@\n c1: 'c1',\n c2: 'c2',\n };\n \n const d = {\n - 'd1': 'd1',\n + d1: 'd1',\n 'd-2': 'd2',\n };\n \n // None of these should become quoted, regardless of the quoteProps value.\n const e = {\n @@ -147,13 +147,13 @@\n 2n: null,\n };\n \n const f = {\n // These should be unquoted for quoteProps=as-needed.\n - 'NaN': null,\n - '1': null,\n - '1.5': null,\n + NaN: null,\n + 1: null,\n + 1.5: null,\n // These should never be unquoted. `1e+100` technically could (it’s the only\n // one where `String(Number(key)) === key`), but we came to the conclusion\n // that it is unexpected.\n '.1': null,\n '1.': null,\n @@ -171,16 +171,16 @@\n \n Object.entries({\n // To force quotes for quoteProps=consistent.\n 'a-': 'a-',\n // These can be quoted:\n - 'NaN': 'NaN',\n - '1': '1',\n - '1.5': '1.5',\n + NaN: 'NaN',\n + 1: '1',\n + 1.5: '1.5',\n // Prettier will normalize these to `0.1` and `1` – then they can be quoted.\n - '0.1': '.1',\n - '1': '1.',\n + 0.1: '.1',\n + 1: '1.',\n // These should never be quoted. The _actual_ keys are shown as comments.\n // Copy-paste this into the console to verify. If we were to convert these\n // numbers into decimal (which completely valid), “information/intent” is\n // lost. Either way, writing code like this is super confusing.\n 1.0: '1.0', // 1\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 63.96237900003325, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 61.51962400006596, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 62.10941899998579, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 63.22657299996354, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 0.4206700000213459, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 58.82751400000416, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 58.600954000023194, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 57.58831399993505, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 58.049946999992244, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 0.6072189999977127, "failureMessages": [ "with_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `with_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -31,9 +31,9 @@\n 1: '',\n };\n \n obj = {\n 'foo-bar': '',\n - '1': '',\n + 1: '',\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 58.02789899997879, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 57.5283889999846, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 57.36025999998674, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 57.72307299997192, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 54, "numPendingTests": 0, "perfStats": { "start": 178392.87143800006, "end": 181747.212352, "runtime": 3354, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 6, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/arrow-call/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"es5\"}" ], "duration": 0.4507549999980256, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"es5\"}" ], "duration": 67.466274999897, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"es5\"}" ], "duration": 67.40811399999075, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"es5\"}" ], "duration": 63.00755099998787, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"es5\"}" ], "duration": 66.18140699993819, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"es5\"}" ], "duration": 62.86135599995032, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"es5\"}" ], "duration": 64.16823800001293, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"es5\"}" ], "duration": 63.07943299994804, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"es5\"}" ], "duration": 63.79229399992619, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"es5\"}" ], "duration": 0.4225230000447482, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.62914199999068, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.195069999899715, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.72097100003157, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.07625200005714, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"es5\"}" ], "duration": 57.01752300001681, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.94085100002121, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"es5\"}" ], "duration": 57.39775399991777, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"es5\"}" ], "duration": 57.7919900000561, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"all\"}" ], "duration": 0.44569599989335984, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"all\"}" ], "duration": 86.24614699999802, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"all\"}" ], "duration": 64.15128799993545, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"all\"}" ], "duration": 63.24081400001887, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"all\"}" ], "duration": 63.32222199998796, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"all\"}" ], "duration": 62.84598999994341, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"all\"}" ], "duration": 62.740136999986134, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"all\"}" ], "duration": 63.79194399993867, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"all\"}" ], "duration": 63.5856709999498, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"all\"}" ], "duration": 0.42536799993831664, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"all\"}" ], "duration": 57.53826699999627, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"all\"}" ], "duration": 58.168084000004455, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"all\"}" ], "duration": 57.61831499997061, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"all\"}" ], "duration": 57.120668999967165, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"all\"}" ], "duration": 57.39041500003077, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"all\"}" ], "duration": 57.658562000025995, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"all\"}" ], "duration": 57.60094799997751, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"all\"}" ], "duration": 56.60869800008368, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "arrow_call.js - {\"arrowParens\":\"always\"}" ], "duration": 0.44985400000587106, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "arrow_call.js - {\"arrowParens\":\"always\"}" ], "duration": 81.89678599999752, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "arrow_call.js - {\"arrowParens\":\"always\"}" ], "duration": 71.60493500006851, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "arrow_call.js - {\"arrowParens\":\"always\"}" ], "duration": 62.48468400002457, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arrow_call.js - {\"arrowParens\":\"always\"}" ], "duration": 62.663392000016756, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arrow_call.js - {\"arrowParens\":\"always\"}" ], "duration": 61.546570000005886, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arrow_call.js - {\"arrowParens\":\"always\"}" ], "duration": 62.50154099997599, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "arrow_call.js - {\"arrowParens\":\"always\"}" ], "duration": 63.22325899999123, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "arrow_call.js - {\"arrowParens\":\"always\"}" ], "duration": 63.16426899994258, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "class-property.js - {\"arrowParens\":\"always\"}" ], "duration": 0.42646100011188537, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "class-property.js - {\"arrowParens\":\"always\"}" ], "duration": 59.08099000004586, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class-property.js - {\"arrowParens\":\"always\"}" ], "duration": 58.4768290000502, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "class-property.js - {\"arrowParens\":\"always\"}" ], "duration": 57.60301099997014, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class-property.js - {\"arrowParens\":\"always\"}" ], "duration": 57.5579199999338, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class-property.js - {\"arrowParens\":\"always\"}" ], "duration": 57.286898000049405, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class-property.js - {\"arrowParens\":\"always\"}" ], "duration": 57.31060999992769, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class-property.js - {\"arrowParens\":\"always\"}" ], "duration": 57.850838000071235, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class-property.js - {\"arrowParens\":\"always\"}" ], "duration": 57.95082600007299, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 36, "numPendingTests": 0, "perfStats": { "start": 181801.76828799996, "end": 183878.18546800007, "runtime": 2076, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 4, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/shebang/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "shebang-newline.js" ], "duration": 0.4326819999841973, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "shebang-newline.js" ], "duration": 57.46450999996159, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "shebang-newline.js" ], "duration": 57.476661000051536, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "shebang-newline.js" ], "duration": 56.94635899993591, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "shebang-newline.js" ], "duration": 57.145236999960616, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "shebang-newline.js" ], "duration": 57.46392500004731, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "shebang-newline.js" ], "duration": 57.828049000003375, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "shebang-newline.js" ], "duration": 57.46954199997708, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "shebang-newline.js" ], "duration": 56.65131000010297, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "shebang.js" ], "duration": 0.4744000000646338, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "shebang.js" ], "duration": 58.6586070000194, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "shebang.js" ], "duration": 57.17801899998449, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "shebang.js" ], "duration": 57.06187299999874, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "shebang.js" ], "duration": 57.565173000097275, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "shebang.js" ], "duration": 57.78274799999781, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "shebang.js" ], "duration": 57.84349999995902, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "shebang.js" ], "duration": 57.465354999993, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "shebang.js" ], "duration": 57.698340000002645, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 0.5311070000752807, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 56.35299899999518, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 56.66835000005085, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 57.22199200000614, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 57.06648499995936, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 56.83374700008426, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 56.92872600001283, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 57.76802299998235, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 57.32274900004268, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 0.4064329999964684, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 61.130704000010155, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 64.12700999993831, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 58.93190500000492, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 57.03329100005794, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 57.0880120000802, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 57.139847000013106, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 56.58068799995817, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 56.919451000052504, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments.js format 1`\n \n - Snapshot - 6\n + Received + 7\n \n @@ -13,19 +13,20 @@\n const m2 = module/* B1 */{\n /* B2 */\n };\n \n =====================================output=====================================\n - const m = /*A1*/ module {\n - /*A2*/ /*A3*/\n + const m = /*A1*/ module; /*A2*/\n + {\n + /*A3*/\n /*A4*/\n export const foo = \"foo\";\n export { foo }; /*A5*/\n /*A6*/\n - }; /*A7*/ /*A8*/\n + } /*A7*/ /*A8*/\n \n - const m2 = module {\n - /* B1 */\n + const m2 = module; /* B1 */\n + {\n /* B2 */\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 23)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmodule-blocks.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-blocks.js format 1`\n \n - Snapshot - 25\n + Received + 35\n \n @@ -41,57 +41,67 @@\n foo(module { export let foo = \"foo\"; });\n \n let m = module { /* foo */ };\n \n =====================================output=====================================\n - module {\n + module;\n + {\n await 3;\n - };\n + }\n \n class B {\n #p() {\n - module {\n + module;\n + {\n class C {\n [this.#p];\n }\n - };\n + }\n }\n }\n \n - const m = module {\n + const m = module;\n + {\n export const foo = \"foo\";\n export { foo };\n - };\n + }\n \n - module {\n - export { foo };\n - };\n + module;\n + {\n + export { foo }\n + }\n \n - const m = module {};\n + const m = module;\n + {\n + }\n \n const worker = new Worker(module {\n export const foo = \"foo\";\n - });\n + })\n \n - let m = module {\n - module {\n + let m = module;\n + {\n + module;\n + {\n export let foo = \"foo\";\n - };\n - };\n + }\n + }\n \n - const m = module {\n - export const foo = \"foo\";\n - };\n + const m = module;\n + {\n + export const foo = \"foo\"\n + }\n \n - let moduleBlock = module {\n + let moduleBlock = module;\n + {\n export let y = 1;\n - };\n + }\n \n - foo(module {\n - export let foo = \"foo\";\n - });\n + foo(module { export let foo = \"foo\";\n + })\n \n - let m = module {\n + let m = module;\n + {\n /* foo */\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 23)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -13,14 +13,14 @@\n | ^^\n > 4 | foo(module { export let foo = \"foo\"; })\n | ^^\n 5 |\n =====================================output=====================================\n - let moduleBlock = module {\n + let moduleBlock = module;\n + {\n export let y = 1;\n - };\n + }\n \n - foo(module {\n - export let foo = \"foo\";\n - });\n + foo(module { export let foo = \"foo\";\n + })\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 23)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nworker.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `worker.js format 1`\n \n - Snapshot - 17\n + Received + 10\n \n @@ -19,28 +19,21 @@\n \n worker.postMessage(module { export function fn() { return \"hello!\" } });\n \n =====================================output=====================================\n let worker = new Worker(module {\n - onmessage = function ({ data }) {\n + onmessage = function({data}) {\n let mod = import(data);\n postMessage(mod.fn());\n - };\n - }, { type: \"module\" });\n -\n - let worker = new Worker(\n - module {\n - onmessage = function ({ data }) {\n - let mod = import(data);\n - postMessage(mod.fn());\n - };\n - },\n - { type: \"module\", foo: \"bar\" },\n - );\n + }\n + }, {type: \"module\"});\n \n - worker.postMessage(module {\n - export function fn() {\n - return \"hello!\";\n + let worker = new Worker(module {\n + onmessage = function({data}) {\n + let mod = import(data);\n + postMessage(mod.fn());\n }\n - });\n + }, {type: \"module\", foo: \"bar\" });\n +\n + worker.postMessage(module { export function fn() { return \"hello!\" } });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 23)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 4, "numPassingTests": 21, "numPendingTests": 0, "perfStats": { "start": 183932.437448, "end": 184711.684604, "runtime": 779, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 13, "unchecked": 0, "unmatched": 4, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/module-blocks/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "comments.js" ], "duration": 0.6724920000415295, "failureMessages": [ "comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments.js format 1`\n \n - Snapshot - 6\n + Received + 7\n \n @@ -13,19 +13,20 @@\n const m2 = module/* B1 */{\n /* B2 */\n };\n \n =====================================output=====================================\n - const m = /*A1*/ module {\n - /*A2*/ /*A3*/\n + const m = /*A1*/ module; /*A2*/\n + {\n + /*A3*/\n /*A4*/\n export const foo = \"foo\";\n export { foo }; /*A5*/\n /*A6*/\n - }; /*A7*/ /*A8*/\n + } /*A7*/ /*A8*/\n \n - const m2 = module {\n - /* B1 */\n + const m2 = module; /* B1 */\n + {\n /* B2 */\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 23)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "comments.js" ], "duration": 1.268800999969244, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 0.7605670000193641, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 0.7179370000958443, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 58.988881999976, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "module-blocks.js" ], "duration": 0.8819450000301003, "failureMessages": [ "module-blocks.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-blocks.js format 1`\n \n - Snapshot - 25\n + Received + 35\n \n @@ -41,57 +41,67 @@\n foo(module { export let foo = \"foo\"; });\n \n let m = module { /* foo */ };\n \n =====================================output=====================================\n - module {\n + module;\n + {\n await 3;\n - };\n + }\n \n class B {\n #p() {\n - module {\n + module;\n + {\n class C {\n [this.#p];\n }\n - };\n + }\n }\n }\n \n - const m = module {\n + const m = module;\n + {\n export const foo = \"foo\";\n export { foo };\n - };\n + }\n \n - module {\n - export { foo };\n - };\n + module;\n + {\n + export { foo }\n + }\n \n - const m = module {};\n + const m = module;\n + {\n + }\n \n const worker = new Worker(module {\n export const foo = \"foo\";\n - });\n + })\n \n - let m = module {\n - module {\n + let m = module;\n + {\n + module;\n + {\n export let foo = \"foo\";\n - };\n - };\n + }\n + }\n \n - const m = module {\n - export const foo = \"foo\";\n - };\n + const m = module;\n + {\n + export const foo = \"foo\"\n + }\n \n - let moduleBlock = module {\n + let moduleBlock = module;\n + {\n export let y = 1;\n - };\n + }\n \n - foo(module {\n - export let foo = \"foo\";\n - });\n + foo(module { export let foo = \"foo\";\n + })\n \n - let m = module {\n + let m = module;\n + {\n /* foo */\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 23)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "module-blocks.js" ], "duration": 1.017219000030309, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "module-blocks.js" ], "duration": 0.7105129999108613, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "module-blocks.js" ], "duration": 0.6827020000200719, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "module-blocks.js" ], "duration": 60.73197700001765, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "non-module-blocks.js" ], "duration": 0.43144000007305294, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "non-module-blocks.js" ], "duration": 57.018243000027724, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "non-module-blocks.js" ], "duration": 58.245263000018895, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "non-module-blocks.js" ], "duration": 57.6665829999838, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "non-module-blocks.js" ], "duration": 57.56604899989907, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range.js" ], "duration": 0.8399669999489561, "failureMessages": [ "range.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -13,14 +13,14 @@\n | ^^\n > 4 | foo(module { export let foo = \"foo\"; })\n | ^^\n 5 |\n =====================================output=====================================\n - let moduleBlock = module {\n + let moduleBlock = module;\n + {\n export let y = 1;\n - };\n + }\n \n - foo(module {\n - export let foo = \"foo\";\n - });\n + foo(module { export let foo = \"foo\";\n + })\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 23)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range.js" ], "duration": 1.0366860000649467, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range.js" ], "duration": 0.7436760000418872, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range.js" ], "duration": 0.7241289999801666, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range.js" ], "duration": 59.47803899995051, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "worker.js" ], "duration": 0.6915580000495538, "failureMessages": [ "worker.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `worker.js format 1`\n \n - Snapshot - 17\n + Received + 10\n \n @@ -19,28 +19,21 @@\n \n worker.postMessage(module { export function fn() { return \"hello!\" } });\n \n =====================================output=====================================\n let worker = new Worker(module {\n - onmessage = function ({ data }) {\n + onmessage = function({data}) {\n let mod = import(data);\n postMessage(mod.fn());\n - };\n - }, { type: \"module\" });\n -\n - let worker = new Worker(\n - module {\n - onmessage = function ({ data }) {\n - let mod = import(data);\n - postMessage(mod.fn());\n - };\n - },\n - { type: \"module\", foo: \"bar\" },\n - );\n + }\n + }, {type: \"module\"});\n \n - worker.postMessage(module {\n - export function fn() {\n - return \"hello!\";\n + let worker = new Worker(module {\n + onmessage = function({data}) {\n + let mod = import(data);\n + postMessage(mod.fn());\n }\n - });\n + }, {type: \"module\", foo: \"bar\" });\n +\n + worker.postMessage(module { export function fn() { return \"hello!\" } });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 23)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "worker.js" ], "duration": 1.118718999903649, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "worker.js" ], "duration": 0.8011240001069382, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "worker.js" ], "duration": 0.7461699999403208, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "worker.js" ], "duration": 59.60736200003885, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "function-declaration-in-if.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-declaration-in-if.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n if (false) function foo(){}\n \n =====================================output=====================================\n - if (false) function foo() {}\n + if (false) function foo(){}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 24)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunction-declaration-in-while.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-declaration-in-while.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n while (false) function foo(){}\n \n =====================================output=====================================\n - while (false) function foo() {}\n + while (false) function foo(){}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 24)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 2, "numPassingTests": 52, "numPendingTests": 0, "perfStats": { "start": 184770.10438700003, "end": 187689.37110499997, "runtime": 2919, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 8, "unchecked": 0, "unmatched": 2, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/sloppy-mode/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "delete-variable.js" ], "duration": 0.4298560000024736, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "delete-variable.js" ], "duration": 58.60129399993457, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "delete-variable.js" ], "duration": 57.757744000060484, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "delete-variable.js" ], "duration": 58.07181100000162, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "delete-variable.js" ], "duration": 57.574895999976434, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "delete-variable.js" ], "duration": 58.365932999993674, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "delete-variable.js" ], "duration": 58.50059599999804, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "delete-variable.js" ], "duration": 57.51556399988476, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "delete-variable.js" ], "duration": 57.918395999935456, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "eval-arguments-binding.js" ], "duration": 0.4399549999507144, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "eval-arguments-binding.js" ], "duration": 57.87656899995636, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "eval-arguments-binding.js" ], "duration": 58.36919500003569, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "eval-arguments-binding.js" ], "duration": 57.92790699994657, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "eval-arguments-binding.js" ], "duration": 57.932912999996915, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "eval-arguments-binding.js" ], "duration": 58.29261200001929, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "eval-arguments-binding.js" ], "duration": 58.21520299999975, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "eval-arguments-binding.js" ], "duration": 58.240503999986686, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "eval-arguments-binding.js" ], "duration": 58.35319900000468, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "eval-arguments.js" ], "duration": 0.43171999999321997, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "eval-arguments.js" ], "duration": 58.38744700001553, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "eval-arguments.js" ], "duration": 57.95675999997184, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "eval-arguments.js" ], "duration": 57.64798300003167, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "eval-arguments.js" ], "duration": 57.18753400002606, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "eval-arguments.js" ], "duration": 67.29637700004969, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "eval-arguments.js" ], "duration": 71.23315700003877, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "eval-arguments.js" ], "duration": 58.52842099999543, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "eval-arguments.js" ], "duration": 58.15721500001382, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function-declaration-in-if.js" ], "duration": 0.5958980000577867, "failureMessages": [ "function-declaration-in-if.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-declaration-in-if.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n if (false) function foo(){}\n \n =====================================output=====================================\n - if (false) function foo() {}\n + if (false) function foo(){}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 24)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "function-declaration-in-if.js" ], "duration": 58.33313300006557, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function-declaration-in-if.js" ], "duration": 57.79435400001239, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "function-declaration-in-if.js" ], "duration": 57.5292269999627, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function-declaration-in-if.js" ], "duration": 57.431492000003345, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function-declaration-in-if.js" ], "duration": 57.23859399999492, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function-declaration-in-if.js" ], "duration": 57.26220400002785, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "function-declaration-in-if.js" ], "duration": 57.75157000008039, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function-declaration-in-if.js" ], "duration": 56.93942900002003, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function-declaration-in-while.js" ], "duration": 0.607278999988921, "failureMessages": [ "function-declaration-in-while.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-declaration-in-while.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n while (false) function foo(){}\n \n =====================================output=====================================\n - while (false) function foo() {}\n + while (false) function foo(){}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 24)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "function-declaration-in-while.js" ], "duration": 1.999422000022605, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function-declaration-in-while.js" ], "duration": 57.2795969999861, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "function-declaration-in-while.js" ], "duration": 1.0883019999600947, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function-declaration-in-while.js" ], "duration": 0.7192590000340715, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function-declaration-in-while.js" ], "duration": 0.7484239999903366, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function-declaration-in-while.js" ], "duration": 57.2730890000239, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "function-declaration-in-while.js" ], "duration": 57.08329300000332, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function-declaration-in-while.js" ], "duration": 58.013103000004776, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "labeled-function-declaration.js" ], "duration": 0.49264499999117106, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "labeled-function-declaration.js" ], "duration": 57.24671199999284, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "labeled-function-declaration.js" ], "duration": 57.66767500003334, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "labeled-function-declaration.js" ], "duration": 57.49919600004796, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "labeled-function-declaration.js" ], "duration": 58.05743699998129, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "labeled-function-declaration.js" ], "duration": 57.25066700007301, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "labeled-function-declaration.js" ], "duration": 58.037899999995716, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "labeled-function-declaration.js" ], "duration": 57.216343000065535, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "labeled-function-declaration.js" ], "duration": 56.87261700001545, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -9,11 +9,11 @@\n foo.a().b().c({n, o})\n foo.a().b().c(#{n, o})\n \n =====================================output=====================================\n foo.a().b().c([n, o]);\n - foo.a().b().c(#[n, o]);\n + foo.a().b().c(#[n, o])\n \n foo.a().b().c({ n, o });\n - foo.a().b().c(#{ n, o });\n + foo.a().b().c(#{n, o})\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 25)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 269, "numPendingTests": 0, "perfStats": { "start": 187758.51051400002, "end": 203656.78228400002, "runtime": 15898, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 34, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/method-chain/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "13018.js" ], "duration": 0.4697920000180602, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "13018.js" ], "duration": 59.097945000045, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "13018.js" ], "duration": 60.96737199998461, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "13018.js" ], "duration": 57.121553000062704, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "13018.js" ], "duration": 57.155151000013575, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "13018.js" ], "duration": 58.441399000003, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "13018.js" ], "duration": 58.161642000079155, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "13018.js" ], "duration": 58.149182999972254, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "13018.js" ], "duration": 59.20753700006753, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "bracket_0-1.js" ], "duration": 0.4839680000441149, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "bracket_0-1.js" ], "duration": 56.863366000005044, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "bracket_0-1.js" ], "duration": 57.544335999991745, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "bracket_0-1.js" ], "duration": 56.51699499995448, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "bracket_0-1.js" ], "duration": 57.556655000080355, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "bracket_0-1.js" ], "duration": 56.43385000003036, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "bracket_0-1.js" ], "duration": 57.16407800000161, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "bracket_0-1.js" ], "duration": 56.51827499992214, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "bracket_0-1.js" ], "duration": 57.153814999968745, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "bracket_0.js" ], "duration": 0.46309900004416704, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "bracket_0.js" ], "duration": 57.773744000005536, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "bracket_0.js" ], "duration": 57.47941599995829, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "bracket_0.js" ], "duration": 56.89666399999987, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "bracket_0.js" ], "duration": 57.28232599992771, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "bracket_0.js" ], "duration": 57.299631999921985, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "bracket_0.js" ], "duration": 57.704293000046164, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "bracket_0.js" ], "duration": 57.600078999996185, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "bracket_0.js" ], "duration": 57.00147899996955, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "break-last-call.js" ], "duration": 0.4479900000151247, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "break-last-call.js" ], "duration": 69.28720399993472, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "break-last-call.js" ], "duration": 61.937848999979906, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "break-last-call.js" ], "duration": 60.35929000005126, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "break-last-call.js" ], "duration": 60.64230399997905, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "break-last-call.js" ], "duration": 60.71900899999309, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "break-last-call.js" ], "duration": 69.025839000009, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "break-last-call.js" ], "duration": 61.0922309999587, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "break-last-call.js" ], "duration": 60.73748999997042, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "break-last-member.js" ], "duration": 0.42981500003952533, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "break-last-member.js" ], "duration": 63.01083899999503, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "break-last-member.js" ], "duration": 60.13915500009898, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "break-last-member.js" ], "duration": 58.51271899999119, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "break-last-member.js" ], "duration": 58.61555500002578, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "break-last-member.js" ], "duration": 58.67540399997961, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "break-last-member.js" ], "duration": 59.12294100003783, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "break-last-member.js" ], "duration": 58.951041000080295, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "break-last-member.js" ], "duration": 59.27071200008504, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "break-multiple.js" ], "duration": 0.4842469999566674, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "break-multiple.js" ], "duration": 57.3420080000069, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "break-multiple.js" ], "duration": 56.402922000037506, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "break-multiple.js" ], "duration": 56.1908500000136, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "break-multiple.js" ], "duration": 56.01263699994888, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "break-multiple.js" ], "duration": 56.41773799993098, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "break-multiple.js" ], "duration": 56.83695299993269, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "break-multiple.js" ], "duration": 57.41679100005422, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "break-multiple.js" ], "duration": 56.03859899996314, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 0.45516299991868436, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comment.js" ], "duration": 77.62910200003535, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 62.864025000017136, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 87.96300700004213, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 61.0284119999269, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 61.774284999934025, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 60.98654000007082, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 62.70697299996391, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 61.8775649999734, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "complex-args.js" ], "duration": 0.4248059999663383, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "complex-args.js" ], "duration": 58.872145999921486, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "complex-args.js" ], "duration": 58.12340799998492, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "complex-args.js" ], "duration": 57.167732000001706, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "complex-args.js" ], "duration": 56.16151699994225, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "complex-args.js" ], "duration": 56.7444779999787, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "complex-args.js" ], "duration": 57.48378400004003, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "complex-args.js" ], "duration": 56.25892399996519, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "complex-args.js" ], "duration": 57.16648100002203, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "computed-merge.js" ], "duration": 0.4483000000473112, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "computed-merge.js" ], "duration": 59.98156999994535, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "computed-merge.js" ], "duration": 59.557196000008844, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "computed-merge.js" ], "duration": 59.5705719999969, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "computed-merge.js" ], "duration": 58.240262000006624, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "computed-merge.js" ], "duration": 57.90444600000046, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "computed-merge.js" ], "duration": 59.548873000079766, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "computed-merge.js" ], "duration": 58.809982000035234, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "computed-merge.js" ], "duration": 59.648288999916986, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 0.4220620000269264, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "computed.js" ], "duration": 57.52856799995061, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 60.278945000027306, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 57.240002000005916, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 57.248418999952264, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 57.64130300004035, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 56.94845499994699, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 56.908856999943964, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 56.36306599993259, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 0.4312190000200644, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 61.36784500000067, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 62.04321000003256, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 58.61371700000018, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 58.20696099998895, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 59.201702999998815, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 58.957104999921285, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 58.08881899993867, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 59.01488899998367, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cypress.js" ], "duration": 0.4276219999883324, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "cypress.js" ], "duration": 57.742544999928214, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "cypress.js" ], "duration": 57.60448999993969, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "cypress.js" ], "duration": 56.65173299994785, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cypress.js" ], "duration": 57.55627599998843, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cypress.js" ], "duration": 57.43223800009582, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cypress.js" ], "duration": 56.60546200000681, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "cypress.js" ], "duration": 57.21921699994709, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "cypress.js" ], "duration": 57.79525399999693, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "d3.js" ], "duration": 0.4779169999528676, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "d3.js" ], "duration": 63.65328700002283, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "d3.js" ], "duration": 61.2366130000446, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "d3.js" ], "duration": 59.12855599995237, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "d3.js" ], "duration": 59.201606999966316, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "d3.js" ], "duration": 58.78086600010283, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "d3.js" ], "duration": 59.43591000000015, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "d3.js" ], "duration": 59.011682999902405, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "d3.js" ], "duration": 59.744069000007585, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "first_long.js" ], "duration": 0.43571800005156547, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "first_long.js" ], "duration": 67.2142359999707, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "first_long.js" ], "duration": 63.19324100005906, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "first_long.js" ], "duration": 60.832148999907076, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "first_long.js" ], "duration": 63.75157099997159, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "first_long.js" ], "duration": 60.498401000048034, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "first_long.js" ], "duration": 63.64207499998156, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "first_long.js" ], "duration": 60.42324299993925, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "first_long.js" ], "duration": 61.4106600000523, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "fluent-configuration.js" ], "duration": 0.4668860000092536, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "fluent-configuration.js" ], "duration": 59.30841000005603, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "fluent-configuration.js" ], "duration": 60.234547000029124, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "fluent-configuration.js" ], "duration": 57.949676000047475, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "fluent-configuration.js" ], "duration": 69.09785400005057, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "fluent-configuration.js" ], "duration": 58.054188999929465, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "fluent-configuration.js" ], "duration": 58.688627999974415, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "fluent-configuration.js" ], "duration": 59.08546500001103, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "fluent-configuration.js" ], "duration": 60.68988699989859, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "inline_merge.js" ], "duration": 0.4307580000022426, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "inline_merge.js" ], "duration": 60.17477200005669, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "inline_merge.js" ], "duration": 59.57493499992415, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "inline_merge.js" ], "duration": 58.81846099998802, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "inline_merge.js" ], "duration": 58.7600139999995, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "inline_merge.js" ], "duration": 58.78858699998818, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "inline_merge.js" ], "duration": 58.906166000058874, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "inline_merge.js" ], "duration": 58.173779000062495, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "inline_merge.js" ], "duration": 59.08495300007053, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-11298.js" ], "duration": 0.42417600005865097, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-11298.js" ], "duration": 56.80213999992702, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-11298.js" ], "duration": 57.2728660000721, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-11298.js" ], "duration": 56.741876999964006, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-11298.js" ], "duration": 57.374060999951325, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-11298.js" ], "duration": 56.609656999935396, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-11298.js" ], "duration": 57.4000089999754, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-11298.js" ], "duration": 57.86317899997812, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-11298.js" ], "duration": 56.937083999975584, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-3594.js" ], "duration": 0.5011909999884665, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-3594.js" ], "duration": 59.552284999983385, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-3594.js" ], "duration": 62.58027699997183, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-3594.js" ], "duration": 60.28335000004154, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-3594.js" ], "duration": 58.21572400000878, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-3594.js" ], "duration": 59.06367199996021, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-3594.js" ], "duration": 58.24503200000618, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-3594.js" ], "duration": 57.76052000001073, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-3594.js" ], "duration": 59.09321199997794, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-3621.js" ], "duration": 0.4302759999409318, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-3621.js" ], "duration": 60.37413300003391, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-3621.js" ], "duration": 60.67771800002083, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-3621.js" ], "duration": 60.006232999963686, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-3621.js" ], "duration": 58.83218000002671, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-3621.js" ], "duration": 59.13842900004238, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-3621.js" ], "duration": 59.265493000042625, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-3621.js" ], "duration": 60.17139999999199, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-3621.js" ], "duration": 60.3138269999763, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-4125.js" ], "duration": 0.48394700000062585, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-4125.js" ], "duration": 94.48272899992298, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-4125.js" ], "duration": 84.05154399992898, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-4125.js" ], "duration": 78.4059310000157, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-4125.js" ], "duration": 77.38285399996676, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-4125.js" ], "duration": 78.46979699993972, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-4125.js" ], "duration": 77.52334499999415, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-4125.js" ], "duration": 78.28933500009589, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-4125.js" ], "duration": 85.14865700004157, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "logical.js" ], "duration": 0.5118190000066534, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "logical.js" ], "duration": 61.2332700000843, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "logical.js" ], "duration": 60.81567799998447, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "logical.js" ], "duration": 58.06562100001611, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "logical.js" ], "duration": 58.45860500005074, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "logical.js" ], "duration": 58.681615000008605, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "logical.js" ], "duration": 59.13525799999479, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "logical.js" ], "duration": 61.14838100003544, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "logical.js" ], "duration": 59.18164500000421, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multiple-members.js" ], "duration": 0.4390229999553412, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multiple-members.js" ], "duration": 65.00399600004312, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multiple-members.js" ], "duration": 60.807432000059634, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multiple-members.js" ], "duration": 58.97114399995189, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multiple-members.js" ], "duration": 59.67796299990732, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multiple-members.js" ], "duration": 59.15059700002894, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multiple-members.js" ], "duration": 60.317065999959596, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multiple-members.js" ], "duration": 60.03558799996972, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multiple-members.js" ], "duration": 60.93368800007738, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "object-literal.js" ], "duration": 0.4394730000058189, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "object-literal.js" ], "duration": 58.48734500003047, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "object-literal.js" ], "duration": 58.72984499996528, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "object-literal.js" ], "duration": 57.34739999996964, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "object-literal.js" ], "duration": 57.59858600003645, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "object-literal.js" ], "duration": 57.96764400007669, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "object-literal.js" ], "duration": 57.56862099992577, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "object-literal.js" ], "duration": 58.70297300000675, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "object-literal.js" ], "duration": 58.2911829999648, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "pr-7889.js" ], "duration": 0.42645000002812594, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "pr-7889.js" ], "duration": 63.29192200000398, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "pr-7889.js" ], "duration": 60.238050000043586, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "pr-7889.js" ], "duration": 58.3103359999368, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "pr-7889.js" ], "duration": 58.30632800003514, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "pr-7889.js" ], "duration": 59.34442700003274, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "pr-7889.js" ], "duration": 58.59246599988546, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "pr-7889.js" ], "duration": 58.867042999947444, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "pr-7889.js" ], "duration": 58.989113999996334, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "short-names.js" ], "duration": 0.43806199997197837, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "short-names.js" ], "duration": 57.92768199997954, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "short-names.js" ], "duration": 59.8780839999672, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "short-names.js" ], "duration": 57.375141000025906, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "short-names.js" ], "duration": 57.32335399999283, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "short-names.js" ], "duration": 58.73279799998272, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "short-names.js" ], "duration": 60.614786999998614, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "short-names.js" ], "duration": 58.20691400009673, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "short-names.js" ], "duration": 58.027505000005476, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "simple-args.js" ], "duration": 0.4568369999760762, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "simple-args.js" ], "duration": 59.367942999931984, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "simple-args.js" ], "duration": 59.07611999998335, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "simple-args.js" ], "duration": 57.17569699999876, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "simple-args.js" ], "duration": 57.391164000029676, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "simple-args.js" ], "duration": 57.15786300005857, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "simple-args.js" ], "duration": 57.27054599998519, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "simple-args.js" ], "duration": 57.42824100004509, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "simple-args.js" ], "duration": 56.94486299995333, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "square_0.js" ], "duration": 0.5106989999767393, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "square_0.js" ], "duration": 58.34963099996094, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "square_0.js" ], "duration": 58.50926600000821, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "square_0.js" ], "duration": 56.952851000009105, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "square_0.js" ], "duration": 57.86070600000676, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "square_0.js" ], "duration": 57.060339999967255, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "square_0.js" ], "duration": 57.39232099999208, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "square_0.js" ], "duration": 57.744988000020385, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "square_0.js" ], "duration": 57.580133000039496, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 0.42350399994757026, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "test.js" ], "duration": 64.23055099998601, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 58.14901299995836, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "test.js" ], "duration": 57.67650699999649, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test.js" ], "duration": 57.58744899998419, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 57.37289699993562, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test.js" ], "duration": 58.21589200000744, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "test.js" ], "duration": 57.33617300004698, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 57.806792999967, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "this.js" ], "duration": 0.42614999995566905, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "this.js" ], "duration": 57.76663600001484, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "this.js" ], "duration": 58.16735999996308, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "this.js" ], "duration": 57.681976999971084, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "this.js" ], "duration": 57.098371999920346, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "this.js" ], "duration": 56.025912999990396, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "this.js" ], "duration": 57.37358500005212, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "this.js" ], "duration": 57.94484300003387, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "this.js" ], "duration": 57.05259400000796, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.6447100000223145, "failureMessages": [ "tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -9,11 +9,11 @@\n foo.a().b().c({n, o})\n foo.a().b().c(#{n, o})\n \n =====================================output=====================================\n foo.a().b().c([n, o]);\n - foo.a().b().c(#[n, o]);\n + foo.a().b().c(#[n, o])\n \n foo.a().b().c({ n, o });\n - foo.a().b().c(#{ n, o });\n + foo.a().b().c(#{n, o})\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 25)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 2.9089679999742657, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 1.2410689999815077, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.9065410000039265, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.7931689999531955, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.7651759999571368, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 58.95666100003291, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 57.97471099998802, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 58.514641999965534, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "issue-10159.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-10159.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -16,11 +16,13 @@\n {\n for (const srcPath of [123, 123_123_123, 123_123_123_1, 13_123_3123_31_43]) {\n }\n }\n {\n - for (const srcPath of [123, 123_123_123, 123_123_123_1, 13_123_3123_31_432]) {\n + for (const srcPath of [\n + 123, 123_123_123, 123_123_123_1, 13_123_3123_31_432,\n + ]) {\n }\n }\n {\n for (const srcPath of [\n 123, 123_123_123, 123_123_123_1, 13_123_3123_31_4321,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 26)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnumbers-negative.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `numbers-negative.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -18,14 +18,16 @@\n =====================================output=====================================\n const numbers1 = [\n -2017, -506252, -744011292, -7224, -70.4, -83353.6, -708.4, -174023963.52,\n -40385,\n // comment1\n - -380014, -253951682, -728, -15.84, -2058467564.56, -43, -33, -85134845,\n - -67092, -1, -78820379, -2371.6, -16, 7,\n + -380014,\n + -253951682, -728, -15.84, -2058467564.56, -43, -33, -85134845, -67092, -1,\n + -78820379, -2371.6, -16, 7,\n // comment2\n - -62454, -4282239912, -10816495.36, 0.88, -100622682, 8.8, -67087.68000000001,\n + -62454,\n + -4282239912, -10816495.36, 0.88, -100622682, 8.8, -67087.68000000001,\n -3758276, -25.5211, -54, -1184265243, -46073628, -280423.44, -41833463,\n -27961.12, -305.36, -199875.28,\n ];\n \n const numbers2 = [\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 26)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnumbers-with-holes.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `numbers-with-holes.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -36,31 +36,31 @@\n =====================================output=====================================\n const numberWithHoles1 = [\n 7234932941,\n 7234932722,\n 7234932312,\n + // comment before a hole 1\n ,\n - // comment before a hole 1\n 7234932841,\n ,\n 7234932843,\n - ,\n // comment after a hole 1\n + ,\n 7234932436,\n ];\n \n const numberWithHoles2 = [\n 0x234932941,\n 0x234932722,\n 0x234932312,\n -\n + // comment before a hole 2\n ,\n - // comment before a hole 2\n 0x234932841,\n ,\n 0x234932843,\n - ,\n // comment after a hole 2\n + ,\n +\n 0x234932436,\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 26)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnumbers-with-tricky-comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `numbers-with-tricky-comments.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -14,12 +14,14 @@\n =====================================output=====================================\n const lazyCatererNumbers = [\n 1, 2, 4, 7, 11, 16, 22, 29, 37, 46, 56, 67, 79, 92, 106, 121, 137, 154, 172,\n 191, 211, 232, 254, 277, 301, 326, 352, 379, 407, 436, 466 /*block*/,\n // line\n - 497, 529, 562, 596, 631, 667, 704, 742, 781, 821, 862, 904, 947, 991, 1036,\n - 1082, 1129, 1177, 1226,\n + 497,\n + 529, 562, 596, 631, 667, 704, 742, 781, 821, 862, 904, 947, 991, 1036, 1082,\n + 1129, 1177, 1226,\n // line 2\n - 1276, 1327, 1379,\n + 1276,\n + 1327, 1379,\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 26)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 6\n + Received + 6\n \n @@ -28,20 +28,20 @@\n [1, 2],\n [1, 2],\n ];\n \n a = [\n - #[1, 2],\n - #[1, 2],\n - ];\n + #[1,2],\n + #[1,2],\n + ]\n \n a = [\n { a, b },\n { a, b },\n ];\n \n a = [\n - #{ a, b },\n - #{ a, b },\n - ];\n + #{a, b},\n + #{a, b},\n + ]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 26)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 5, "numPassingTests": 157, "numPendingTests": 0, "perfStats": { "start": 203721.973681, "end": 213053.66418699996, "runtime": 9332, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 18, "unchecked": 0, "unmatched": 5, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/arrays/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "empty.js" ], "duration": 0.4243469999637455, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "empty.js" ], "duration": 56.97354300005827, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 57.16180500003975, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 57.09164899995085, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 57.38172599999234, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 56.822701999917626, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 57.752073000068776, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 57.06017900002189, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 57.17079000000376, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "holes-in-args.js" ], "duration": 0.5058690001023933, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "holes-in-args.js" ], "duration": 58.26822000008542, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "holes-in-args.js" ], "duration": 57.9827510000905, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "holes-in-args.js" ], "duration": 57.47268400003668, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "holes-in-args.js" ], "duration": 57.569646000047214, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "holes-in-args.js" ], "duration": 57.72188099997584, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "holes-in-args.js" ], "duration": 58.063873999984935, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "holes-in-args.js" ], "duration": 57.62236599996686, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "holes-in-args.js" ], "duration": 57.03067499992903, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-10159.js" ], "duration": 0.6686750000808388, "failureMessages": [ "issue-10159.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-10159.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -16,11 +16,13 @@\n {\n for (const srcPath of [123, 123_123_123, 123_123_123_1, 13_123_3123_31_43]) {\n }\n }\n {\n - for (const srcPath of [123, 123_123_123, 123_123_123_1, 13_123_3123_31_432]) {\n + for (const srcPath of [\n + 123, 123_123_123, 123_123_123_1, 13_123_3123_31_432,\n + ]) {\n }\n }\n {\n for (const srcPath of [\n 123, 123_123_123, 123_123_123_1, 13_123_3123_31_4321,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 26)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "issue-10159.js" ], "duration": 62.81218600005377, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-10159.js" ], "duration": 58.48884799994994, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-10159.js" ], "duration": 58.14324200002011, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-10159.js" ], "duration": 58.11282799998298, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-10159.js" ], "duration": 58.177263999939896, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-10159.js" ], "duration": 57.900548000005074, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-10159.js" ], "duration": 58.618892999948, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-10159.js" ], "duration": 58.231655000010505, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "last.js" ], "duration": 0.4485199999762699, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "last.js" ], "duration": 57.13956500007771, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "last.js" ], "duration": 57.502020000014454, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "last.js" ], "duration": 57.178642999962904, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "last.js" ], "duration": 56.30507799994666, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "last.js" ], "duration": 55.916088000056334, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "last.js" ], "duration": 56.71370800002478, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "last.js" ], "duration": 56.80135099997278, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "last.js" ], "duration": 57.24161899997853, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 0.45924899994861335, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "nested.js" ], "duration": 69.12804199999664, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 64.18489299993962, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 61.57160899997689, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 64.86028000002261, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 62.47891399997752, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 62.11699000000954, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 62.778341000084765, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 63.955125999986194, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "numbers-in-args.js" ], "duration": 0.519512000028044, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "numbers-in-args.js" ], "duration": 61.97447000001557, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "numbers-in-args.js" ], "duration": 61.10116099996958, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "numbers-in-args.js" ], "duration": 60.585542999906465, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "numbers-in-args.js" ], "duration": 60.96688800002448, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "numbers-in-args.js" ], "duration": 61.06256399990525, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "numbers-in-args.js" ], "duration": 60.63687500008382, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "numbers-in-args.js" ], "duration": 60.563601000001654, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "numbers-in-args.js" ], "duration": 61.30947199999355, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "numbers-in-assignment.js" ], "duration": 0.4885840000351891, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "numbers-in-assignment.js" ], "duration": 61.03121899999678, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "numbers-in-assignment.js" ], "duration": 59.442750999936834, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "numbers-in-assignment.js" ], "duration": 61.197442000033334, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "numbers-in-assignment.js" ], "duration": 58.85244699998293, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "numbers-in-assignment.js" ], "duration": 57.95805600006133, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "numbers-in-assignment.js" ], "duration": 59.14214900007937, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "numbers-in-assignment.js" ], "duration": 59.99588099995162, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "numbers-in-assignment.js" ], "duration": 62.35269299999345, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "numbers-negative-comment-after-minus.js" ], "duration": 0.4687489999923855, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "numbers-negative-comment-after-minus.js" ], "duration": 61.81028299999889, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "numbers-negative-comment-after-minus.js" ], "duration": 59.88588799990248, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "numbers-negative-comment-after-minus.js" ], "duration": 58.39654500002507, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "numbers-negative-comment-after-minus.js" ], "duration": 59.00334599998314, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "numbers-negative-comment-after-minus.js" ], "duration": 58.4971310000401, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "numbers-negative-comment-after-minus.js" ], "duration": 58.95258799998555, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "numbers-negative-comment-after-minus.js" ], "duration": 59.25677799992263, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "numbers-negative-comment-after-minus.js" ], "duration": 59.512999000027776, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "numbers-negative.js" ], "duration": 0.6451609999639913, "failureMessages": [ "numbers-negative.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `numbers-negative.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -18,14 +18,16 @@\n =====================================output=====================================\n const numbers1 = [\n -2017, -506252, -744011292, -7224, -70.4, -83353.6, -708.4, -174023963.52,\n -40385,\n // comment1\n - -380014, -253951682, -728, -15.84, -2058467564.56, -43, -33, -85134845,\n - -67092, -1, -78820379, -2371.6, -16, 7,\n + -380014,\n + -253951682, -728, -15.84, -2058467564.56, -43, -33, -85134845, -67092, -1,\n + -78820379, -2371.6, -16, 7,\n // comment2\n - -62454, -4282239912, -10816495.36, 0.88, -100622682, 8.8, -67087.68000000001,\n + -62454,\n + -4282239912, -10816495.36, 0.88, -100622682, 8.8, -67087.68000000001,\n -3758276, -25.5211, -54, -1184265243, -46073628, -280423.44, -41833463,\n -27961.12, -305.36, -199875.28,\n ];\n \n const numbers2 = [\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 26)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "numbers-negative.js" ], "duration": 60.26110999996308, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "numbers-negative.js" ], "duration": 59.46715300006326, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "numbers-negative.js" ], "duration": 59.47492800001055, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "numbers-negative.js" ], "duration": 59.93622599996161, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "numbers-negative.js" ], "duration": 58.95183600008022, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "numbers-negative.js" ], "duration": 59.173304999945685, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "numbers-negative.js" ], "duration": 58.226992000010796, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "numbers-negative.js" ], "duration": 59.06321499997284, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "numbers-trailing-comma.js" ], "duration": 0.4843989999499172, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "numbers-trailing-comma.js" ], "duration": 58.45021799998358, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "numbers-trailing-comma.js" ], "duration": 58.94606499990914, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "numbers-trailing-comma.js" ], "duration": 57.249393000034615, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "numbers-trailing-comma.js" ], "duration": 56.93724200001452, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "numbers-trailing-comma.js" ], "duration": 57.61159700003918, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "numbers-trailing-comma.js" ], "duration": 57.229782000067644, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "numbers-trailing-comma.js" ], "duration": 57.1998410000233, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "numbers-trailing-comma.js" ], "duration": 57.58371999999508, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "numbers-with-holes.js" ], "duration": 0.6607190000358969, "failureMessages": [ "numbers-with-holes.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `numbers-with-holes.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -36,31 +36,31 @@\n =====================================output=====================================\n const numberWithHoles1 = [\n 7234932941,\n 7234932722,\n 7234932312,\n + // comment before a hole 1\n ,\n - // comment before a hole 1\n 7234932841,\n ,\n 7234932843,\n - ,\n // comment after a hole 1\n + ,\n 7234932436,\n ];\n \n const numberWithHoles2 = [\n 0x234932941,\n 0x234932722,\n 0x234932312,\n -\n + // comment before a hole 2\n ,\n - // comment before a hole 2\n 0x234932841,\n ,\n 0x234932843,\n - ,\n // comment after a hole 2\n + ,\n +\n 0x234932436,\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 26)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "numbers-with-holes.js" ], "duration": 59.29700399993453, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "numbers-with-holes.js" ], "duration": 59.171277999994345, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "numbers-with-holes.js" ], "duration": 58.057088000001386, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "numbers-with-holes.js" ], "duration": 58.03171100001782, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "numbers-with-holes.js" ], "duration": 57.42597199999727, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "numbers-with-holes.js" ], "duration": 58.59704999998212, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "numbers-with-holes.js" ], "duration": 58.21051600005012, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "numbers-with-holes.js" ], "duration": 58.00100399996154, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "numbers-with-trailing-comments.js" ], "duration": 0.4615859999321401, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "numbers-with-trailing-comments.js" ], "duration": 58.82056000002194, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "numbers-with-trailing-comments.js" ], "duration": 58.74735299998429, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "numbers-with-trailing-comments.js" ], "duration": 57.88984200009145, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "numbers-with-trailing-comments.js" ], "duration": 57.837218999979086, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "numbers-with-trailing-comments.js" ], "duration": 57.13440800004173, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "numbers-with-trailing-comments.js" ], "duration": 57.81388899998274, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "numbers-with-trailing-comments.js" ], "duration": 57.985196999972686, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "numbers-with-trailing-comments.js" ], "duration": 57.83560300001409, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "numbers-with-tricky-comments.js" ], "duration": 0.629480000003241, "failureMessages": [ "numbers-with-tricky-comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `numbers-with-tricky-comments.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -14,12 +14,14 @@\n =====================================output=====================================\n const lazyCatererNumbers = [\n 1, 2, 4, 7, 11, 16, 22, 29, 37, 46, 56, 67, 79, 92, 106, 121, 137, 154, 172,\n 191, 211, 232, 254, 277, 301, 326, 352, 379, 407, 436, 466 /*block*/,\n // line\n - 497, 529, 562, 596, 631, 667, 704, 742, 781, 821, 862, 904, 947, 991, 1036,\n - 1082, 1129, 1177, 1226,\n + 497,\n + 529, 562, 596, 631, 667, 704, 742, 781, 821, 862, 904, 947, 991, 1036, 1082,\n + 1129, 1177, 1226,\n // line 2\n - 1276, 1327, 1379,\n + 1276,\n + 1327, 1379,\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 26)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "numbers-with-tricky-comments.js" ], "duration": 59.90006000001449, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "numbers-with-tricky-comments.js" ], "duration": 58.62530900002457, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "numbers-with-tricky-comments.js" ], "duration": 58.65377799991984, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "numbers-with-tricky-comments.js" ], "duration": 58.524715000065044, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "numbers-with-tricky-comments.js" ], "duration": 57.77084200002719, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "numbers-with-tricky-comments.js" ], "duration": 59.13896799995564, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "numbers-with-tricky-comments.js" ], "duration": 58.62435200007167, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "numbers-with-tricky-comments.js" ], "duration": 58.8229950000532, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "numbers1.js" ], "duration": 0.4390529999509454, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "numbers1.js" ], "duration": 65.53133400005754, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "numbers1.js" ], "duration": 59.40086899988819, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "numbers1.js" ], "duration": 59.24665200000163, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "numbers1.js" ], "duration": 59.087693999987096, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "numbers1.js" ], "duration": 58.904504999984056, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "numbers1.js" ], "duration": 59.54654200002551, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "numbers1.js" ], "duration": 59.68924699991476, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "numbers1.js" ], "duration": 61.16212200000882, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "numbers2.js" ], "duration": 0.4379719999851659, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "numbers2.js" ], "duration": 61.145407999982126, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "numbers2.js" ], "duration": 58.95270799996797, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "numbers2.js" ], "duration": 58.285742999985814, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "numbers2.js" ], "duration": 60.10307000007015, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "numbers2.js" ], "duration": 57.81568899995182, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "numbers2.js" ], "duration": 58.71069099998567, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "numbers2.js" ], "duration": 57.75670100003481, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "numbers2.js" ], "duration": 60.62961699999869, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "numbers3.js" ], "duration": 0.42312400008086115, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "numbers3.js" ], "duration": 64.14629900001455, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "numbers3.js" ], "duration": 65.83673999994062, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "numbers3.js" ], "duration": 61.47593700001016, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "numbers3.js" ], "duration": 61.80532100005075, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "numbers3.js" ], "duration": 61.50683199998457, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "numbers3.js" ], "duration": 61.83532000007108, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "numbers3.js" ], "duration": 62.1736019999953, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "numbers3.js" ], "duration": 62.97269799991045, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "preserve_empty_lines.js" ], "duration": 0.4526190001051873, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "preserve_empty_lines.js" ], "duration": 61.56544599996414, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "preserve_empty_lines.js" ], "duration": 60.79319300001953, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "preserve_empty_lines.js" ], "duration": 58.69208199996501, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "preserve_empty_lines.js" ], "duration": 58.87020100001246, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "preserve_empty_lines.js" ], "duration": 60.067009000107646, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "preserve_empty_lines.js" ], "duration": 60.94985099998303, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "preserve_empty_lines.js" ], "duration": 59.68992999999318, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "preserve_empty_lines.js" ], "duration": 59.30095399997663, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.679242999991402, "failureMessages": [ "tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 6\n + Received + 6\n \n @@ -28,20 +28,20 @@\n [1, 2],\n [1, 2],\n ];\n \n a = [\n - #[1, 2],\n - #[1, 2],\n - ];\n + #[1,2],\n + #[1,2],\n + ]\n \n a = [\n { a, b },\n { a, b },\n ];\n \n a = [\n - #{ a, b },\n - #{ a, b },\n - ];\n + #{a, b},\n + #{a, b},\n + ]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 26)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 2.7412610000465065, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 1.3796469999942929, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.8424900000682101, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.7626600000075996, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.7497159999329597, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 58.5034760000417, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 58.865402000024915, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 58.273642000043765, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "in_instanceof.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `in_instanceof.js format 1`\n \n - Snapshot - 43\n + Received + 43\n \n @@ -76,80 +76,80 @@\n ++x instanceof bar; // not ambiguous, because ++(x instanceof bar) is obviously invalid\n \n !!foo instanceof Bar;\n \n =====================================output=====================================\n - (!foo) in bar;\n - (!foo) in bar;\n + !foo in bar;\n + !foo in bar;\n !(foo in bar);\n - (!foo) in bar;\n + !foo in bar;\n \n - (!foo) instanceof Bar;\n - (!foo) instanceof Bar;\n + !foo instanceof Bar;\n + !foo instanceof Bar;\n !(foo instanceof Bar);\n - (!foo) instanceof Bar;\n + !foo instanceof Bar;\n \n - (~foo) in bar;\n - (~foo) in bar;\n + ~foo in bar;\n + ~foo in bar;\n ~(foo in bar);\n - (~foo) in bar;\n + ~foo in bar;\n \n - (~foo) instanceof Bar;\n - (~foo) instanceof Bar;\n + ~foo instanceof Bar;\n + ~foo instanceof Bar;\n ~(foo instanceof Bar);\n - (~foo) instanceof Bar;\n + ~foo instanceof Bar;\n \n - (+foo) in bar;\n - (+foo) in bar;\n + +foo in bar;\n + +foo in bar;\n +(foo in bar);\n - (+foo) in bar;\n + +foo in bar;\n \n - (+foo) instanceof Bar;\n - (+foo) instanceof Bar;\n + +foo instanceof Bar;\n + +foo instanceof Bar;\n +(foo instanceof Bar);\n - (+foo) instanceof Bar;\n + +foo instanceof Bar;\n \n - (-foo) in bar;\n - (-foo) in bar;\n + -foo in bar;\n + -foo in bar;\n -(foo in bar);\n - (-foo) in bar;\n + -foo in bar;\n \n - (-foo) instanceof Bar;\n - (-foo) instanceof Bar;\n + -foo instanceof Bar;\n + -foo instanceof Bar;\n -(foo instanceof Bar);\n - (-foo) instanceof Bar;\n + -foo instanceof Bar;\n \n - (void 0) in bar;\n - (void 0) in bar;\n + void 0 in bar;\n + void 0 in bar;\n void (0 in bar);\n - (void 0) in bar;\n + void 0 in bar;\n \n - (void 0) instanceof bar;\n - (void 0) instanceof bar;\n + void 0 instanceof bar;\n + void 0 instanceof bar;\n void (0 instanceof bar);\n - (void 0) instanceof bar;\n + void 0 instanceof bar;\n \n - (delete 0) in bar;\n - (delete 0) in bar;\n + delete 0 in bar;\n + delete 0 in bar;\n delete (0 in bar);\n - (delete 0) in bar;\n + delete 0 in bar;\n \n - (delete 0) instanceof bar;\n - (delete 0) instanceof bar;\n + delete 0 instanceof bar;\n + delete 0 instanceof bar;\n delete (0 instanceof bar);\n - (delete 0) instanceof bar;\n + delete 0 instanceof bar;\n \n - (typeof 0) in bar;\n - (typeof 0) in bar;\n + typeof 0 in bar;\n + typeof 0 in bar;\n typeof (0 in bar);\n - (typeof 0) in bar;\n + typeof 0 in bar;\n \n - (typeof 0) instanceof bar;\n - (typeof 0) instanceof bar;\n + typeof 0 instanceof bar;\n + typeof 0 instanceof bar;\n typeof (0 instanceof bar);\n - (typeof 0) instanceof bar;\n + typeof 0 instanceof bar;\n \n ++x instanceof bar; // not ambiguous, because ++(x instanceof bar) is obviously invalid\n \n - (!!foo) instanceof Bar;\n + !!foo instanceof Bar;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -27,21 +27,23 @@\n foo = foo || [\n // comment\n a,\n ];\n \n - foo = foo || #[\n + foo = foo || #;\n + [\n // comment\n a,\n ];\n \n foo = foo || {\n // comment\n a,\n };\n \n - foo = foo || #{\n + foo = foo || #;\n + {\n // comment\n a,\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 2, "numPassingTests": 160, "numPendingTests": 0, "perfStats": { "start": 213125.962216, "end": 222560.666377, "runtime": 9435, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 21, "unchecked": 0, "unmatched": 2, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/binary-expressions/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "arrow.js" ], "duration": 0.44983400008641183, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 61.67594300000928, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 63.27916000003461, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 60.255286999978125, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 59.13789400004316, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 59.62012199999299, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 63.9707880000351, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 62.26196000003256, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 59.48897299997043, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "bitwise-flags.js" ], "duration": 0.4165519999805838, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "bitwise-flags.js" ], "duration": 59.48564400000032, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "bitwise-flags.js" ], "duration": 58.58792600000743, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "bitwise-flags.js" ], "duration": 56.8060889999615, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "bitwise-flags.js" ], "duration": 57.04444099997636, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "bitwise-flags.js" ], "duration": 57.27921399998013, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "bitwise-flags.js" ], "duration": 59.05894600006286, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "bitwise-flags.js" ], "duration": 57.792005999945104, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "bitwise-flags.js" ], "duration": 57.68236099998467, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "call.js" ], "duration": 0.46849900006782264, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "call.js" ], "duration": 60.87424000003375, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "call.js" ], "duration": 60.065581999951974, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "call.js" ], "duration": 58.518231000052765, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "call.js" ], "duration": 58.0031799999997, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "call.js" ], "duration": 58.60213599994313, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "call.js" ], "duration": 58.87310099997558, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "call.js" ], "duration": 58.47288600006141, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "call.js" ], "duration": 58.74882199999411, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 0.4396339999511838, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comment.js" ], "duration": 61.89420199999586, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 63.7990320000099, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 60.01480400003493, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 59.98216500005219, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 59.0859740000451, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 60.04125899996143, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 59.86453499994241, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 60.67802999995183, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "equality.js" ], "duration": 0.4298759999219328, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "equality.js" ], "duration": 59.70525300002191, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "equality.js" ], "duration": 58.61501000006683, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "equality.js" ], "duration": 58.12823000003118, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "equality.js" ], "duration": 58.08621300000232, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "equality.js" ], "duration": 57.68066000007093, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "equality.js" ], "duration": 58.954927999991924, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "equality.js" ], "duration": 57.824584000045434, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "equality.js" ], "duration": 58.674090999993496, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "exp.js" ], "duration": 0.42298399994615465, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "exp.js" ], "duration": 58.45366799994372, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "exp.js" ], "duration": 59.267396999988705, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "exp.js" ], "duration": 58.22589000000153, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "exp.js" ], "duration": 58.01795700006187, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "exp.js" ], "duration": 64.52371600002516, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "exp.js" ], "duration": 60.596177000086755, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "exp.js" ], "duration": 61.36959800007753, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "exp.js" ], "duration": 58.5882129999809, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "if.js" ], "duration": 0.43060800002422184, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "if.js" ], "duration": 59.49586600007024, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "if.js" ], "duration": 59.23015099996701, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "if.js" ], "duration": 57.7180159999989, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "if.js" ], "duration": 58.48582900001202, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "if.js" ], "duration": 58.56878900004085, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "if.js" ], "duration": 58.289598999894224, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "if.js" ], "duration": 58.65387100004591, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "if.js" ], "duration": 58.465318999951705, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "in_instanceof.js" ], "duration": 0.9810709999874234, "failureMessages": [ "in_instanceof.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `in_instanceof.js format 1`\n \n - Snapshot - 43\n + Received + 43\n \n @@ -76,80 +76,80 @@\n ++x instanceof bar; // not ambiguous, because ++(x instanceof bar) is obviously invalid\n \n !!foo instanceof Bar;\n \n =====================================output=====================================\n - (!foo) in bar;\n - (!foo) in bar;\n + !foo in bar;\n + !foo in bar;\n !(foo in bar);\n - (!foo) in bar;\n + !foo in bar;\n \n - (!foo) instanceof Bar;\n - (!foo) instanceof Bar;\n + !foo instanceof Bar;\n + !foo instanceof Bar;\n !(foo instanceof Bar);\n - (!foo) instanceof Bar;\n + !foo instanceof Bar;\n \n - (~foo) in bar;\n - (~foo) in bar;\n + ~foo in bar;\n + ~foo in bar;\n ~(foo in bar);\n - (~foo) in bar;\n + ~foo in bar;\n \n - (~foo) instanceof Bar;\n - (~foo) instanceof Bar;\n + ~foo instanceof Bar;\n + ~foo instanceof Bar;\n ~(foo instanceof Bar);\n - (~foo) instanceof Bar;\n + ~foo instanceof Bar;\n \n - (+foo) in bar;\n - (+foo) in bar;\n + +foo in bar;\n + +foo in bar;\n +(foo in bar);\n - (+foo) in bar;\n + +foo in bar;\n \n - (+foo) instanceof Bar;\n - (+foo) instanceof Bar;\n + +foo instanceof Bar;\n + +foo instanceof Bar;\n +(foo instanceof Bar);\n - (+foo) instanceof Bar;\n + +foo instanceof Bar;\n \n - (-foo) in bar;\n - (-foo) in bar;\n + -foo in bar;\n + -foo in bar;\n -(foo in bar);\n - (-foo) in bar;\n + -foo in bar;\n \n - (-foo) instanceof Bar;\n - (-foo) instanceof Bar;\n + -foo instanceof Bar;\n + -foo instanceof Bar;\n -(foo instanceof Bar);\n - (-foo) instanceof Bar;\n + -foo instanceof Bar;\n \n - (void 0) in bar;\n - (void 0) in bar;\n + void 0 in bar;\n + void 0 in bar;\n void (0 in bar);\n - (void 0) in bar;\n + void 0 in bar;\n \n - (void 0) instanceof bar;\n - (void 0) instanceof bar;\n + void 0 instanceof bar;\n + void 0 instanceof bar;\n void (0 instanceof bar);\n - (void 0) instanceof bar;\n + void 0 instanceof bar;\n \n - (delete 0) in bar;\n - (delete 0) in bar;\n + delete 0 in bar;\n + delete 0 in bar;\n delete (0 in bar);\n - (delete 0) in bar;\n + delete 0 in bar;\n \n - (delete 0) instanceof bar;\n - (delete 0) instanceof bar;\n + delete 0 instanceof bar;\n + delete 0 instanceof bar;\n delete (0 instanceof bar);\n - (delete 0) instanceof bar;\n + delete 0 instanceof bar;\n \n - (typeof 0) in bar;\n - (typeof 0) in bar;\n + typeof 0 in bar;\n + typeof 0 in bar;\n typeof (0 in bar);\n - (typeof 0) in bar;\n + typeof 0 in bar;\n \n - (typeof 0) instanceof bar;\n - (typeof 0) instanceof bar;\n + typeof 0 instanceof bar;\n + typeof 0 instanceof bar;\n typeof (0 instanceof bar);\n - (typeof 0) instanceof bar;\n + typeof 0 instanceof bar;\n \n ++x instanceof bar; // not ambiguous, because ++(x instanceof bar) is obviously invalid\n \n - (!!foo) instanceof Bar;\n + !!foo instanceof Bar;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "in_instanceof.js" ], "duration": 70.36355799995363, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "in_instanceof.js" ], "duration": 66.07561199995689, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "in_instanceof.js" ], "duration": 61.122841999982484, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "in_instanceof.js" ], "duration": 61.43869700003415, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "in_instanceof.js" ], "duration": 60.3084159999853, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "in_instanceof.js" ], "duration": 61.54437599994708, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "in_instanceof.js" ], "duration": 61.9255290000001, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "in_instanceof.js" ], "duration": 62.421987000037916, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "inline-jsx.js" ], "duration": 0.47547200007829815, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "inline-jsx.js" ], "duration": 63.603094000020064, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "inline-jsx.js" ], "duration": 60.56170600000769, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "inline-jsx.js" ], "duration": 59.20649300003424, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "inline-jsx.js" ], "duration": 58.96290299994871, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "inline-jsx.js" ], "duration": 59.2092549999943, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "inline-jsx.js" ], "duration": 59.19634100003168, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "inline-jsx.js" ], "duration": 59.605989999952726, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "inline-jsx.js" ], "duration": 59.164211000083014, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "inline-object-array.js" ], "duration": 0.4649119999958202, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "inline-object-array.js" ], "duration": 74.24033299996518, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "inline-object-array.js" ], "duration": 64.81292000005487, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "inline-object-array.js" ], "duration": 61.139996999991126, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "inline-object-array.js" ], "duration": 61.76759800000582, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "inline-object-array.js" ], "duration": 61.44103999994695, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "inline-object-array.js" ], "duration": 62.24026099999901, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "inline-object-array.js" ], "duration": 62.78250900004059, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "inline-object-array.js" ], "duration": 62.91478299989831, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsx_parent.js" ], "duration": 0.44100700004491955, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jsx_parent.js" ], "duration": 62.42749999999069, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jsx_parent.js" ], "duration": 61.179721000022255, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jsx_parent.js" ], "duration": 59.14858099992853, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsx_parent.js" ], "duration": 58.965320000075735, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsx_parent.js" ], "duration": 59.0058030000655, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsx_parent.js" ], "duration": 59.85068599996157, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jsx_parent.js" ], "duration": 59.92335100006312, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jsx_parent.js" ], "duration": 64.11841400002595, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "like-regexp.js" ], "duration": 0.4319299999624491, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "like-regexp.js" ], "duration": 58.790630000061356, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "like-regexp.js" ], "duration": 58.58161700004712, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "like-regexp.js" ], "duration": 57.916947999969125, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "like-regexp.js" ], "duration": 57.67819500004407, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "like-regexp.js" ], "duration": 57.68198700004723, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "like-regexp.js" ], "duration": 57.741586999967694, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "like-regexp.js" ], "duration": 59.288951999973506, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "like-regexp.js" ], "duration": 57.481734000029974, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "math.js" ], "duration": 0.4354769999627024, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "math.js" ], "duration": 60.722750999964774, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "math.js" ], "duration": 59.63842099998146, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "math.js" ], "duration": 59.18522999994457, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "math.js" ], "duration": 58.83160699997097, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "math.js" ], "duration": 58.30600800004322, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "math.js" ], "duration": 61.04004300001543, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "math.js" ], "duration": 58.44573199993465, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "math.js" ], "duration": 59.994387999991886, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "return.js" ], "duration": 0.4276120000286028, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "return.js" ], "duration": 59.44055600010324, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "return.js" ], "duration": 61.12038300000131, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "return.js" ], "duration": 58.19685900001787, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "return.js" ], "duration": 58.4411540000001, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "return.js" ], "duration": 59.035600000061095, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "return.js" ], "duration": 60.665034999954514, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "return.js" ], "duration": 62.40329499996733, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "return.js" ], "duration": 59.81000199995469, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "short-right.js" ], "duration": 0.4460270000854507, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "short-right.js" ], "duration": 59.88856999995187, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "short-right.js" ], "duration": 59.78130999999121, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "short-right.js" ], "duration": 58.71622699999716, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "short-right.js" ], "duration": 59.16746399994008, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "short-right.js" ], "duration": 59.247033999999985, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "short-right.js" ], "duration": 59.61184799997136, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "short-right.js" ], "duration": 59.665263999952, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "short-right.js" ], "duration": 59.53563299996313, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 0.4442229999694973, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "test.js" ], "duration": 67.13213100004941, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 61.80518799996935, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "test.js" ], "duration": 60.11169599997811, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test.js" ], "duration": 59.870461000013165, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 59.53756099997554, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test.js" ], "duration": 61.50748700008262, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "test.js" ], "duration": 60.14485399995465, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 60.679644000018016, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.7236770000308752, "failureMessages": [ "tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -27,21 +27,23 @@\n foo = foo || [\n // comment\n a,\n ];\n \n - foo = foo || #[\n + foo = foo || #;\n + [\n // comment\n a,\n ];\n \n foo = foo || {\n // comment\n a,\n };\n \n - foo = foo || #{\n + foo = foo || #;\n + {\n // comment\n a,\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 2.697429000050761, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 1.4807170000858605, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 1.1777579999761656, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.7725090000312775, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.7717380000976846, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 59.34000099997502, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 58.78792000003159, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 58.837570999981835, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 0.40216500009410083, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "unary.js" ], "duration": 58.162106000003405, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 58.37003899994306, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 57.47756499995012, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 57.13745000003837, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 57.78284599992912, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 58.516050000092946, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 59.314573999959975, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 57.57581700000446, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -9,11 +9,13 @@\n class C extends [] {}\n class D extends #[] {}\n \n =====================================output=====================================\n class A extends ({}) {}\n - class B extends #{} {}\n + class B extends #{}\n + {\n + }\n \n class C extends [] {}\n class D extends #[] {}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 28)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 26, "numPendingTests": 0, "perfStats": { "start": 222625.77873099997, "end": 223963.31537100003, "runtime": 1338, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 7, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/class-extends/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "complex.js" ], "duration": 0.4439129999373108, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "complex.js" ], "duration": 59.00269799993839, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "complex.js" ], "duration": 59.818402000004426, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "complex.js" ], "duration": 57.81610699999146, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "complex.js" ], "duration": 58.87720300001092, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "complex.js" ], "duration": 58.222931000054814, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "complex.js" ], "duration": 58.53798999998253, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "complex.js" ], "duration": 58.80338900000788, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "complex.js" ], "duration": 58.80187600001227, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "extends.js" ], "duration": 0.43226999999023974, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "extends.js" ], "duration": 63.021833000006154, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "extends.js" ], "duration": 61.291465000016615, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "extends.js" ], "duration": 59.81087399995886, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "extends.js" ], "duration": 59.466155000030994, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "extends.js" ], "duration": 59.020516000106, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "extends.js" ], "duration": 59.80005399999209, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "extends.js" ], "duration": 60.736868000007235, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "extends.js" ], "duration": 60.174850999959745, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.661921999999322, "failureMessages": [ "tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -9,11 +9,13 @@\n class C extends [] {}\n class D extends #[] {}\n \n =====================================output=====================================\n class A extends ({}) {}\n - class B extends #{} {}\n + class B extends #{}\n + {\n + }\n \n class C extends [] {}\n class D extends #[] {}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 28)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 1.9711370000150055, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 1.7697289999341592, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.8211799999698997, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.7649250000249594, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.7364209999796003, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 56.92391699994914, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 58.65368099999614, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 57.445034000091255, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 162, "numPendingTests": 0, "perfStats": { "start": 224029.405048, "end": 233450.81266300002, "runtime": 9421, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 18, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/trailing-comma/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"none\"}" ], "duration": 0.5191840000916272, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"none\"}" ], "duration": 56.6788200000301, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"none\"}" ], "duration": 57.41758100001607, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"none\"}" ], "duration": 56.72780000010971, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"none\"}" ], "duration": 57.40747700002976, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"none\"}" ], "duration": 57.067642999929376, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"none\"}" ], "duration": 56.999489000067115, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"none\"}" ], "duration": 57.24576999992132, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"none\"}" ], "duration": 56.94942199997604, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"none\"}" ], "duration": 0.4503949999343604, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"none\"}" ], "duration": 58.25227799999993, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"none\"}" ], "duration": 58.05117099999916, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"none\"}" ], "duration": 57.506328999996185, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"none\"}" ], "duration": 57.11396899993997, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"none\"}" ], "duration": 57.27165300003253, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"none\"}" ], "duration": 57.38422599993646, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"none\"}" ], "duration": 57.05704099999275, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"none\"}" ], "duration": 57.45846899994649, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"none\"}" ], "duration": 0.4370889998972416, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"none\"}" ], "duration": 60.1074559999397, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"none\"}" ], "duration": 57.86041399999522, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"none\"}" ], "duration": 57.794830000028014, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"none\"}" ], "duration": 58.001096999971196, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"none\"}" ], "duration": 57.226084000081755, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"none\"}" ], "duration": 58.95187300001271, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"none\"}" ], "duration": 58.2412169999443, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"none\"}" ], "duration": 60.07504699996207, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"none\"}" ], "duration": 0.4363590000430122, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"none\"}" ], "duration": 57.5733149999287, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"none\"}" ], "duration": 58.263939999975264, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"none\"}" ], "duration": 56.77612699999008, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"none\"}" ], "duration": 56.69648000004236, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"none\"}" ], "duration": 56.87693899997976, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"none\"}" ], "duration": 57.45448499999475, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"none\"}" ], "duration": 57.97901200002525, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"none\"}" ], "duration": 57.15834600001108, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"none\"}" ], "duration": 0.43686000001616776, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"none\"}" ], "duration": 60.18925399996806, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"none\"}" ], "duration": 59.71345600008499, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"none\"}" ], "duration": 58.870074999984354, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"none\"}" ], "duration": 59.140597000019625, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"none\"}" ], "duration": 58.30712400004268, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"none\"}" ], "duration": 58.501802999991924, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"none\"}" ], "duration": 58.23302899999544, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"none\"}" ], "duration": 58.65589500009082, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"none\"}" ], "duration": 0.49949600000400096, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"none\"}" ], "duration": 60.55721799994353, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"none\"}" ], "duration": 59.806395999970846, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"none\"}" ], "duration": 58.47864699992351, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"none\"}" ], "duration": 58.98128100007307, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"none\"}" ], "duration": 58.46935299993493, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"none\"}" ], "duration": 60.08154899999499, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"none\"}" ], "duration": 59.56871699995827, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"none\"}" ], "duration": 59.697561999899335, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"all\"}" ], "duration": 0.46513200004119426, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"all\"}" ], "duration": 57.45237799989991, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"all\"}" ], "duration": 57.247982000000775, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"all\"}" ], "duration": 57.10625199996866, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"all\"}" ], "duration": 57.02813300001435, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"all\"}" ], "duration": 56.15220899996348, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"all\"}" ], "duration": 59.36617099994328, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"all\"}" ], "duration": 56.39263800007757, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"all\"}" ], "duration": 56.688477999996394, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"all\"}" ], "duration": 0.4400450000539422, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"all\"}" ], "duration": 59.008690999937244, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"all\"}" ], "duration": 57.34988599992357, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"all\"}" ], "duration": 56.973117999965325, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"all\"}" ], "duration": 58.316334999981336, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"all\"}" ], "duration": 56.81215700006578, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"all\"}" ], "duration": 57.3727390000131, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"all\"}" ], "duration": 57.0187740001129, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"all\"}" ], "duration": 57.57700299995486, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"all\"}" ], "duration": 0.44921200000680983, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"all\"}" ], "duration": 59.39996000006795, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"all\"}" ], "duration": 58.71099399996456, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"all\"}" ], "duration": 58.650801999960095, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"all\"}" ], "duration": 57.93344000005163, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"all\"}" ], "duration": 57.031842000084, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"all\"}" ], "duration": 58.28105600003619, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"all\"}" ], "duration": 57.16936900001019, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"all\"}" ], "duration": 58.61219700006768, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"all\"}" ], "duration": 0.4307879999978468, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"all\"}" ], "duration": 58.34021399996709, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"all\"}" ], "duration": 57.75221400009468, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"all\"}" ], "duration": 57.00730999989901, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"all\"}" ], "duration": 57.57388300006278, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"all\"}" ], "duration": 58.02643299999181, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"all\"}" ], "duration": 57.61076099995989, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"all\"}" ], "duration": 57.624547000043094, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"all\"}" ], "duration": 58.57818800001405, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"all\"}" ], "duration": 0.438691999996081, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"all\"}" ], "duration": 59.06624399998691, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"all\"}" ], "duration": 59.18781799997669, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"all\"}" ], "duration": 57.96114899998065, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"all\"}" ], "duration": 57.77581400005147, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"all\"}" ], "duration": 58.27705800009426, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"all\"}" ], "duration": 57.7193720000796, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"all\"}" ], "duration": 58.220066000008956, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"all\"}" ], "duration": 57.87412300007418, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"all\"}" ], "duration": 0.5089849999640137, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"all\"}" ], "duration": 60.54701099998783, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"all\"}" ], "duration": 60.68752699997276, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"all\"}" ], "duration": 58.779724999913014, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"all\"}" ], "duration": 58.81960199994501, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"all\"}" ], "duration": 58.97468600003049, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"all\"}" ], "duration": 59.46298599999864, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"all\"}" ], "duration": 60.121462999959476, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"all\"}" ], "duration": 59.99511299992446, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"es5\"}" ], "duration": 0.48393800004851073, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"es5\"}" ], "duration": 56.655056999996305, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"es5\"}" ], "duration": 57.06047899997793, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"es5\"}" ], "duration": 56.71211899991613, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"es5\"}" ], "duration": 56.66113700007554, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"es5\"}" ], "duration": 56.84886300005019, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"es5\"}" ], "duration": 56.578616000013426, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"es5\"}" ], "duration": 57.343430000008084, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.41067400004249, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"es5\"}" ], "duration": 0.4446740000275895, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.07467700005509, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"es5\"}" ], "duration": 57.65995799994562, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"es5\"}" ], "duration": 57.147286000079475, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"es5\"}" ], "duration": 57.10693599993829, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.08279700006824, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"es5\"}" ], "duration": 60.26116500003263, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"es5\"}" ], "duration": 57.141422000015154, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"es5\"}" ], "duration": 56.966901000007056, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"es5\"}" ], "duration": 0.4299070000415668, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"es5\"}" ], "duration": 60.22533599997405, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"es5\"}" ], "duration": 57.5856040000217, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"es5\"}" ], "duration": 57.564775999984704, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.009578999946825, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"es5\"}" ], "duration": 57.86910600005649, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"es5\"}" ], "duration": 57.960146000026725, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.325110999983735, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"es5\"}" ], "duration": 57.9421100000618, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"es5\"}" ], "duration": 0.43617799994535744, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"es5\"}" ], "duration": 57.65985599998385, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"es5\"}" ], "duration": 57.86567899992224, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"es5\"}" ], "duration": 57.392833000048995, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"es5\"}" ], "duration": 57.144575999933295, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"es5\"}" ], "duration": 57.1484749999363, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"es5\"}" ], "duration": 57.533958000014536, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"es5\"}" ], "duration": 57.225686999969184, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"es5\"}" ], "duration": 57.695732999942265, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"es5\"}" ], "duration": 0.4519080000463873, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.98947699996643, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.434408999979496, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.340185999986716, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"es5\"}" ], "duration": 57.69167699990794, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"es5\"}" ], "duration": 57.046152999973856, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.29934200004209, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.55257500009611, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.491084999986924, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"es5\"}" ], "duration": 0.4476999999023974, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"es5\"}" ], "duration": 60.40254999999888, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"es5\"}" ], "duration": 60.05327399994712, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.927067000069655, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.84342499997001, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.23967500007711, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"es5\"}" ], "duration": 60.004804000025615, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.00333600002341, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.667763000004925, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "expression.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `expression.js format 1`\n \n - Snapshot - 2\n + Received + 4\n \n @@ -31,12 +31,14 @@\n =====================================output=====================================\n () => ({})``;\n ({})``;\n a = () => ({}).x;\n ({}) && a, b;\n - ({})::b, 0;\n - ({})::b()``[\"\"].c++ && 0 ? 0 : 0, 0;\n + ({}\n + ::b, 0)\n + ({}\n + ::b()``[''].c++ && 0 ? 0 : 0, 0)\n ({})(), 0;\n ({} = 0);\n ({} = 0), 1;\n \n const a1 = {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 30)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 71, "numPendingTests": 0, "perfStats": { "start": 233515.81734100002, "end": 237379.770068, "runtime": 3864, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 13, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/objects/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "bigint-key.js" ], "duration": 0.4119319999590516, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "bigint-key.js" ], "duration": 1.6221420000074431, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "bigint-key.js" ], "duration": 58.77355499996338, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "bigint-key.js" ], "duration": 58.574505000025965, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "bigint-key.js" ], "duration": 57.04176399996504, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "bigint-key.js" ], "duration": 58.42255100002512, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "bigint-key.js" ], "duration": 58.40073300001677, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "bigint-key.js" ], "duration": 58.782802000059746, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "bigint-key.js" ], "duration": 57.83941000001505, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "escape-sequence-key.js" ], "duration": 0.48847600002773106, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "escape-sequence-key.js" ], "duration": 59.54484600003343, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "escape-sequence-key.js" ], "duration": 57.99702900007833, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "escape-sequence-key.js" ], "duration": 56.86935799999628, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "escape-sequence-key.js" ], "duration": 56.68457799998578, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "escape-sequence-key.js" ], "duration": 56.47110900003463, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "escape-sequence-key.js" ], "duration": 57.758611000026576, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "escape-sequence-key.js" ], "duration": 57.40055400005076, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "escape-sequence-key.js" ], "duration": 59.761330000008456, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "expand.js" ], "duration": 0.4139569998951629, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "expand.js" ], "duration": 58.42503599997144, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "expand.js" ], "duration": 58.31132099998649, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "expand.js" ], "duration": 57.326625999994576, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "expand.js" ], "duration": 57.14357800001744, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "expand.js" ], "duration": 57.573428000090644, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "expand.js" ], "duration": 58.22076600010041, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "expand.js" ], "duration": 57.7041559999343, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "expand.js" ], "duration": 58.399540999904275, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "expression.js" ], "duration": 0.6600069999694824, "failureMessages": [ "expression.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `expression.js format 1`\n \n - Snapshot - 2\n + Received + 4\n \n @@ -31,12 +31,14 @@\n =====================================output=====================================\n () => ({})``;\n ({})``;\n a = () => ({}).x;\n ({}) && a, b;\n - ({})::b, 0;\n - ({})::b()``[\"\"].c++ && 0 ? 0 : 0, 0;\n + ({}\n + ::b, 0)\n + ({}\n + ::b()``[''].c++ && 0 ? 0 : 0, 0)\n ({})(), 0;\n ({} = 0);\n ({} = 0), 1;\n \n const a1 = {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 30)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "expression.js" ], "duration": 2.6556110000237823, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "expression.js" ], "duration": 7.291654999949969, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "expression.js" ], "duration": 1.0548479999415576, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "expression.js" ], "duration": 0.9698990000179037, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "expression.js" ], "duration": 0.8618870000354946, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "expression.js" ], "duration": 59.06387299997732, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "expression.js" ], "duration": 59.77724500000477, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "expression.js" ], "duration": 58.938739000004716, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "getter-setter.js" ], "duration": 0.42271299997810274, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "getter-setter.js" ], "duration": 58.65832799999043, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "getter-setter.js" ], "duration": 58.191358000040054, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "getter-setter.js" ], "duration": 59.743167000007816, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "getter-setter.js" ], "duration": 56.96370200009551, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "getter-setter.js" ], "duration": 57.05732099991292, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "getter-setter.js" ], "duration": 57.067567999940366, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "getter-setter.js" ], "duration": 57.23555300000589, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "getter-setter.js" ], "duration": 57.579916000016965, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "method.js" ], "duration": 0.4194269999861717, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "method.js" ], "duration": 56.749704000074416, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "method.js" ], "duration": 58.7889060000889, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "method.js" ], "duration": 56.93223600008059, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "method.js" ], "duration": 56.80084300006274, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "method.js" ], "duration": 56.109412999940105, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "method.js" ], "duration": 56.58377599995583, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "method.js" ], "duration": 56.099586999975145, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "method.js" ], "duration": 57.13804099999834, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range.js" ], "duration": 0.4315899999346584, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "range.js" ], "duration": 58.288792000035755, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "range.js" ], "duration": 59.083737000008114, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "range.js" ], "duration": 58.030575999990106, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range.js" ], "duration": 57.14881099993363, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range.js" ], "duration": 58.4792829999933, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range.js" ], "duration": 58.20889099990018, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "range.js" ], "duration": 58.344270000001416, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "range.js" ], "duration": 57.64220000000205, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "right-break.js" ], "duration": 0.4397850000532344, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "right-break.js" ], "duration": 58.258348000003025, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "right-break.js" ], "duration": 59.080089000053704, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "right-break.js" ], "duration": 57.93365000002086, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "right-break.js" ], "duration": 57.95357400004286, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "right-break.js" ], "duration": 57.12737800006289, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "right-break.js" ], "duration": 57.406885000062175, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "right-break.js" ], "duration": 58.12470200005919, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "right-break.js" ], "duration": 57.628800999955274, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 4\n + Received + 6\n \n @@ -68,13 +68,14 @@\n onFiltersUpdated = () => null,\n onSelect = () => null,\n onSubmitAndDeselect = () => null,\n onCancel = () => null,\n searchFilters = null,\n - title = \"\",\n + title = '',\n items = [],\n - } = #{}) {}\n + } = #{}) {\n + }\n \n function StatelessFunctionalComponent3([\n isActive = true,\n onFiltersUpdated = () => null,\n onSelect = () => null,\n @@ -90,10 +91,11 @@\n onFiltersUpdated = () => null,\n onSelect = () => null,\n onSubmitAndDeselect = () => null,\n onCancel = () => null,\n searchFilters = null,\n - title = \"\",\n + title = '',\n items = [],\n - ] = #[]) {}\n + ] = #[]) {\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 31)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 20, "numPendingTests": 0, "perfStats": { "start": 237443.51183699997, "end": 238486.709155, "runtime": 1043, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 6, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/function-single-destructuring/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "array.js" ], "duration": 0.4551140000112355, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "array.js" ], "duration": 63.354522000066936, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "array.js" ], "duration": 59.5259500000393, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "array.js" ], "duration": 59.92779500002507, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "array.js" ], "duration": 59.2993289999431, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "array.js" ], "duration": 60.394992000074126, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "array.js" ], "duration": 60.14981899992563, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "object.js" ], "duration": 0.4459160000551492, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "object.js" ], "duration": 64.91172600002028, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "object.js" ], "duration": 59.01427699998021, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "object.js" ], "duration": 58.64458600000944, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "object.js" ], "duration": 59.09801800001878, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "object.js" ], "duration": 60.29629399999976, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "object.js" ], "duration": 61.418993000057526, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.6846339999465272, "failureMessages": [ "tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 4\n + Received + 6\n \n @@ -68,13 +68,14 @@\n onFiltersUpdated = () => null,\n onSelect = () => null,\n onSubmitAndDeselect = () => null,\n onCancel = () => null,\n searchFilters = null,\n - title = \"\",\n + title = '',\n items = [],\n - } = #{}) {}\n + } = #{}) {\n + }\n \n function StatelessFunctionalComponent3([\n isActive = true,\n onFiltersUpdated = () => null,\n onSelect = () => null,\n @@ -90,10 +91,11 @@\n onFiltersUpdated = () => null,\n onSelect = () => null,\n onSubmitAndDeselect = () => null,\n onCancel = () => null,\n searchFilters = null,\n - title = \"\",\n + title = '',\n items = [],\n - ] = #[]) {}\n + ] = #[]) {\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 31)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 8.096944999997504, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 1.8452710000565276, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 1.8749460000544786, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 1.3614430000307038, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 61.2388590000337, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 59.39945200004149, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "class-expression-decorator.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `class-expression-decorator.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -8,12 +8,12 @@\n @decorator\n class {}\n );\n \n =====================================output=====================================\n - // prettier-ignore\n (\n + // prettier-ignore\n @decorator\n class {}\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 32)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-11077.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-11077.js format 1`\n \n - Snapshot - 4\n + Received + 7\n \n @@ -24,18 +24,21 @@\n \n }\n \n =====================================output=====================================\n function HelloWorld(x) {\n - // prettier-ignore\n - // eslint-disable-next-line\n - (x.a |\n - x.b).call(null);\n + (\n + // prettier-ignore\n + // eslint-disable-next-line\n + x.a |\n + x.b\n + ).call(null)\n }\n \n function HelloWorld(x) {\n // prettier-ignore\n +\n (\n // eslint-disable-next-line\n x.a |\n x.b\n ).call(null)\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 32)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-13737.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-13737.js format 1`\n \n - Snapshot - 2\n + Received + 4\n \n @@ -18,9 +18,11 @@\n // prettier-ignore\n (0, 1),\n );\n \n a =\n - // prettier-ignore\n - (0, 1);\n + (\n + // prettier-ignore\n + (0, 1)\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 32)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-14404.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-14404.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -11,11 +11,13 @@\n ).blah\n }\n \n =====================================output=====================================\n async function foo() {\n - // prettier-ignore\n - // b\n - (await thing()).blah;\n + (\n + \t// prettier-ignore\n + \t// b\n + \tawait thing()\n + ).blah\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 32)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-9877.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-9877.js format 1`\n \n - Snapshot - 6\n + Received + 1\n \n @@ -17,15 +17,10 @@\n \n =====================================output=====================================\n export default function test() {\n return {\n matrix: // prettier-ignore\n - new Float32Array([\n - 0, 0,\n - 1, 0,\n - 1, 1,\n - 0, 1\n - ]),\n + new Float32Array([0, 0, 1, 0, 1, 1, 0, 1]),\n };\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 32)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 5, "numPassingTests": 85, "numPendingTests": 0, "perfStats": { "start": 238567.872896, "end": 243524.376307, "runtime": 4957, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 10, "unchecked": 0, "unmatched": 5, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/ignore/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "class-expression-decorator.js" ], "duration": 0.588253999943845, "failureMessages": [ "class-expression-decorator.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `class-expression-decorator.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -8,12 +8,12 @@\n @decorator\n class {}\n );\n \n =====================================output=====================================\n - // prettier-ignore\n (\n + // prettier-ignore\n @decorator\n class {}\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 32)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "class-expression-decorator.js" ], "duration": 2.2325480000581592, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class-expression-decorator.js" ], "duration": 57.57873700000346, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "class-expression-decorator.js" ], "duration": 1.1056039999239147, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class-expression-decorator.js" ], "duration": 0.7239879999542609, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class-expression-decorator.js" ], "duration": 56.43593899998814, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class-expression-decorator.js" ], "duration": 56.67968699999619, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class-expression-decorator.js" ], "duration": 56.472650999901816, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class-expression-decorator.js" ], "duration": 56.4238249999471, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "decorator.js" ], "duration": 0.42080999992322177, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "decorator.js" ], "duration": 57.263078000047244, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "decorator.js" ], "duration": 57.02156699995976, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "decorator.js" ], "duration": 1.0359020000323653, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "decorator.js" ], "duration": 0.6688750000903383, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "decorator.js" ], "duration": 55.99139100010507, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "decorator.js" ], "duration": 56.636901999940164, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "decorator.js" ], "duration": 58.4942700000247, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "decorator.js" ], "duration": 57.11394300009124, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "ignore-2.js" ], "duration": 0.43185000005178154, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "ignore-2.js" ], "duration": 59.88437599991448, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "ignore-2.js" ], "duration": 60.026585999992676, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "ignore-2.js" ], "duration": 59.45765900006518, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "ignore-2.js" ], "duration": 58.75415699998848, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "ignore-2.js" ], "duration": 58.727042000042275, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "ignore-2.js" ], "duration": 59.05854699993506, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "ignore-2.js" ], "duration": 58.880928999977186, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "ignore-2.js" ], "duration": 58.818669000058435, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 0.44824100006371737, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 60.95447100000456, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 60.57560199999716, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 58.12423499999568, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 59.6120510000037, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 57.933393000043, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 59.093435000046156, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 59.130127000040375, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 58.59467499994207, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-10661.js" ], "duration": 0.4818029999732971, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-10661.js" ], "duration": 57.76979900000151, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-10661.js" ], "duration": 57.67760900000576, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-10661.js" ], "duration": 56.74533499998506, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-10661.js" ], "duration": 57.22825000004377, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-10661.js" ], "duration": 56.774795999983326, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-10661.js" ], "duration": 57.911587000009604, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-10661.js" ], "duration": 57.30529499996919, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-10661.js" ], "duration": 57.70684200001415, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-11077.js" ], "duration": 0.6974080000072718, "failureMessages": [ "issue-11077.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-11077.js format 1`\n \n - Snapshot - 4\n + Received + 7\n \n @@ -24,18 +24,21 @@\n \n }\n \n =====================================output=====================================\n function HelloWorld(x) {\n - // prettier-ignore\n - // eslint-disable-next-line\n - (x.a |\n - x.b).call(null);\n + (\n + // prettier-ignore\n + // eslint-disable-next-line\n + x.a |\n + x.b\n + ).call(null)\n }\n \n function HelloWorld(x) {\n // prettier-ignore\n +\n (\n // eslint-disable-next-line\n x.a |\n x.b\n ).call(null)\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 32)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "issue-11077.js" ], "duration": 58.03489400004037, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-11077.js" ], "duration": 58.01213500008453, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-11077.js" ], "duration": 57.51499399996828, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-11077.js" ], "duration": 57.47240200010128, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-11077.js" ], "duration": 57.188591999933124, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-11077.js" ], "duration": 57.14546200004406, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-11077.js" ], "duration": 57.94273799995426, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-11077.js" ], "duration": 59.97250199993141, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-13737.js" ], "duration": 0.6192909999517724, "failureMessages": [ "issue-13737.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-13737.js format 1`\n \n - Snapshot - 2\n + Received + 4\n \n @@ -18,9 +18,11 @@\n // prettier-ignore\n (0, 1),\n );\n \n a =\n - // prettier-ignore\n - (0, 1);\n + (\n + // prettier-ignore\n + (0, 1)\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 32)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "issue-13737.js" ], "duration": 58.75257899996359, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-13737.js" ], "duration": 57.766989999916404, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-13737.js" ], "duration": 57.66009200003464, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-13737.js" ], "duration": 57.37433499994222, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-13737.js" ], "duration": 57.15318599995226, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-13737.js" ], "duration": 56.84631699998863, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-13737.js" ], "duration": 57.5539090000093, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-13737.js" ], "duration": 57.31425399996806, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-14404.js" ], "duration": 0.6381660000188276, "failureMessages": [ "issue-14404.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-14404.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -11,11 +11,13 @@\n ).blah\n }\n \n =====================================output=====================================\n async function foo() {\n - // prettier-ignore\n - // b\n - (await thing()).blah;\n + (\n + \t// prettier-ignore\n + \t// b\n + \tawait thing()\n + ).blah\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 32)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "issue-14404.js" ], "duration": 58.153527999995276, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-14404.js" ], "duration": 59.0369799999753, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-14404.js" ], "duration": 57.4760149999056, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-14404.js" ], "duration": 57.87599499989301, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-14404.js" ], "duration": 57.7556110000005, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-14404.js" ], "duration": 58.53408000001218, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-14404.js" ], "duration": 58.72258599998895, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-14404.js" ], "duration": 57.60646599996835, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-9335.js" ], "duration": 0.4211189999477938, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-9335.js" ], "duration": 57.41467700002249, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-9335.js" ], "duration": 56.80416699999478, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-9335.js" ], "duration": 56.29913800000213, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-9335.js" ], "duration": 57.91574699990451, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-9335.js" ], "duration": 56.594745000009425, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-9335.js" ], "duration": 58.37844000000041, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-9335.js" ], "duration": 57.29294900002424, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-9335.js" ], "duration": 56.10410199989565, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-9877.js" ], "duration": 0.6277870000340044, "failureMessages": [ "issue-9877.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-9877.js format 1`\n \n - Snapshot - 6\n + Received + 1\n \n @@ -17,15 +17,10 @@\n \n =====================================output=====================================\n export default function test() {\n return {\n matrix: // prettier-ignore\n - new Float32Array([\n - 0, 0,\n - 1, 0,\n - 1, 1,\n - 0, 1\n - ]),\n + new Float32Array([0, 0, 1, 0, 1, 1, 0, 1]),\n };\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 32)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "issue-9877.js" ], "duration": 58.82442299998365, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-9877.js" ], "duration": 58.552613999927416, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-9877.js" ], "duration": 57.33838700002525, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-9877.js" ], "duration": 57.68347399996128, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-9877.js" ], "duration": 57.712901999941096, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-9877.js" ], "duration": 57.3841689999681, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-9877.js" ], "duration": 64.4445640000049, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-9877.js" ], "duration": 67.18290999997407, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 30, "numPendingTests": 0, "perfStats": { "start": 243593.913673, "end": 245016.019317, "runtime": 1422, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 12, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/classes-private-fields/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "optional-chaining.js" ], "duration": 0.48062100005336106, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "optional-chaining.js" ], "duration": 1.3422070000087842, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "optional-chaining.js" ], "duration": 0.7286869999952614, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "optional-chaining.js" ], "duration": 0.7342870000284165, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "optional-chaining.js" ], "duration": 58.11032500001602, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "private_fields.js" ], "duration": 0.5414960000198334, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "private_fields.js" ], "duration": 61.16057000006549, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "private_fields.js" ], "duration": 61.26484099996742, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "private_fields.js" ], "duration": 60.87107500003185, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "private_fields.js" ], "duration": 61.63688799994998, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "with_comments.js" ], "duration": 0.4211799999466166, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "with_comments.js" ], "duration": 56.817434999975376, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "with_comments.js" ], "duration": 57.13647599995602, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "with_comments.js" ], "duration": 56.847973999916576, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "with_comments.js" ], "duration": 57.64871800004039, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "optional-chaining.js - {\"semi\":false}" ], "duration": 0.4404460000805557, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "optional-chaining.js - {\"semi\":false}" ], "duration": 1.0640549999661744, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "optional-chaining.js - {\"semi\":false}" ], "duration": 0.7279059999855235, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "optional-chaining.js - {\"semi\":false}" ], "duration": 0.7261920000892133, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "optional-chaining.js - {\"semi\":false}" ], "duration": 57.55665200005751, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "private_fields.js - {\"semi\":false}" ], "duration": 0.43825200002174824, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "private_fields.js - {\"semi\":false}" ], "duration": 59.87861399992835, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "private_fields.js - {\"semi\":false}" ], "duration": 60.20234199997503, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "private_fields.js - {\"semi\":false}" ], "duration": 60.28810100001283, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "private_fields.js - {\"semi\":false}" ], "duration": 66.42884599999525, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "with_comments.js - {\"semi\":false}" ], "duration": 0.4364589999895543, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "with_comments.js - {\"semi\":false}" ], "duration": 56.67065699992236, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "with_comments.js - {\"semi\":false}" ], "duration": 56.99727699998766, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "with_comments.js - {\"semi\":false}" ], "duration": 57.196721000014804, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "with_comments.js - {\"semi\":false}" ], "duration": 56.28353499993682, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "blank-line-between-specifiers.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `blank-line-between-specifiers.js format 1`\n \n - Snapshot - 2\n + Received + 0\n \n @@ -27,11 +27,10 @@\n \n =====================================output=====================================\n export {\n // a\n foo1,\n -\n // b\n bar1,\n baz1,\n } from \"mod\";\n \n @@ -40,11 +39,10 @@\n const baz2 = 1;\n \n export {\n // a\n foo2,\n -\n // b\n bar2,\n baz2,\n };\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 34)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nblank-line-between-specifiers.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `blank-line-between-specifiers.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 2\n + Received + 0\n \n @@ -28,11 +28,10 @@\n \n =====================================output=====================================\n export {\n // a\n foo1,\n -\n // b\n bar1,\n baz1,\n } from \"mod\";\n \n @@ -41,11 +40,10 @@\n const baz2 = 1;\n \n export {\n // a\n foo2,\n -\n // b\n bar2,\n baz2,\n };\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 34)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nbracket.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `bracket.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -45,8 +45,8 @@\n itGo,\n multiLine,\n andMore,\n soWeCanGetItTo80Columns,\n };\n - export {fitsIn, oneLine};\n + export { fitsIn, oneLine };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 34)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsame-local-and-exported.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `same-local-and-exported.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -7,10 +7,10 @@\n export {a} from 'a';\n export {b as b} from 'b';\n export {c as /* comment */c} from 'c';\n \n =====================================output=====================================\n - export {a} from \"a\";\n - export {b as b} from \"b\";\n - export {c as /* comment */ c} from \"c\";\n + export { a } from \"a\";\n + export { b as b } from \"b\";\n + export { c as /* comment */ c } from \"c\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 34)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nundefined.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `undefined.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n export { undefinedExport };\n \n =====================================output=====================================\n - export {undefinedExport};\n + export { undefinedExport };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 34)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 5, "numPassingTests": 103, "numPendingTests": 0, "perfStats": { "start": 245081.82184300007, "end": 251078.067889, "runtime": 5996, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 11, "unchecked": 0, "unmatched": 5, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/export/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "blank-line-between-specifiers.js" ], "duration": 0.6398399999598041, "failureMessages": [ "blank-line-between-specifiers.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `blank-line-between-specifiers.js format 1`\n \n - Snapshot - 2\n + Received + 0\n \n @@ -27,11 +27,10 @@\n \n =====================================output=====================================\n export {\n // a\n foo1,\n -\n // b\n bar1,\n baz1,\n } from \"mod\";\n \n @@ -40,11 +39,10 @@\n const baz2 = 1;\n \n export {\n // a\n foo2,\n -\n // b\n bar2,\n baz2,\n };\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 34)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "blank-line-between-specifiers.js" ], "duration": 59.507259999983944, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "blank-line-between-specifiers.js" ], "duration": 58.500693000038154, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "blank-line-between-specifiers.js" ], "duration": 57.3409929999616, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "blank-line-between-specifiers.js" ], "duration": 57.842233999981545, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "blank-line-between-specifiers.js" ], "duration": 57.173741000005975, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "blank-line-between-specifiers.js" ], "duration": 58.03879700007383, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "blank-line-between-specifiers.js" ], "duration": 58.24442999996245, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "blank-line-between-specifiers.js" ], "duration": 58.4061380000785, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "bracket.js" ], "duration": 0.4334420000668615, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "bracket.js" ], "duration": 58.94427199999336, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "bracket.js" ], "duration": 59.328710999921896, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "bracket.js" ], "duration": 57.41477599996142, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "bracket.js" ], "duration": 57.462276000063866, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "bracket.js" ], "duration": 58.00812299991958, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "bracket.js" ], "duration": 58.65358200005721, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "bracket.js" ], "duration": 57.71641200000886, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "bracket.js" ], "duration": 59.08299199992325, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 0.4452850000234321, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "empty.js" ], "duration": 57.299425999983214, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 57.66963100002613, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 57.23162099998444, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 57.12421100004576, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 56.126764000044204, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 56.027063999907114, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 56.76443700003438, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 56.619117000023834, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "same-local-and-exported.js" ], "duration": 0.43384399998467416, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "same-local-and-exported.js" ], "duration": 56.99711300001945, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "same-local-and-exported.js" ], "duration": 57.82746499998029, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "same-local-and-exported.js" ], "duration": 57.344156999955885, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "same-local-and-exported.js" ], "duration": 56.95155499991961, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "same-local-and-exported.js" ], "duration": 56.240734999999404, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "same-local-and-exported.js" ], "duration": 56.940779999946244, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "same-local-and-exported.js" ], "duration": 56.769739000010304, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "same-local-and-exported.js" ], "duration": 57.37302500009537, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 0.42546800000127405, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "test.js" ], "duration": 57.67520199995488, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 57.77433799998835, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "test.js" ], "duration": 57.546227999962866, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test.js" ], "duration": 57.01453099993523, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 58.85416800004896, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test.js" ], "duration": 57.65060600009747, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "test.js" ], "duration": 57.2980979999993, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 57.23018099996261, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "undefined.js" ], "duration": 0.4198270000051707, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "undefined.js" ], "duration": 57.17303499998525, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "undefined.js" ], "duration": 56.76354499999434, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "undefined.js" ], "duration": 1.102186999982223, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "undefined.js" ], "duration": 0.6930690000299364, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "undefined.js" ], "duration": 56.603441999992356, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "undefined.js" ], "duration": 56.37632200005464, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "undefined.js" ], "duration": 56.636083999997936, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "undefined.js" ], "duration": 56.471286999993026, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "blank-line-between-specifiers.js - {\"bracketSpacing\":false}" ], "duration": 0.7122449999442324, "failureMessages": [ "blank-line-between-specifiers.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `blank-line-between-specifiers.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 2\n + Received + 0\n \n @@ -28,11 +28,10 @@\n \n =====================================output=====================================\n export {\n // a\n foo1,\n -\n // b\n bar1,\n baz1,\n } from \"mod\";\n \n @@ -41,11 +40,10 @@\n const baz2 = 1;\n \n export {\n // a\n foo2,\n -\n // b\n bar2,\n baz2,\n };\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 34)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "blank-line-between-specifiers.js - {\"bracketSpacing\":false}" ], "duration": 58.17433499998879, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "blank-line-between-specifiers.js - {\"bracketSpacing\":false}" ], "duration": 58.430343999993056, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "blank-line-between-specifiers.js - {\"bracketSpacing\":false}" ], "duration": 58.85659199999645, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "blank-line-between-specifiers.js - {\"bracketSpacing\":false}" ], "duration": 57.72643100004643, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "blank-line-between-specifiers.js - {\"bracketSpacing\":false}" ], "duration": 57.402309999917634, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "blank-line-between-specifiers.js - {\"bracketSpacing\":false}" ], "duration": 58.36962900008075, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "blank-line-between-specifiers.js - {\"bracketSpacing\":false}" ], "duration": 58.22461899998598, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "blank-line-between-specifiers.js - {\"bracketSpacing\":false}" ], "duration": 57.64028200006578, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "bracket.js - {\"bracketSpacing\":false}" ], "duration": 0.5970489999745041, "failureMessages": [ "bracket.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `bracket.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -45,8 +45,8 @@\n itGo,\n multiLine,\n andMore,\n soWeCanGetItTo80Columns,\n };\n - export {fitsIn, oneLine};\n + export { fitsIn, oneLine };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 34)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "bracket.js - {\"bracketSpacing\":false}" ], "duration": 58.172985000070184, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "bracket.js - {\"bracketSpacing\":false}" ], "duration": 58.52315600006841, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "bracket.js - {\"bracketSpacing\":false}" ], "duration": 57.201118000084534, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "bracket.js - {\"bracketSpacing\":false}" ], "duration": 57.71337300003506, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "bracket.js - {\"bracketSpacing\":false}" ], "duration": 57.15198999992572, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "bracket.js - {\"bracketSpacing\":false}" ], "duration": 57.35066100000404, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "bracket.js - {\"bracketSpacing\":false}" ], "duration": 58.21955100004561, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "bracket.js - {\"bracketSpacing\":false}" ], "duration": 58.32585799996741, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 0.5131919999839738, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 55.95494600001257, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 57.01563000003807, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 57.02681899990421, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 59.86552999995183, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 57.35658699995838, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 57.48191199998837, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 58.02129599999171, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 58.34094299993012, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "same-local-and-exported.js - {\"bracketSpacing\":false}" ], "duration": 0.6130689999554306, "failureMessages": [ "same-local-and-exported.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `same-local-and-exported.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -7,10 +7,10 @@\n export {a} from 'a';\n export {b as b} from 'b';\n export {c as /* comment */c} from 'c';\n \n =====================================output=====================================\n - export {a} from \"a\";\n - export {b as b} from \"b\";\n - export {c as /* comment */ c} from \"c\";\n + export { a } from \"a\";\n + export { b as b } from \"b\";\n + export { c as /* comment */ c } from \"c\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 34)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "same-local-and-exported.js - {\"bracketSpacing\":false}" ], "duration": 58.47809799993411, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "same-local-and-exported.js - {\"bracketSpacing\":false}" ], "duration": 57.85558000009041, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "same-local-and-exported.js - {\"bracketSpacing\":false}" ], "duration": 57.647557999938726, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "same-local-and-exported.js - {\"bracketSpacing\":false}" ], "duration": 57.5970920000691, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "same-local-and-exported.js - {\"bracketSpacing\":false}" ], "duration": 56.535586999962106, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "same-local-and-exported.js - {\"bracketSpacing\":false}" ], "duration": 56.54440700006671, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "same-local-and-exported.js - {\"bracketSpacing\":false}" ], "duration": 57.35399299999699, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "same-local-and-exported.js - {\"bracketSpacing\":false}" ], "duration": 57.23632899997756, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "test.js - {\"bracketSpacing\":false}" ], "duration": 0.42594799993094057, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "test.js - {\"bracketSpacing\":false}" ], "duration": 56.81624800001737, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "test.js - {\"bracketSpacing\":false}" ], "duration": 57.69836399995256, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "test.js - {\"bracketSpacing\":false}" ], "duration": 56.931349999969825, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test.js - {\"bracketSpacing\":false}" ], "duration": 57.15073799993843, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test.js - {\"bracketSpacing\":false}" ], "duration": 57.98249099997338, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test.js - {\"bracketSpacing\":false}" ], "duration": 57.98491300002206, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "test.js - {\"bracketSpacing\":false}" ], "duration": 57.35492599999998, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "test.js - {\"bracketSpacing\":false}" ], "duration": 57.56384600000456, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "undefined.js - {\"bracketSpacing\":false}" ], "duration": 0.6110460000345483, "failureMessages": [ "undefined.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `undefined.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n export { undefinedExport };\n \n =====================================output=====================================\n - export {undefinedExport};\n + export { undefinedExport };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 34)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "undefined.js - {\"bracketSpacing\":false}" ], "duration": 56.929265999933705, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "undefined.js - {\"bracketSpacing\":false}" ], "duration": 57.82470299990382, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "undefined.js - {\"bracketSpacing\":false}" ], "duration": 1.0771100000711158, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "undefined.js - {\"bracketSpacing\":false}" ], "duration": 0.7098209999967366, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "undefined.js - {\"bracketSpacing\":false}" ], "duration": 56.42386800004169, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "undefined.js - {\"bracketSpacing\":false}" ], "duration": 56.7148739999393, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "undefined.js - {\"bracketSpacing\":false}" ], "duration": 56.548781999968924, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "undefined.js - {\"bracketSpacing\":false}" ], "duration": 57.27762499998789, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 45, "numPendingTests": 0, "perfStats": { "start": 251147.80143599998, "end": 253449.96551099996, "runtime": 2302, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 10, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/regex/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "d-flag.js" ], "duration": 0.4244450000114739, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "d-flag.js" ], "duration": 56.864434000104666, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "d-flag.js" ], "duration": 56.84596199996304, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "d-flag.js" ], "duration": 56.57110400008969, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "d-flag.js" ], "duration": 56.41356100002304, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "d-flag.js" ], "duration": 56.18081000004895, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "d-flag.js" ], "duration": 56.5276849999791, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "d-flag.js" ], "duration": 56.225202000001445, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "d-flag.js" ], "duration": 56.873922000057064, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multiple-flags.js" ], "duration": 0.43080800003372133, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multiple-flags.js" ], "duration": 56.97557200002484, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multiple-flags.js" ], "duration": 56.748274000012316, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multiple-flags.js" ], "duration": 56.65432500001043, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multiple-flags.js" ], "duration": 57.0211320000235, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multiple-flags.js" ], "duration": 56.7789969999576, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multiple-flags.js" ], "duration": 56.752712000044994, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multiple-flags.js" ], "duration": 56.62987000006251, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multiple-flags.js" ], "duration": 55.82949299993925, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "regexp-modifiers.js" ], "duration": 0.4070340000325814, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "regexp-modifiers.js" ], "duration": 56.318802000023425, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "regexp-modifiers.js" ], "duration": 58.242795999976806, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "regexp-modifiers.js" ], "duration": 1.5761149999452755, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "regexp-modifiers.js" ], "duration": 0.735188000020571, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "regexp-modifiers.js" ], "duration": 0.7776389999780804, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "regexp-modifiers.js" ], "duration": 56.005023000063375, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "regexp-modifiers.js" ], "duration": 56.33628399996087, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "regexp-modifiers.js" ], "duration": 56.83628100005444, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 0.4339639999670908, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "test.js" ], "duration": 56.727616999996826, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 57.161071000038646, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "test.js" ], "duration": 57.71674499998335, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test.js" ], "duration": 57.11685700004455, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 56.55197299993597, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test.js" ], "duration": 56.22203199996147, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "test.js" ], "duration": 58.45041799999308, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 55.982193999923766, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "v-flag.js" ], "duration": 0.49134199996478856, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "v-flag.js" ], "duration": 1.2681690000463277, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "v-flag.js" ], "duration": 56.02700200001709, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "v-flag.js" ], "duration": 56.73580999998376, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "v-flag.js" ], "duration": 58.32539300003555, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "v-flag.js" ], "duration": 1.0391989999916404, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "v-flag.js" ], "duration": 56.59997800004203, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "v-flag.js" ], "duration": 57.501212999923155, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "v-flag.js" ], "duration": 56.649571000016294, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "cursor-and-range.js - {\"endOfLine\":\"lf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-and-range.js - {\"endOfLine\":\"lf\"} format 1`\n \n - Snapshot - 4\n + Received + 3\n \n @@ -15,13 +15,12 @@\n | ^^^^^^^^^^^^^^<LF>\n 5 | }<LF>\n 6 |<LF>\n 7 | let x\n =====================================output=====================================\n - <LF>\n - <LF>\n class a {<LF>\n - b(<|>) {}<LF>\n + b() <|>{}<LF>\n }<LF>\n <LF>\n - let x\n + let x;<LF>\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-1.js - {\"endOfLine\":\"lf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js - {\"endOfLine\":\"lf\"} format 1`\n \n - Snapshot - 3\n + Received + 1\n \n @@ -15,14 +15,12 @@\n 5 | }<LF>\n 6 |<LF>\n 7 | let x<LF>\n 8 |\n =====================================output=====================================\n - <LF>\n - <LF>\n class a {<LF>\n b() {}<LF>\n }<LF>\n <LF>\n - let x<LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-and-cursor-1.js - {\"endOfLine\":\"lf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-and-cursor-1.js - {\"endOfLine\":\"lf\"} format 1`\n \n - Snapshot - 5\n + Received + 2\n \n @@ -17,15 +17,12 @@\n 6 | }<LF>\n 7 |<LF>\n 8 | let x <LF>\n 9 |\n =====================================output=====================================\n - <LF>\n - <LF>\n - <LF>\n class a {<LF>\n - b(<|>) {}<LF>\n + b() {<|>}<LF>\n }<LF>\n <LF>\n - let x <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncursor-1.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-1.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -6,10 +6,10 @@\n | printWidth\n =====================================input======================================\n (function(){return <|>15})()<LF>\n \n =====================================output=====================================\n - (function () {<CRLF>\n - return <|>15;<CRLF>\n - })();<CRLF>\n + (function () {<LF>\n + return 1<|>5;<LF>\n + })();<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncursor-and-range.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-and-range.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 7\n + Received + 6\n \n @@ -15,13 +15,12 @@\n | ^^^^^^^^^^^^^^<LF>\n 5 | }<LF>\n 6 |<LF>\n 7 | let x\n =====================================output=====================================\n - <CRLF>\n - <CRLF>\n - class a {<CRLF>\n - b(<|>) {}<CRLF>\n - }<CRLF>\n - <CRLF>\n - let x\n + class a {<LF>\n + b() {}<LF>\n + <|>}<LF>\n + <LF>\n + let x;<LF>\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-1.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 7\n + Received + 5\n \n @@ -15,14 +15,12 @@\n 5 | }<LF>\n 6 |<LF>\n 7 | let x<LF>\n 8 |\n =====================================output=====================================\n - <CRLF>\n - <CRLF>\n - class a {<CRLF>\n - b() {}<CRLF>\n - }<CRLF>\n - <CRLF>\n - let x<CRLF>\n + class a {<LF>\n + b() {}<LF>\n + }<LF>\n + <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-and-cursor-1.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-and-cursor-1.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 8\n + Received + 5\n \n @@ -17,15 +17,12 @@\n 6 | }<LF>\n 7 |<LF>\n 8 | let x <LF>\n 9 |\n =====================================output=====================================\n - <CRLF>\n - <CRLF>\n - <CRLF>\n - class a {<CRLF>\n - b(<|>) {}<CRLF>\n - }<CRLF>\n - <CRLF>\n - let x <CRLF>\n + class a {<LF>\n + b() {}<LF>\n + }<LF>\n + <|><LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncursor-1.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-1.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -6,10 +6,10 @@\n | printWidth\n =====================================input======================================\n (function(){return <|>15})()<LF>\n \n =====================================output=====================================\n - (function () {<CR>\n - return <|>15;<CR>\n - })();<CR>\n + (function () {<LF>\n + return <|>15;<LF>\n + })();<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncursor-and-range.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-and-range.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 7\n + Received + 6\n \n @@ -15,13 +15,12 @@\n | ^^^^^^^^^^^^^^<LF>\n 5 | }<LF>\n 6 |<LF>\n 7 | let x\n =====================================output=====================================\n - <CR>\n - <CR>\n - class a {<CR>\n - b(<|>) {}<CR>\n - }<CR>\n - <CR>\n - let x\n + class a {<LF>\n + b() <|>{}<LF>\n + }<LF>\n + <LF>\n + let x;<LF>\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-1.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 7\n + Received + 5\n \n @@ -15,14 +15,12 @@\n 5 | }<LF>\n 6 |<LF>\n 7 | let x<LF>\n 8 |\n =====================================output=====================================\n - <CR>\n - <CR>\n - class a {<CR>\n - b() {}<CR>\n - }<CR>\n - <CR>\n - let x<CR>\n + class a {<LF>\n + b() {}<LF>\n + }<LF>\n + <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-and-cursor-1.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-and-cursor-1.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 8\n + Received + 5\n \n @@ -17,15 +17,12 @@\n 6 | }<LF>\n 7 |<LF>\n 8 | let x <LF>\n 9 |\n =====================================output=====================================\n - <CR>\n - <CR>\n - <CR>\n - class a {<CR>\n - b(<|>) {}<CR>\n - }<CR>\n - <CR>\n - let x <CR>\n + class a {<LF>\n + b() {<|>}<LF>\n + }<LF>\n + <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncursor-and-range.js - {\"endOfLine\":\"auto\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-and-range.js - {\"endOfLine\":\"auto\"} format 1`\n \n - Snapshot - 4\n + Received + 3\n \n @@ -15,13 +15,12 @@\n | ^^^^^^^^^^^^^^<LF>\n 5 | }<LF>\n 6 |<LF>\n 7 | let x\n =====================================output=====================================\n - <LF>\n - <LF>\n class a {<LF>\n - b(<|>) {}<LF>\n + b() <|>{}<LF>\n }<LF>\n <LF>\n - let x\n + let x;<LF>\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-1.js - {\"endOfLine\":\"auto\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js - {\"endOfLine\":\"auto\"} format 1`\n \n - Snapshot - 3\n + Received + 1\n \n @@ -15,14 +15,12 @@\n 5 | }<LF>\n 6 |<LF>\n 7 | let x<LF>\n 8 |\n =====================================output=====================================\n - <LF>\n - <LF>\n class a {<LF>\n b() {}<LF>\n }<LF>\n <LF>\n - let x<LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-and-cursor-1.js - {\"endOfLine\":\"auto\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-and-cursor-1.js - {\"endOfLine\":\"auto\"} format 1`\n \n - Snapshot - 5\n + Received + 2\n \n @@ -17,15 +17,12 @@\n 6 | }<LF>\n 7 |<LF>\n 8 | let x <LF>\n 9 |\n =====================================output=====================================\n - <LF>\n - <LF>\n - <LF>\n class a {<LF>\n - b(<|>) {}<LF>\n + b() {<|>}<LF>\n }<LF>\n <LF>\n - let x <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 14, "numPassingTests": 66, "numPendingTests": 0, "perfStats": { "start": 253517.552388, "end": 258111.97098000004, "runtime": 4594, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 14, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/eol/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"lf\"}" ], "duration": 0.4410969999153167, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"lf\"}" ], "duration": 57.37265499995556, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"lf\"}" ], "duration": 57.67847200005781, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"lf\"}" ], "duration": 57.3542450000532, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"lf\"}" ], "duration": 57.12851000006776, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"lf\"}" ], "duration": 0.959499999997206, "failureMessages": [ "cursor-and-range.js - {\"endOfLine\":\"lf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-and-range.js - {\"endOfLine\":\"lf\"} format 1`\n \n - Snapshot - 4\n + Received + 3\n \n @@ -15,13 +15,12 @@\n | ^^^^^^^^^^^^^^<LF>\n 5 | }<LF>\n 6 |<LF>\n 7 | let x\n =====================================output=====================================\n - <LF>\n - <LF>\n class a {<LF>\n - b(<|>) {}<LF>\n + b() <|>{}<LF>\n }<LF>\n <LF>\n - let x\n + let x;<LF>\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"lf\"}" ], "duration": 57.942406999995, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"lf\"}" ], "duration": 57.283294999971986, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"lf\"}" ], "duration": 57.337999999988824, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"lf\"}" ], "duration": 57.59093700000085, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"lf\"}" ], "duration": 0.7711980000603944, "failureMessages": [ "range-1.js - {\"endOfLine\":\"lf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js - {\"endOfLine\":\"lf\"} format 1`\n \n - Snapshot - 3\n + Received + 1\n \n @@ -15,14 +15,12 @@\n 5 | }<LF>\n 6 |<LF>\n 7 | let x<LF>\n 8 |\n =====================================output=====================================\n - <LF>\n - <LF>\n class a {<LF>\n b() {}<LF>\n }<LF>\n <LF>\n - let x<LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"lf\"}" ], "duration": 57.23988600005396, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"lf\"}" ], "duration": 56.92113899998367, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"lf\"}" ], "duration": 57.343777999980375, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"lf\"}" ], "duration": 58.03648099990096, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"lf\"}" ], "duration": 0.7743930000578985, "failureMessages": [ "range-and-cursor-1.js - {\"endOfLine\":\"lf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-and-cursor-1.js - {\"endOfLine\":\"lf\"} format 1`\n \n - Snapshot - 5\n + Received + 2\n \n @@ -17,15 +17,12 @@\n 6 | }<LF>\n 7 |<LF>\n 8 | let x <LF>\n 9 |\n =====================================output=====================================\n - <LF>\n - <LF>\n - <LF>\n class a {<LF>\n - b(<|>) {}<LF>\n + b() {<|>}<LF>\n }<LF>\n <LF>\n - let x <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"lf\"}" ], "duration": 56.81917399994563, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"lf\"}" ], "duration": 56.98090999992564, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"lf\"}" ], "duration": 57.26242100005038, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"lf\"}" ], "duration": 57.85381799994502, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"crlf\"}" ], "duration": 0.6116870000259951, "failureMessages": [ "cursor-1.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-1.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -6,10 +6,10 @@\n | printWidth\n =====================================input======================================\n (function(){return <|>15})()<LF>\n \n =====================================output=====================================\n - (function () {<CRLF>\n - return <|>15;<CRLF>\n - })();<CRLF>\n + (function () {<LF>\n + return 1<|>5;<LF>\n + })();<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"crlf\"}" ], "duration": 56.58035900001414, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"crlf\"}" ], "duration": 57.5864859999856, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"crlf\"}" ], "duration": 57.01393499993719, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"crlf\"}" ], "duration": 57.21299100003671, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"crlf\"}" ], "duration": 0.7804139999207109, "failureMessages": [ "cursor-and-range.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-and-range.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 7\n + Received + 6\n \n @@ -15,13 +15,12 @@\n | ^^^^^^^^^^^^^^<LF>\n 5 | }<LF>\n 6 |<LF>\n 7 | let x\n =====================================output=====================================\n - <CRLF>\n - <CRLF>\n - class a {<CRLF>\n - b(<|>) {}<CRLF>\n - }<CRLF>\n - <CRLF>\n - let x\n + class a {<LF>\n + b() {}<LF>\n + <|>}<LF>\n + <LF>\n + let x;<LF>\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"crlf\"}" ], "duration": 57.02699699997902, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"crlf\"}" ], "duration": 56.99631399998907, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"crlf\"}" ], "duration": 56.46611799998209, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"crlf\"}" ], "duration": 57.89881200005766, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"crlf\"}" ], "duration": 0.771608000039123, "failureMessages": [ "range-1.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 7\n + Received + 5\n \n @@ -15,14 +15,12 @@\n 5 | }<LF>\n 6 |<LF>\n 7 | let x<LF>\n 8 |\n =====================================output=====================================\n - <CRLF>\n - <CRLF>\n - class a {<CRLF>\n - b() {}<CRLF>\n - }<CRLF>\n - <CRLF>\n - let x<CRLF>\n + class a {<LF>\n + b() {}<LF>\n + }<LF>\n + <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"crlf\"}" ], "duration": 57.44682399998419, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"crlf\"}" ], "duration": 57.93786499998532, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"crlf\"}" ], "duration": 57.25469700002577, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"crlf\"}" ], "duration": 57.64836899994407, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"crlf\"}" ], "duration": 0.8022849999833852, "failureMessages": [ "range-and-cursor-1.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-and-cursor-1.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 8\n + Received + 5\n \n @@ -17,15 +17,12 @@\n 6 | }<LF>\n 7 |<LF>\n 8 | let x <LF>\n 9 |\n =====================================output=====================================\n - <CRLF>\n - <CRLF>\n - <CRLF>\n - class a {<CRLF>\n - b(<|>) {}<CRLF>\n - }<CRLF>\n - <CRLF>\n - let x <CRLF>\n + class a {<LF>\n + b() {}<LF>\n + }<LF>\n + <|><LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"crlf\"}" ], "duration": 57.31230500002857, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"crlf\"}" ], "duration": 57.66785600001458, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"crlf\"}" ], "duration": 56.74608299997635, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"crlf\"}" ], "duration": 56.60654099995736, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"cr\"}" ], "duration": 0.7340479999547824, "failureMessages": [ "cursor-1.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-1.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -6,10 +6,10 @@\n | printWidth\n =====================================input======================================\n (function(){return <|>15})()<LF>\n \n =====================================output=====================================\n - (function () {<CR>\n - return <|>15;<CR>\n - })();<CR>\n + (function () {<LF>\n + return <|>15;<LF>\n + })();<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"cr\"}" ], "duration": 57.16020599997137, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"cr\"}" ], "duration": 56.59568099991884, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"cr\"}" ], "duration": 56.55194599996321, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"cr\"}" ], "duration": 57.35507000004873, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"cr\"}" ], "duration": 0.7760759999509901, "failureMessages": [ "cursor-and-range.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-and-range.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 7\n + Received + 6\n \n @@ -15,13 +15,12 @@\n | ^^^^^^^^^^^^^^<LF>\n 5 | }<LF>\n 6 |<LF>\n 7 | let x\n =====================================output=====================================\n - <CR>\n - <CR>\n - class a {<CR>\n - b(<|>) {}<CR>\n - }<CR>\n - <CR>\n - let x\n + class a {<LF>\n + b() <|>{}<LF>\n + }<LF>\n + <LF>\n + let x;<LF>\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"cr\"}" ], "duration": 57.61939500004519, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"cr\"}" ], "duration": 56.696765000000596, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"cr\"}" ], "duration": 57.0060039999662, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"cr\"}" ], "duration": 57.56890299997758, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"cr\"}" ], "duration": 0.7777190000051633, "failureMessages": [ "range-1.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 7\n + Received + 5\n \n @@ -15,14 +15,12 @@\n 5 | }<LF>\n 6 |<LF>\n 7 | let x<LF>\n 8 |\n =====================================output=====================================\n - <CR>\n - <CR>\n - class a {<CR>\n - b() {}<CR>\n - }<CR>\n - <CR>\n - let x<CR>\n + class a {<LF>\n + b() {}<LF>\n + }<LF>\n + <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"cr\"}" ], "duration": 57.109081000089645, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"cr\"}" ], "duration": 56.52854800003115, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"cr\"}" ], "duration": 57.300598999951035, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"cr\"}" ], "duration": 57.85484000004362, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"cr\"}" ], "duration": 0.790101999999024, "failureMessages": [ "range-and-cursor-1.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-and-cursor-1.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 8\n + Received + 5\n \n @@ -17,15 +17,12 @@\n 6 | }<LF>\n 7 |<LF>\n 8 | let x <LF>\n 9 |\n =====================================output=====================================\n - <CR>\n - <CR>\n - <CR>\n - class a {<CR>\n - b(<|>) {}<CR>\n - }<CR>\n - <CR>\n - let x <CR>\n + class a {<LF>\n + b() {<|>}<LF>\n + }<LF>\n + <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"cr\"}" ], "duration": 57.61623000004329, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"cr\"}" ], "duration": 57.18897600006312, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"cr\"}" ], "duration": 57.14348299999256, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"cr\"}" ], "duration": 57.57025400002021, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"auto\"}" ], "duration": 0.4165609999326989, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"auto\"}" ], "duration": 56.651001999969594, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"auto\"}" ], "duration": 57.61839299998246, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"auto\"}" ], "duration": 56.67479900002945, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"auto\"}" ], "duration": 56.978678000043146, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"auto\"}" ], "duration": 0.8396659999853, "failureMessages": [ "cursor-and-range.js - {\"endOfLine\":\"auto\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-and-range.js - {\"endOfLine\":\"auto\"} format 1`\n \n - Snapshot - 4\n + Received + 3\n \n @@ -15,13 +15,12 @@\n | ^^^^^^^^^^^^^^<LF>\n 5 | }<LF>\n 6 |<LF>\n 7 | let x\n =====================================output=====================================\n - <LF>\n - <LF>\n class a {<LF>\n - b(<|>) {}<LF>\n + b() <|>{}<LF>\n }<LF>\n <LF>\n - let x\n + let x;<LF>\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"auto\"}" ], "duration": 57.199329999974, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"auto\"}" ], "duration": 57.81215200002771, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"auto\"}" ], "duration": 57.53591600002255, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"auto\"}" ], "duration": 57.77556099998765, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"auto\"}" ], "duration": 0.8763439999893308, "failureMessages": [ "range-1.js - {\"endOfLine\":\"auto\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js - {\"endOfLine\":\"auto\"} format 1`\n \n - Snapshot - 3\n + Received + 1\n \n @@ -15,14 +15,12 @@\n 5 | }<LF>\n 6 |<LF>\n 7 | let x<LF>\n 8 |\n =====================================output=====================================\n - <LF>\n - <LF>\n class a {<LF>\n b() {}<LF>\n }<LF>\n <LF>\n - let x<LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"auto\"}" ], "duration": 57.3611099999398, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"auto\"}" ], "duration": 57.47024100006092, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"auto\"}" ], "duration": 57.16109599999618, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"auto\"}" ], "duration": 57.55411799997091, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"auto\"}" ], "duration": 0.875904000014998, "failureMessages": [ "range-and-cursor-1.js - {\"endOfLine\":\"auto\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-and-cursor-1.js - {\"endOfLine\":\"auto\"} format 1`\n \n - Snapshot - 5\n + Received + 2\n \n @@ -17,15 +17,12 @@\n 6 | }<LF>\n 7 |<LF>\n 8 | let x <LF>\n 9 |\n =====================================output=====================================\n - <LF>\n - <LF>\n - <LF>\n class a {<LF>\n - b(<|>) {}<LF>\n + b() {<|>}<LF>\n }<LF>\n <LF>\n - let x <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"auto\"}" ], "duration": 57.21983499999624, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"auto\"}" ], "duration": 57.499924000003375, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"auto\"}" ], "duration": 57.0852929999819, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"auto\"}" ], "duration": 56.97413500002585, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 54, "numPendingTests": 0, "perfStats": { "start": 258182.22856799996, "end": 261075.28611000004, "runtime": 2893, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 10, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/export-star/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "export-star-as-default.js" ], "duration": 0.41626099997665733, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export-star-as-default.js" ], "duration": 57.80038799997419, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export-star-as-default.js" ], "duration": 57.26844599994365, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export-star-as-default.js" ], "duration": 57.24127599992789, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export-star-as-default.js" ], "duration": 56.59476899995934, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export-star-as-default.js" ], "duration": 57.628564999904484, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export-star-as-default.js" ], "duration": 57.84996000002138, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export-star-as-default.js" ], "duration": 57.642312999931164, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export-star-as-default.js" ], "duration": 57.50761500000954, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export-star-as-reserved-word.js" ], "duration": 0.4590810000663623, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export-star-as-reserved-word.js" ], "duration": 57.68839499994647, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export-star-as-reserved-word.js" ], "duration": 57.88335400004871, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export-star-as-reserved-word.js" ], "duration": 57.34776200004853, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export-star-as-reserved-word.js" ], "duration": 57.09840699995402, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export-star-as-reserved-word.js" ], "duration": 56.72452200006228, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export-star-as-reserved-word.js" ], "duration": 57.328031999990344, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export-star-as-reserved-word.js" ], "duration": 56.487150999950245, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export-star-as-reserved-word.js" ], "duration": 57.02586400008295, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export-star-as-string.js" ], "duration": 0.4571480000158772, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export-star-as-string.js" ], "duration": 1.254653999931179, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export-star-as-string.js" ], "duration": 1.2438229999970645, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export-star-as-string.js" ], "duration": 56.37957400002051, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export-star-as-string.js" ], "duration": 58.126660000067204, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export-star-as-string.js" ], "duration": 56.77899799996521, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export-star-as-string.js" ], "duration": 57.01147000002675, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export-star-as-string.js" ], "duration": 78.412936000037, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export-star-as-string.js" ], "duration": 58.10133400000632, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export-star-as-string2.js" ], "duration": 0.4954699999652803, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export-star-as-string2.js" ], "duration": 1.585073999944143, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export-star-as-string2.js" ], "duration": 1.3127019999083132, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export-star-as-string2.js" ], "duration": 57.18007099989336, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export-star-as-string2.js" ], "duration": 57.283470000023954, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export-star-as-string2.js" ], "duration": 57.93392599991057, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export-star-as-string2.js" ], "duration": 58.08695499994792, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export-star-as-string2.js" ], "duration": 57.93338699999731, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export-star-as-string2.js" ], "duration": 57.598879000055604, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export-star-as.js" ], "duration": 0.43727999995462596, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export-star-as.js" ], "duration": 57.39918499998748, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export-star-as.js" ], "duration": 58.12707499996759, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export-star-as.js" ], "duration": 57.59388900001068, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export-star-as.js" ], "duration": 57.49317599995993, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export-star-as.js" ], "duration": 57.30159899999853, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export-star-as.js" ], "duration": 57.20893499988597, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export-star-as.js" ], "duration": 57.32662700000219, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export-star-as.js" ], "duration": 56.99781199998688, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export-star.js" ], "duration": 0.47157400008291006, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export-star.js" ], "duration": 56.67089299997315, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export-star.js" ], "duration": 57.025130999973044, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export-star.js" ], "duration": 57.00222100003157, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export-star.js" ], "duration": 56.075091000064276, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export-star.js" ], "duration": 56.67476000008173, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export-star.js" ], "duration": 56.2788119999459, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export-star.js" ], "duration": 55.620253000059165, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export-star.js" ], "duration": 56.88913899997715, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 54, "numPendingTests": 0, "perfStats": { "start": 261150.21292600007, "end": 264381.550931, "runtime": 3231, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 6, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/object-property-ignore/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 0.5080420000012964, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 61.59484700008761, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.96957999991719, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.803751999977976, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.710201000096276, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.766579999937676, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.412154999910854, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.94753899995703, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.73787700000685, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"es5\"}" ], "duration": 0.4628680000314489, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"es5\"}" ], "duration": 60.56648300006054, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.902153999893926, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.89247600000817, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.23518399999011, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.55327699996997, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.113817999954335, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.404412999982014, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.02996800001711, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 0.49753299995791167, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 60.85482399992179, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 59.92130200006068, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 59.38419600005727, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 58.23515999992378, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 58.46720600000117, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 59.64837100007571, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 59.016135000041686, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 60.100957999937236, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"none\"}" ], "duration": 0.4292250000871718, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"none\"}" ], "duration": 70.87930199992843, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"none\"}" ], "duration": 59.80753099999856, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"none\"}" ], "duration": 58.13485999999102, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"none\"}" ], "duration": 57.93757499998901, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"none\"}" ], "duration": 58.535844000056386, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"none\"}" ], "duration": 58.4289310000604, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"none\"}" ], "duration": 59.761655000038445, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"none\"}" ], "duration": 59.13678099995013, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 0.4379110001027584, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 62.115788000053726, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 60.46226000005845, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 62.18940900010057, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 58.80686000001151, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 58.28381900000386, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 59.40667000005487, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 59.11650699994061, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 59.07042399991769, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"all\"}" ], "duration": 0.4960410000057891, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"all\"}" ], "duration": 60.358189000049606, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"all\"}" ], "duration": 60.42904100008309, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"all\"}" ], "duration": 58.492607999942265, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"all\"}" ], "duration": 57.78820799989626, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"all\"}" ], "duration": 58.52816499990877, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"all\"}" ], "duration": 59.20129199989606, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"all\"}" ], "duration": 59.19473300001118, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"all\"}" ], "duration": 59.463738000020385, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 27, "numPendingTests": 0, "perfStats": { "start": 264454.835273, "end": 266068.203364, "runtime": 1613, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/destructuring-ignore/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 0.512110999901779, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.52031100005843, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 60.191088999970816, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.43565700005274, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 57.99169299995992, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.22038600000087, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.24972199997865, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.84814200003166, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.07461799995508, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 0.4431709999917075, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 60.64327200001571, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 58.65098799997941, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 58.3539419999579, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 59.73587299999781, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 58.77286899997853, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 60.26979599997867, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 59.652791999978945, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 58.528882000013255, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 0.455113000003621, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 62.321494000032544, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 58.12354899989441, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 58.42201400001068, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 59.13968299992848, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 58.41199799999595, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 58.4847829999635, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 59.86015800002497, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 60.288172999979, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 72, "numPendingTests": 0, "perfStats": { "start": 266135.715136, "end": 268950.25088700006, "runtime": 2815, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 32, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/decorators/class-expression/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "arguments.js" ], "duration": 0.4388429999817163, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "arguments.js" ], "duration": 2.5867009999928996, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "arguments.js" ], "duration": 57.94738500006497, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "arguments.js" ], "duration": 1.20082199992612, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arguments.js" ], "duration": 0.74761199997738, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arguments.js" ], "duration": 56.77206899994053, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arguments.js" ], "duration": 58.0939350000117, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "arguments.js" ], "duration": 58.74089899996761, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "arguments.js" ], "duration": 58.22731300001033, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "class-expression.js" ], "duration": 0.5266479999991134, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "class-expression.js" ], "duration": 3.5368340000277385, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class-expression.js" ], "duration": 59.51246299990453, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "class-expression.js" ], "duration": 1.2027150000212714, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class-expression.js" ], "duration": 0.742653000052087, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class-expression.js" ], "duration": 57.96358399989549, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class-expression.js" ], "duration": 59.05174199992325, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class-expression.js" ], "duration": 59.730745000066236, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class-expression.js" ], "duration": 59.404683999950066, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "member-expression.js" ], "duration": 0.4620969999814406, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "member-expression.js" ], "duration": 1.963082000031136, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "member-expression.js" ], "duration": 58.68524799996521, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "member-expression.js" ], "duration": 1.3885539999464527, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "member-expression.js" ], "duration": 1.1368919999804348, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "member-expression.js" ], "duration": 59.14883399999235, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "member-expression.js" ], "duration": 57.82880799996201, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "member-expression.js" ], "duration": 57.77978300000541, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "member-expression.js" ], "duration": 57.46299200004432, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "super-class.js" ], "duration": 0.4421299999812618, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "super-class.js" ], "duration": 1.8403510000789538, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "super-class.js" ], "duration": 57.90488099993672, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "super-class.js" ], "duration": 1.1084590000100434, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "super-class.js" ], "duration": 0.7250289999647066, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "super-class.js" ], "duration": 56.6003020000644, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "super-class.js" ], "duration": 57.35655500006396, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "super-class.js" ], "duration": 57.1775670000352, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "super-class.js" ], "duration": 57.054590000072494, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "arguments.js - {\"semi\":false}" ], "duration": 0.4582490000175312, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "arguments.js - {\"semi\":false}" ], "duration": 1.8652090000687167, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "arguments.js - {\"semi\":false}" ], "duration": 57.513947999919765, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "arguments.js - {\"semi\":false}" ], "duration": 1.1641730000264943, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arguments.js - {\"semi\":false}" ], "duration": 0.7191790000069886, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arguments.js - {\"semi\":false}" ], "duration": 57.19672599993646, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arguments.js - {\"semi\":false}" ], "duration": 57.17285600001924, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "arguments.js - {\"semi\":false}" ], "duration": 57.078560999943875, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "arguments.js - {\"semi\":false}" ], "duration": 57.359943000017665, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "class-expression.js - {\"semi\":false}" ], "duration": 0.4386320000048727, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "class-expression.js - {\"semi\":false}" ], "duration": 3.563183000078425, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class-expression.js - {\"semi\":false}" ], "duration": 59.65363900002558, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "class-expression.js - {\"semi\":false}" ], "duration": 1.1084389999741688, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class-expression.js - {\"semi\":false}" ], "duration": 0.7139190000016242, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class-expression.js - {\"semi\":false}" ], "duration": 57.8306009999942, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class-expression.js - {\"semi\":false}" ], "duration": 59.05652700003702, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class-expression.js - {\"semi\":false}" ], "duration": 58.205314000020735, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class-expression.js - {\"semi\":false}" ], "duration": 58.016477999975905, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "member-expression.js - {\"semi\":false}" ], "duration": 0.42016800004057586, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "member-expression.js - {\"semi\":false}" ], "duration": 1.8348509999923408, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "member-expression.js - {\"semi\":false}" ], "duration": 56.831477000028826, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "member-expression.js - {\"semi\":false}" ], "duration": 1.0663199999835342, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "member-expression.js - {\"semi\":false}" ], "duration": 0.6925089999567717, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "member-expression.js - {\"semi\":false}" ], "duration": 56.75235999992583, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "member-expression.js - {\"semi\":false}" ], "duration": 57.2153770000441, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "member-expression.js - {\"semi\":false}" ], "duration": 57.33165600011125, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "member-expression.js - {\"semi\":false}" ], "duration": 57.557372999959625, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "super-class.js - {\"semi\":false}" ], "duration": 0.46456200000829995, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "super-class.js - {\"semi\":false}" ], "duration": 1.7871309999609366, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "super-class.js - {\"semi\":false}" ], "duration": 57.18929200002458, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "super-class.js - {\"semi\":false}" ], "duration": 1.1718869999749586, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "super-class.js - {\"semi\":false}" ], "duration": 0.7185579999350011, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "super-class.js - {\"semi\":false}" ], "duration": 56.37968500005081, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "super-class.js - {\"semi\":false}" ], "duration": 56.82502799993381, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "super-class.js - {\"semi\":false}" ], "duration": 58.21741699997801, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "super-class.js - {\"semi\":false}" ], "duration": 58.40989500004798, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "no-semi.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `no-semi.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -15,11 +15,11 @@\n instanceof(){}\n }\n \n =====================================output=====================================\n a;\n - ::b.c;\n + ::b.c\n \n class A {\n a = b;\n in;\n c;\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 41)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nno-semi.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `no-semi.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -16,11 +16,11 @@\n instanceof(){}\n }\n \n =====================================output=====================================\n a\n - ;::b.c\n + ::b.c\n \n class A {\n a = b;\n in\n c\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 41)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 2, "numPassingTests": 8, "numPendingTests": 0, "perfStats": { "start": 269019.41049900005, "end": 269257.945812, "runtime": 239, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 6, "unchecked": 0, "unmatched": 2, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/no-semi-babylon-extensions/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "no-semi.js" ], "duration": 0.7071660000365227, "failureMessages": [ "no-semi.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `no-semi.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -15,11 +15,11 @@\n instanceof(){}\n }\n \n =====================================output=====================================\n a;\n - ::b.c;\n + ::b.c\n \n class A {\n a = b;\n in;\n c;\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 41)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "no-semi.js" ], "duration": 1.1866249999729916, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "no-semi.js" ], "duration": 0.814987999969162, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "no-semi.js" ], "duration": 0.7398070000344887, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "no-semi.js" ], "duration": 58.054815000039525, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "no-semi.js - {\"semi\":false}" ], "duration": 0.609203000087291, "failureMessages": [ "no-semi.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `no-semi.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -16,11 +16,11 @@\n instanceof(){}\n }\n \n =====================================output=====================================\n a\n - ;::b.c\n + ::b.c\n \n class A {\n a = b;\n in\n c\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 41)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "no-semi.js - {\"semi\":false}" ], "duration": 1.058915999950841, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "no-semi.js - {\"semi\":false}" ], "duration": 0.7417610000120476, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "no-semi.js - {\"semi\":false}" ], "duration": 0.7071460000006482, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "no-semi.js - {\"semi\":false}" ], "duration": 57.43044400005601, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "await.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `await.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -9,9 +9,10 @@\n };\n \n =====================================output=====================================\n const doBothThings = async () => {\n const request = doAsyncThing();\n - return (await request)::doSyncThing();\n + return await request;\n + ::doSyncThing()\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nbind_parens.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `bind_parens.js format 1`\n \n - Snapshot - 33\n + Received + 65\n \n @@ -37,41 +37,73 @@\n new f(a::b);\n f[a::b];\n f[a::b()];\n \n =====================================output=====================================\n - (a || b)::c;\n - a || b::c;\n - ::obj.prop;\n - (void 0)::func();\n - (+0)::is(-0);\n - a::b.c;\n - a::(b.c());\n - a::b.c();\n - a::(b.c()());\n - a::(b.c()());\n - a::(b.c())();\n - a::(b.c().d);\n - a::(c().d.e);\n - a::(b());\n - a::(b::c());\n - a::(b()::c);\n - a::(b().c::d);\n - a::(b.c::d);\n - a::(b::c.d);\n - a::(b.c::d::e);\n - a::(b::c::d);\n - a::(b::c::d.e);\n - a::(b::c::d).e;\n - a::(void 0);\n - a::(b.c()::d.e);\n - a::(b.c::d.e);\n - a::(b.c::d.e)::f.g;\n - b.c::d.e;\n - (b.c::d).e;\n - (b::c::d).e;\n - new (a::b)();\n + a || b;\n + ::c\n + a || (b\n + ::c)\n + ::obj.prop\n + void 0;\n + ::func()\n + +0;\n + ::is(-0)\n + a:\n + :(b.c)\n + a:\n + :(b.c())\n + a:\n + :b.c()\n + a:\n + :(b.c()())\n + a:\n + :((b.c())())\n + a:\n + :(b.c())()\n + a:\n + :(b.c().d)\n + a:\n + :(c().d.e)\n + a:\n + :(b())\n + a:\n + :(b::c())\n + a:\n + :(b()::c)\n + a:\n + :(b().c::d)\n + a:\n + :(b.c::d)\n + a:\n + :(b::c.d)\n + a:\n + :(b.c::d::e)\n + a:\n + :(b::c::d)\n + a:\n + :(b::c::d.e)\n + a:\n + :((b::c::d).e)\n + a:\n + :(void 0)\n + a:\n + :(b.c()::d.e)\n + a:\n + :(b.c::d.e)\n + a:\n + :(b.c::d.e)::f.g\n + b.c;\n + ::d.e\n + (b.c\n + ::d).e\n + (b::c::d)\n + .e\n + new (a\n + ::b)()\n new f(a::b);\n - f[a::b];\n - f[a::b()];\n + f[a\n + ::b]\n + f[a\n + ::b()]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nlong_name_method.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `long_name_method.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -14,11 +14,11 @@\n }\n =====================================output=====================================\n class X {\n constructor() {\n this.testLongNameMethodAndSomethingElseLallala =\n - ::this.testLongNameMethodAndSomethingElseLallala;\n + ::this.testLongNameMethodAndSomethingElseLallala\n }\n \n testLongNameMethodAndSomethingElseLallala() {\n return true;\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmethod_chain.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `method_chain.js format 1`\n \n - Snapshot - 8\n + Received + 8\n \n @@ -28,16 +28,16 @@\n import { map } from \"rxjs/operator/map\";\n import { throttle } from \"rxjs/operator/throttle\";\n import { takeUntil } from \"rxjs/operator/takeUntil\";\n \n function test(observable) {\n - return observable\n - ::filter((data) => data.someTest)\n - ::throttle(() =>\n - interval(10)\n - ::take(1)\n - ::takeUntil(observable::filter((data) => someOtherTest)),\n - )\n - ::map(someFunction);\n + return observable;\n + ::filter(data => data.someTest)\n + ::throttle(() =>\n + interval(10)\n + ::take(1)\n + ::takeUntil(observable::filter(data => someOtherTest))\n + )\n + ::map(someFunction)\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nshort_name_method.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `short_name_method.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -13,11 +13,12 @@\n }\n }\n =====================================output=====================================\n class X {\n constructor() {\n - this.shortMethod = ::this.shortMethod;\n + this.shortMethod =\n + ::this.shortMethod\n }\n \n shortMethod() {\n return true;\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nunary.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `unary.js format 1`\n \n - Snapshot - 9\n + Received + 15\n \n @@ -17,21 +17,27 @@\n !(\n x::y // foo\n );\n \n =====================================output=====================================\n - !x::y;\n - !(x::y /* foo */);\n - !(/* foo */ x::y);\n + !x;\n + ::y\n + !(x\n + ::y /* foo */)\n + !(/* foo */ x\n + ::y)\n !(\n /* foo */\n - x::y\n - );\n + x\n + ::y\n + )\n !(\n - x::y\n + x\n + ::y\n /* foo */\n - );\n + )\n !(\n - x::y // foo\n - );\n + x\n + ::y // foo\n + )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nawait.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `await.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -10,9 +10,10 @@\n };\n \n =====================================output=====================================\n const doBothThings = async () => {\n const request = doAsyncThing()\n - return (await request)::doSyncThing()\n + return await request\n + ::doSyncThing()\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nbind_parens.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `bind_parens.js - {\"semi\":false} format 1`\n \n - Snapshot - 34\n + Received + 66\n \n @@ -38,41 +38,73 @@\n new f(a::b);\n f[a::b];\n f[a::b()];\n \n =====================================output=====================================\n - ;(a || b)::c\n - a || b::c\n - ;::obj.prop\n - ;(void 0)::func()\n - ;(+0)::is(-0)\n - a::b.c\n - a::(b.c())\n - a::b.c()\n - a::(b.c()())\n - a::(b.c()())\n - a::(b.c())()\n - a::(b.c().d)\n - a::(c().d.e)\n - a::(b())\n - a::(b::c())\n - a::(b()::c)\n - a::(b().c::d)\n - a::(b.c::d)\n - a::(b::c.d)\n - a::(b.c::d::e)\n - a::(b::c::d)\n - a::(b::c::d.e)\n - a::(b::c::d).e\n - a::(void 0)\n - a::(b.c()::d.e)\n - a::(b.c::d.e)\n - a::(b.c::d.e)::f.g\n - b.c::d.e\n - ;(b.c::d).e\n - ;(b::c::d).e\n - new (a::b)()\n - new f(a::b)\n - f[a::b]\n - f[a::b()]\n + a || b\n + ::c\n + a || (b\n + ::c)\n + ::obj.prop\n + void 0\n + ::func()\n + ;+0\n + ::is(-0)\n + a:\n + :(b.c)\n + a:\n + :(b.c())\n + a:\n + :b.c()\n + a:\n + :(b.c()())\n + a:\n + :((b.c())())\n + a:\n + :(b.c())()\n + a:\n + :(b.c().d)\n + a:\n + :(c().d.e)\n + a:\n + :(b())\n + a:\n + :(b::c())\n + a:\n + :(b()::c)\n + a:\n + :(b().c::d)\n + a:\n + :(b.c::d)\n + a:\n + :(b::c.d)\n + a:\n + :(b.c::d::e)\n + a:\n + :(b::c::d)\n + a:\n + :(b::c::d.e)\n + a:\n + :((b::c::d).e)\n + a:\n + :(void 0)\n + a:\n + :(b.c()::d.e)\n + a:\n + :(b.c::d.e)\n + a:\n + :(b.c::d.e)::f.g\n + b.c\n + ::d.e\n + (b.c\n + ::d).e\n + (b::c::d)\n + .e\n + new (a\n + ::b)()\n + new f(a::b);\n + f[a\n + ::b]\n + f[a\n + ::b()]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nlong_name_method.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `long_name_method.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -15,11 +15,11 @@\n }\n =====================================output=====================================\n class X {\n constructor() {\n this.testLongNameMethodAndSomethingElseLallala =\n - ::this.testLongNameMethodAndSomethingElseLallala\n + ::this.testLongNameMethodAndSomethingElseLallala\n }\n \n testLongNameMethodAndSomethingElseLallala() {\n return true\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmethod_chain.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `method_chain.js - {\"semi\":false} format 1`\n \n - Snapshot - 7\n + Received + 7\n \n @@ -30,15 +30,15 @@\n import { throttle } from \"rxjs/operator/throttle\"\n import { takeUntil } from \"rxjs/operator/takeUntil\"\n \n function test(observable) {\n return observable\n - ::filter((data) => data.someTest)\n - ::throttle(() =>\n - interval(10)\n - ::take(1)\n - ::takeUntil(observable::filter((data) => someOtherTest)),\n - )\n - ::map(someFunction)\n + ::filter(data => data.someTest)\n + ::throttle(() =>\n + interval(10)\n + ::take(1)\n + ::takeUntil(observable::filter(data => someOtherTest))\n + )\n + ::map(someFunction)\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nshort_name_method.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `short_name_method.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -14,11 +14,12 @@\n }\n }\n =====================================output=====================================\n class X {\n constructor() {\n - this.shortMethod = ::this.shortMethod\n + this.shortMethod =\n + ::this.shortMethod\n }\n \n shortMethod() {\n return true\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nunary.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `unary.js - {\"semi\":false} format 1`\n \n - Snapshot - 6\n + Received + 12\n \n @@ -18,21 +18,27 @@\n !(\n x::y // foo\n );\n \n =====================================output=====================================\n - !x::y\n - !(x::y /* foo */)\n - !(/* foo */ x::y)\n + !x\n + ::y\n + !(x\n + ::y /* foo */)\n + !(/* foo */ x\n + ::y)\n !(\n /* foo */\n - x::y\n + x\n + ::y\n )\n !(\n - x::y\n + x\n + ::y\n /* foo */\n )\n !(\n - x::y // foo\n + x\n + ::y // foo\n )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 12, "numPassingTests": 48, "numPendingTests": 0, "perfStats": { "start": 269330.432417, "end": 270782.905083, "runtime": 1452, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 36, "unchecked": 0, "unmatched": 12, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/bind-expressions/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "await.js" ], "duration": 0.5862790000392124, "failureMessages": [ "await.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `await.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -9,9 +9,10 @@\n };\n \n =====================================output=====================================\n const doBothThings = async () => {\n const request = doAsyncThing();\n - return (await request)::doSyncThing();\n + return await request;\n + ::doSyncThing()\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "await.js" ], "duration": 1.3306860000593588, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "await.js" ], "duration": 0.8793189999414608, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "await.js" ], "duration": 1.0847040000371635, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "await.js" ], "duration": 58.45558399998117, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "bind_parens.js" ], "duration": 0.8028459999477491, "failureMessages": [ "bind_parens.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `bind_parens.js format 1`\n \n - Snapshot - 33\n + Received + 65\n \n @@ -37,41 +37,73 @@\n new f(a::b);\n f[a::b];\n f[a::b()];\n \n =====================================output=====================================\n - (a || b)::c;\n - a || b::c;\n - ::obj.prop;\n - (void 0)::func();\n - (+0)::is(-0);\n - a::b.c;\n - a::(b.c());\n - a::b.c();\n - a::(b.c()());\n - a::(b.c()());\n - a::(b.c())();\n - a::(b.c().d);\n - a::(c().d.e);\n - a::(b());\n - a::(b::c());\n - a::(b()::c);\n - a::(b().c::d);\n - a::(b.c::d);\n - a::(b::c.d);\n - a::(b.c::d::e);\n - a::(b::c::d);\n - a::(b::c::d.e);\n - a::(b::c::d).e;\n - a::(void 0);\n - a::(b.c()::d.e);\n - a::(b.c::d.e);\n - a::(b.c::d.e)::f.g;\n - b.c::d.e;\n - (b.c::d).e;\n - (b::c::d).e;\n - new (a::b)();\n + a || b;\n + ::c\n + a || (b\n + ::c)\n + ::obj.prop\n + void 0;\n + ::func()\n + +0;\n + ::is(-0)\n + a:\n + :(b.c)\n + a:\n + :(b.c())\n + a:\n + :b.c()\n + a:\n + :(b.c()())\n + a:\n + :((b.c())())\n + a:\n + :(b.c())()\n + a:\n + :(b.c().d)\n + a:\n + :(c().d.e)\n + a:\n + :(b())\n + a:\n + :(b::c())\n + a:\n + :(b()::c)\n + a:\n + :(b().c::d)\n + a:\n + :(b.c::d)\n + a:\n + :(b::c.d)\n + a:\n + :(b.c::d::e)\n + a:\n + :(b::c::d)\n + a:\n + :(b::c::d.e)\n + a:\n + :((b::c::d).e)\n + a:\n + :(void 0)\n + a:\n + :(b.c()::d.e)\n + a:\n + :(b.c::d.e)\n + a:\n + :(b.c::d.e)::f.g\n + b.c;\n + ::d.e\n + (b.c\n + ::d).e\n + (b::c::d)\n + .e\n + new (a\n + ::b)()\n new f(a::b);\n - f[a::b];\n - f[a::b()];\n + f[a\n + ::b]\n + f[a\n + ::b()]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "bind_parens.js" ], "duration": 1.0890420000068843, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "bind_parens.js" ], "duration": 0.792987999971956, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "bind_parens.js" ], "duration": 0.7416910000611097, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "bind_parens.js" ], "duration": 60.895429000025615, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "long_name_method.js" ], "duration": 0.7186079999664798, "failureMessages": [ "long_name_method.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `long_name_method.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -14,11 +14,11 @@\n }\n =====================================output=====================================\n class X {\n constructor() {\n this.testLongNameMethodAndSomethingElseLallala =\n - ::this.testLongNameMethodAndSomethingElseLallala;\n + ::this.testLongNameMethodAndSomethingElseLallala\n }\n \n testLongNameMethodAndSomethingElseLallala() {\n return true;\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "long_name_method.js" ], "duration": 1.2677779999794438, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "long_name_method.js" ], "duration": 0.8336239999625832, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "long_name_method.js" ], "duration": 0.8156299999682233, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "long_name_method.js" ], "duration": 57.467472999938764, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "method_chain.js" ], "duration": 0.7193599999882281, "failureMessages": [ "method_chain.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `method_chain.js format 1`\n \n - Snapshot - 8\n + Received + 8\n \n @@ -28,16 +28,16 @@\n import { map } from \"rxjs/operator/map\";\n import { throttle } from \"rxjs/operator/throttle\";\n import { takeUntil } from \"rxjs/operator/takeUntil\";\n \n function test(observable) {\n - return observable\n - ::filter((data) => data.someTest)\n - ::throttle(() =>\n - interval(10)\n - ::take(1)\n - ::takeUntil(observable::filter((data) => someOtherTest)),\n - )\n - ::map(someFunction);\n + return observable;\n + ::filter(data => data.someTest)\n + ::throttle(() =>\n + interval(10)\n + ::take(1)\n + ::takeUntil(observable::filter(data => someOtherTest))\n + )\n + ::map(someFunction)\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "method_chain.js" ], "duration": 1.275842999923043, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "method_chain.js" ], "duration": 0.8786079999990761, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "method_chain.js" ], "duration": 1.1579819999169558, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "method_chain.js" ], "duration": 58.84956200001761, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "short_name_method.js" ], "duration": 0.6123689999803901, "failureMessages": [ "short_name_method.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `short_name_method.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -13,11 +13,12 @@\n }\n }\n =====================================output=====================================\n class X {\n constructor() {\n - this.shortMethod = ::this.shortMethod;\n + this.shortMethod =\n + ::this.shortMethod\n }\n \n shortMethod() {\n return true;\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "short_name_method.js" ], "duration": 1.1570100000826642, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "short_name_method.js" ], "duration": 0.8046789999352768, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "short_name_method.js" ], "duration": 0.8560859999852255, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "short_name_method.js" ], "duration": 57.85045100003481, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 0.7989679999882355, "failureMessages": [ "unary.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `unary.js format 1`\n \n - Snapshot - 9\n + Received + 15\n \n @@ -17,21 +17,27 @@\n !(\n x::y // foo\n );\n \n =====================================output=====================================\n - !x::y;\n - !(x::y /* foo */);\n - !(/* foo */ x::y);\n + !x;\n + ::y\n + !(x\n + ::y /* foo */)\n + !(/* foo */ x\n + ::y)\n !(\n /* foo */\n - x::y\n - );\n + x\n + ::y\n + )\n !(\n - x::y\n + x\n + ::y\n /* foo */\n - );\n + )\n !(\n - x::y // foo\n - );\n + x\n + ::y // foo\n + )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "unary.js" ], "duration": 1.0396800000453368, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 0.7268339999718592, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 0.7243679999373853, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 57.92149499990046, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "await.js - {\"semi\":false}" ], "duration": 0.6025500000687316, "failureMessages": [ "await.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `await.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -10,9 +10,10 @@\n };\n \n =====================================output=====================================\n const doBothThings = async () => {\n const request = doAsyncThing()\n - return (await request)::doSyncThing()\n + return await request\n + ::doSyncThing()\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "await.js - {\"semi\":false}" ], "duration": 1.231389999971725, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "await.js - {\"semi\":false}" ], "duration": 0.8315389999188483, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "await.js - {\"semi\":false}" ], "duration": 0.7638629999710247, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "await.js - {\"semi\":false}" ], "duration": 58.115771999931894, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "bind_parens.js - {\"semi\":false}" ], "duration": 0.7982770000817254, "failureMessages": [ "bind_parens.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `bind_parens.js - {\"semi\":false} format 1`\n \n - Snapshot - 34\n + Received + 66\n \n @@ -38,41 +38,73 @@\n new f(a::b);\n f[a::b];\n f[a::b()];\n \n =====================================output=====================================\n - ;(a || b)::c\n - a || b::c\n - ;::obj.prop\n - ;(void 0)::func()\n - ;(+0)::is(-0)\n - a::b.c\n - a::(b.c())\n - a::b.c()\n - a::(b.c()())\n - a::(b.c()())\n - a::(b.c())()\n - a::(b.c().d)\n - a::(c().d.e)\n - a::(b())\n - a::(b::c())\n - a::(b()::c)\n - a::(b().c::d)\n - a::(b.c::d)\n - a::(b::c.d)\n - a::(b.c::d::e)\n - a::(b::c::d)\n - a::(b::c::d.e)\n - a::(b::c::d).e\n - a::(void 0)\n - a::(b.c()::d.e)\n - a::(b.c::d.e)\n - a::(b.c::d.e)::f.g\n - b.c::d.e\n - ;(b.c::d).e\n - ;(b::c::d).e\n - new (a::b)()\n - new f(a::b)\n - f[a::b]\n - f[a::b()]\n + a || b\n + ::c\n + a || (b\n + ::c)\n + ::obj.prop\n + void 0\n + ::func()\n + ;+0\n + ::is(-0)\n + a:\n + :(b.c)\n + a:\n + :(b.c())\n + a:\n + :b.c()\n + a:\n + :(b.c()())\n + a:\n + :((b.c())())\n + a:\n + :(b.c())()\n + a:\n + :(b.c().d)\n + a:\n + :(c().d.e)\n + a:\n + :(b())\n + a:\n + :(b::c())\n + a:\n + :(b()::c)\n + a:\n + :(b().c::d)\n + a:\n + :(b.c::d)\n + a:\n + :(b::c.d)\n + a:\n + :(b.c::d::e)\n + a:\n + :(b::c::d)\n + a:\n + :(b::c::d.e)\n + a:\n + :((b::c::d).e)\n + a:\n + :(void 0)\n + a:\n + :(b.c()::d.e)\n + a:\n + :(b.c::d.e)\n + a:\n + :(b.c::d.e)::f.g\n + b.c\n + ::d.e\n + (b.c\n + ::d).e\n + (b::c::d)\n + .e\n + new (a\n + ::b)()\n + new f(a::b);\n + f[a\n + ::b]\n + f[a\n + ::b()]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "bind_parens.js - {\"semi\":false}" ], "duration": 1.0970469999592751, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "bind_parens.js - {\"semi\":false}" ], "duration": 0.7267030000220984, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "bind_parens.js - {\"semi\":false}" ], "duration": 0.7064450000179932, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "bind_parens.js - {\"semi\":false}" ], "duration": 64.15528700000141, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "long_name_method.js - {\"semi\":false}" ], "duration": 0.743724999949336, "failureMessages": [ "long_name_method.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `long_name_method.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -15,11 +15,11 @@\n }\n =====================================output=====================================\n class X {\n constructor() {\n this.testLongNameMethodAndSomethingElseLallala =\n - ::this.testLongNameMethodAndSomethingElseLallala\n + ::this.testLongNameMethodAndSomethingElseLallala\n }\n \n testLongNameMethodAndSomethingElseLallala() {\n return true\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "long_name_method.js - {\"semi\":false}" ], "duration": 1.1822880000108853, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "long_name_method.js - {\"semi\":false}" ], "duration": 0.8092069999547675, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "long_name_method.js - {\"semi\":false}" ], "duration": 0.7913849999895319, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "long_name_method.js - {\"semi\":false}" ], "duration": 57.81725999992341, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "method_chain.js - {\"semi\":false}" ], "duration": 0.6737440000288188, "failureMessages": [ "method_chain.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `method_chain.js - {\"semi\":false} format 1`\n \n - Snapshot - 7\n + Received + 7\n \n @@ -30,15 +30,15 @@\n import { throttle } from \"rxjs/operator/throttle\"\n import { takeUntil } from \"rxjs/operator/takeUntil\"\n \n function test(observable) {\n return observable\n - ::filter((data) => data.someTest)\n - ::throttle(() =>\n - interval(10)\n - ::take(1)\n - ::takeUntil(observable::filter((data) => someOtherTest)),\n - )\n - ::map(someFunction)\n + ::filter(data => data.someTest)\n + ::throttle(() =>\n + interval(10)\n + ::take(1)\n + ::takeUntil(observable::filter(data => someOtherTest))\n + )\n + ::map(someFunction)\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "method_chain.js - {\"semi\":false}" ], "duration": 1.2775560000445694, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "method_chain.js - {\"semi\":false}" ], "duration": 0.8802209999412298, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "method_chain.js - {\"semi\":false}" ], "duration": 0.8449449999025092, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "method_chain.js - {\"semi\":false}" ], "duration": 59.66937300004065, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "short_name_method.js - {\"semi\":false}" ], "duration": 0.6131400000303984, "failureMessages": [ "short_name_method.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `short_name_method.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -14,11 +14,12 @@\n }\n }\n =====================================output=====================================\n class X {\n constructor() {\n - this.shortMethod = ::this.shortMethod\n + this.shortMethod =\n + ::this.shortMethod\n }\n \n shortMethod() {\n return true\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "short_name_method.js - {\"semi\":false}" ], "duration": 1.154105000081472, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "short_name_method.js - {\"semi\":false}" ], "duration": 0.7894999999552965, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "short_name_method.js - {\"semi\":false}" ], "duration": 0.8148580000270158, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "short_name_method.js - {\"semi\":false}" ], "duration": 57.938929999945685, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "unary.js - {\"semi\":false}" ], "duration": 0.6511719999834895, "failureMessages": [ "unary.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `unary.js - {\"semi\":false} format 1`\n \n - Snapshot - 6\n + Received + 12\n \n @@ -18,21 +18,27 @@\n !(\n x::y // foo\n );\n \n =====================================output=====================================\n - !x::y\n - !(x::y /* foo */)\n - !(/* foo */ x::y)\n + !x\n + ::y\n + !(x\n + ::y /* foo */)\n + !(/* foo */ x\n + ::y)\n !(\n /* foo */\n - x::y\n + x\n + ::y\n )\n !(\n - x::y\n + x\n + ::y\n /* foo */\n )\n !(\n - x::y // foo\n + x\n + ::y // foo\n )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "unary.js - {\"semi\":false}" ], "duration": 1.0138520000036806, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "unary.js - {\"semi\":false}" ], "duration": 0.7043810000177473, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "unary.js - {\"semi\":false}" ], "duration": 0.6813580000307411, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "unary.js - {\"semi\":false}" ], "duration": 57.27525299997069, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 18, "numPendingTests": 0, "perfStats": { "start": 270865.32049899996, "end": 271687.62848200003, "runtime": 822, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 6, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/dynamic-import/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "assertions.js" ], "duration": 0.4103800000157207, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "assertions.js" ], "duration": 1.7114699999801815, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "assertions.js" ], "duration": 58.254623999935575, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "assertions.js" ], "duration": 1.1666079999413341, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "assertions.js" ], "duration": 0.7868460000026971, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "assertions.js" ], "duration": 0.8528889999724925, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "assertions.js" ], "duration": 58.73276599997189, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "assertions.js" ], "duration": 59.293207000009716, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "assertions.js" ], "duration": 58.43612700002268, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 0.5028830000665039, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "test.js" ], "duration": 57.97793900000397, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 58.32103400002234, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "test.js" ], "duration": 57.35589400003664, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test.js" ], "duration": 57.830514999921434, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 57.65504800004419, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test.js" ], "duration": 57.86732100008521, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "test.js" ], "duration": 58.76282300008461, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 57.70014299999457, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "destructuring.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `destructuring.js format 1`\n \n - Snapshot - 2\n + Received + 4\n \n @@ -12,15 +12,17 @@\n assert(Array.isArray(rest));\n assert(rest[0] === 2);\n assert(rest[1] === 3);\n \n =====================================output=====================================\n - const [a, b] = #[1, 2];\n + const [a, b] = #;\n + [1, 2];\n assert(a === 1);\n assert(b === 2);\n \n - const [a, ...rest] = #[1, 2, 3];\n + const [a, ...rest] = #;\n + [1, 2, 3];\n assert(a === 1);\n assert(Array.isArray(rest));\n assert(rest[0] === 2);\n assert(rest[1] === 3);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 44)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsyntax.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `syntax.js format 1`\n \n - Snapshot - 3\n + Received + 7\n \n @@ -6,10 +6,14 @@\n #[]\n #[1, 2]\n #[1, 2, #{ a: 3 }]\n \n =====================================output=====================================\n - #[];\n - #[1, 2];\n - #[1, 2, #{ a: 3 }];\n + #[]\n + #[1, 2]\n + #[1, 2, #\n + {\n + a: 3;\n + }\n + ]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 44)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-trailing-comma.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-trailing-comma.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n #[1,]\n \n =====================================output=====================================\n - #[1];\n + #[1,]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 44)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple.js format 1`\n \n - Snapshot - 2\n + Received + 4\n \n @@ -20,19 +20,21 @@\n assert(tuple4.first() === 1);\n const tuple5 = tuple4.popped();\n assert(tuple5 === #[2, 2, 3, 4]);\n \n =====================================output=====================================\n - const tuple1 = #[1, 2, 3];\n + const tuple1 = #;\n + [1, 2, 3];\n \n assert(tuple1[0] === 1);\n \n const tuple2 = tuple1.with(0, 2);\n assert(tuple1 !== tuple2);\n assert(tuple2 === #[2, 2, 3]);\n \n - const tuple3 = #[1, ...tuple2];\n + const tuple3 = #;\n + [1, ...tuple2];\n assert(tuple3 === #[1, 2, 2, 3]);\n \n const tuple4 = tuple3.pushed(4);\n assert(tuple4 === #[1, 2, 2, 3, 4]);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 44)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 4, "numPassingTests": 21, "numPendingTests": 0, "perfStats": { "start": 271757.469662, "end": 272245.57746500004, "runtime": 488, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 17, "unchecked": 0, "unmatched": 4, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/tuple/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "destructuring.js" ], "duration": 0.62321900005918, "failureMessages": [ "destructuring.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `destructuring.js format 1`\n \n - Snapshot - 2\n + Received + 4\n \n @@ -12,15 +12,17 @@\n assert(Array.isArray(rest));\n assert(rest[0] === 2);\n assert(rest[1] === 3);\n \n =====================================output=====================================\n - const [a, b] = #[1, 2];\n + const [a, b] = #;\n + [1, 2];\n assert(a === 1);\n assert(b === 2);\n \n - const [a, ...rest] = #[1, 2, 3];\n + const [a, ...rest] = #;\n + [1, 2, 3];\n assert(a === 1);\n assert(Array.isArray(rest));\n assert(rest[0] === 2);\n assert(rest[1] === 3);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 44)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 1.0600879999110475, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 0.7703240000410005, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 0.7125470000319183, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 60.30168799997773, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "invalid-tuple-holes.js" ], "duration": 1.582789000007324, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "invalid-tuple-holes.js" ], "duration": 0.6810779999941587, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "invalid-tuple-holes.js" ], "duration": 0.6774910000385717, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "invalid-tuple-holes.js" ], "duration": 0.6322759999893606, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "invalid-tuple-holes.js" ], "duration": 0.7100110000465065, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "syntax.js" ], "duration": 0.7201400001067668, "failureMessages": [ "syntax.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `syntax.js format 1`\n \n - Snapshot - 3\n + Received + 7\n \n @@ -6,10 +6,14 @@\n #[]\n #[1, 2]\n #[1, 2, #{ a: 3 }]\n \n =====================================output=====================================\n - #[];\n - #[1, 2];\n - #[1, 2, #{ a: 3 }];\n + #[]\n + #[1, 2]\n + #[1, 2, #\n + {\n + a: 3;\n + }\n + ]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 44)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "syntax.js" ], "duration": 0.9455840000882745, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "syntax.js" ], "duration": 0.6930189999984577, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "syntax.js" ], "duration": 0.6675219999160618, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "syntax.js" ], "duration": 58.95023800001945, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "tuple-trailing-comma.js" ], "duration": 0.5753590000094846, "failureMessages": [ "tuple-trailing-comma.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-trailing-comma.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n #[1,]\n \n =====================================output=====================================\n - #[1];\n + #[1,]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 44)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "tuple-trailing-comma.js" ], "duration": 0.9524359999923036, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "tuple-trailing-comma.js" ], "duration": 0.6425850000232458, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "tuple-trailing-comma.js" ], "duration": 0.6461219999473542, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "tuple-trailing-comma.js" ], "duration": 57.342757000005804, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "tuple.js" ], "duration": 0.628089000005275, "failureMessages": [ "tuple.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple.js format 1`\n \n - Snapshot - 2\n + Received + 4\n \n @@ -20,19 +20,21 @@\n assert(tuple4.first() === 1);\n const tuple5 = tuple4.popped();\n assert(tuple5 === #[2, 2, 3, 4]);\n \n =====================================output=====================================\n - const tuple1 = #[1, 2, 3];\n + const tuple1 = #;\n + [1, 2, 3];\n \n assert(tuple1[0] === 1);\n \n const tuple2 = tuple1.with(0, 2);\n assert(tuple1 !== tuple2);\n assert(tuple2 === #[2, 2, 3]);\n \n - const tuple3 = #[1, ...tuple2];\n + const tuple3 = #;\n + [1, ...tuple2];\n assert(tuple3 === #[1, 2, 2, 3]);\n \n const tuple4 = tuple3.pushed(4);\n assert(tuple4 === #[1, 2, 2, 3, 4]);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 44)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "tuple.js" ], "duration": 1.0648069999879226, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "tuple.js" ], "duration": 0.6942120000021532, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "tuple.js" ], "duration": 0.695062999962829, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "tuple.js" ], "duration": 60.14973399997689, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "semi.js - {\"arrowParens\":\"avoid\",\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `semi.js - {\"arrowParens\":\"avoid\",\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -6,8 +6,8 @@\n | printWidth\n =====================================input======================================\n a => {}\n \n =====================================output=====================================\n - a => {}\n + ;a => {}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 45)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 13, "numPendingTests": 0, "perfStats": { "start": 272330.37116000004, "end": 273141.781015, "runtime": 811, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/arrows/semi/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "semi.js - {\"arrowParens\":\"always\",\"semi\":false}" ], "duration": 0.4186350000090897, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "semi.js - {\"arrowParens\":\"always\",\"semi\":false}" ], "duration": 57.570553999976255, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "semi.js - {\"arrowParens\":\"always\",\"semi\":false}" ], "duration": 57.53081199992448, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "semi.js - {\"arrowParens\":\"always\",\"semi\":false}" ], "duration": 56.48625600000378, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "semi.js - {\"arrowParens\":\"always\",\"semi\":false}" ], "duration": 57.68466500006616, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "semi.js - {\"arrowParens\":\"always\",\"semi\":false}" ], "duration": 57.74112900008913, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "semi.js - {\"arrowParens\":\"always\",\"semi\":false}" ], "duration": 57.348252999945544, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "semi.js - {\"arrowParens\":\"avoid\",\"semi\":false}" ], "duration": 0.7150410000467673, "failureMessages": [ "semi.js - {\"arrowParens\":\"avoid\",\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `semi.js - {\"arrowParens\":\"avoid\",\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -6,8 +6,8 @@\n | printWidth\n =====================================input======================================\n a => {}\n \n =====================================output=====================================\n - a => {}\n + ;a => {}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 45)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "semi.js - {\"arrowParens\":\"avoid\",\"semi\":false}" ], "duration": 57.38733299996238, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "semi.js - {\"arrowParens\":\"avoid\",\"semi\":false}" ], "duration": 56.5281739999773, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "semi.js - {\"arrowParens\":\"avoid\",\"semi\":false}" ], "duration": 56.703633999917656, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "semi.js - {\"arrowParens\":\"avoid\",\"semi\":false}" ], "duration": 56.2541650000494, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "semi.js - {\"arrowParens\":\"avoid\",\"semi\":false}" ], "duration": 56.215214999974705, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "semi.js - {\"arrowParens\":\"avoid\",\"semi\":false}" ], "duration": 56.587249999982305, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "newline-before-arrow.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `newline-before-arrow.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -5,8 +5,10 @@\n =====================================input======================================\n async x\n => x\n \n =====================================output=====================================\n - async (x) => x;\n + async;\n + x;\n + => x\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 46)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 4, "numPendingTests": 0, "perfStats": { "start": 273211.428365, "end": 273329.97954200004, "runtime": 119, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/arrows/newline-before-arrow/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "newline-before-arrow.js" ], "duration": 0.7225050000706688, "failureMessages": [ "newline-before-arrow.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `newline-before-arrow.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -5,8 +5,10 @@\n =====================================input======================================\n async x\n => x\n \n =====================================output=====================================\n - async (x) => x;\n + async;\n + x;\n + => x\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 46)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "newline-before-arrow.js" ], "duration": 1.2529400000348687, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "newline-before-arrow.js" ], "duration": 0.7547250000061467, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "newline-before-arrow.js" ], "duration": 0.8795699999900535, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "newline-before-arrow.js" ], "duration": 57.32135399989784, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "const.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `const.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n const [a = ((let)[0] = 1)] = 2;\n \n =====================================output=====================================\n - const [a = (let[0] = 1)] = 2;\n + const [a = ((let)[0] = 1)] = 2;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 47)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nlet.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `let.js format 1`\n \n - Snapshot - 14\n + Received + 14\n \n @@ -110,31 +110,31 @@\n =====================================output=====================================\n let.a = 1;\n \n let.a[0] = 1;\n \n - (let)[a] = 1;\n + let[a] = 1;\n \n - (let)[a].b.c.e = 1;\n + let[a].b.c.e = 1;\n \n foo[let[a]] = 1;\n \n (let)[let[a]] = 1;\n \n - (let)[a] ??= 1;\n + let[a] ??= 1;\n \n foo = let[a];\n \n let()[a] = 1;\n \n foo(let)[a] = 1;\n \n foo(let[a])[a] = 1;\n \n - (let)[0] = 1;\n + let[0] = 1;\n \n - (let)[\"a\"] = 1;\n + let[\"a\"] = 1;\n \n let = 1;\n \n var let = 1;\n \n @@ -142,29 +142,29 @@\n \n ({ a: let[a] } = 1);\n \n alert((let[0] = 1));\n \n - ((let)[0] = 1) || 2;\n + (let[0] = 1) || 2;\n \n - ((let)[0] = 1), 2;\n + (let[0] = 1), 2;\n \n - ((let)[0] = 1) ? a : b;\n + (let[0] = 1) ? a : b;\n \n if ((let[0] = 1));\n \n while ((let[0] = 1));\n \n do {} while ((let[0] = 1));\n \n var a = (let[0] = 1);\n \n - ((let)[0] = 1) instanceof a;\n + (let[0] = 1) instanceof a;\n \n void (let[0] = 1);\n \n - ((let)[0] = 1)();\n + (let[0] = 1)();\n \n new (let[0] = 1)();\n \n ((let)[0] = 1)``;\n \n @@ -186,32 +186,32 @@\n \n function foo() {\n return (let[0] = 1);\n }\n \n - while (true) (let)[0] = 1;\n + while (true) let[0] = 1;\n \n throw (let[0] = 1);\n \n ({ foo: (let[0] = 1) });\n \n [(let[0] = 1)];\n \n - for ((let)[0] = 1; ; );\n + for (let[0] = 1; ; );\n for ((let)[0] in {});\n for ((let)[0] of []);\n \n switch ((let[0] = 1)) {\n }\n \n switch (foo) {\n case (let[0] = 1):\n }\n \n - with ((let[0] = 1));\n + with (let[0] = 1);\n \n - (let)[x].foo();\n + let[x].foo();\n \n let.let[x].foo();\n \n a = let[x].foo();\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 47)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nconst.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `const.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n const [a = ((let)[0] = 1)] = 2;\n \n =====================================output=====================================\n - const [a = (let[0] = 1)] = 2\n + const [a = ((let)[0] = 1)] = 2\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 47)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nlet.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `let.js - {\"semi\":false} format 1`\n \n - Snapshot - 15\n + Received + 15\n \n @@ -111,31 +111,31 @@\n =====================================output=====================================\n let.a = 1\n \n let.a[0] = 1\n \n - ;(let)[a] = 1\n + let[a] = 1\n \n - ;(let)[a].b.c.e = 1\n + let[a].b.c.e = 1\n \n foo[let[a]] = 1\n \n ;(let)[let[a]] = 1\n \n - ;(let)[a] ??= 1\n + let[a] ??= 1\n \n foo = let[a]\n \n let()[a] = 1\n \n foo(let)[a] = 1\n \n foo(let[a])[a] = 1\n \n - ;(let)[0] = 1\n + let[0] = 1\n \n - ;(let)[\"a\"] = 1\n + let[\"a\"] = 1\n \n let = 1\n \n var let = 1\n \n @@ -143,31 +143,31 @@\n \n ;({ a: let[a] } = 1)\n \n alert((let[0] = 1))\n \n - ;((let)[0] = 1) || 2\n + ;(let[0] = 1) || 2\n \n - ;((let)[0] = 1), 2\n + ;(let[0] = 1), 2\n \n - ;((let)[0] = 1) ? a : b\n + ;(let[0] = 1) ? a : b\n \n if ((let[0] = 1));\n \n while ((let[0] = 1));\n \n do {} while ((let[0] = 1))\n \n var a = (let[0] = 1)\n \n - ;((let)[0] = 1) instanceof a\n + ;(let[0] = 1) instanceof a\n \n void (let[0] = 1)\n \n - ;((let)[0] = 1)()\n + ;(let[0] = 1)()\n \n - new (let[0] = 1)()\n + ;new (let[0] = 1)()\n \n ;((let)[0] = 1)``\n \n ;((let)[0] = 1).toString\n \n @@ -187,32 +187,32 @@\n \n function foo() {\n return (let[0] = 1)\n }\n \n - while (true) (let)[0] = 1\n + while (true) let[0] = 1\n \n throw (let[0] = 1)\n \n ;({ foo: (let[0] = 1) })\n \n ;[(let[0] = 1)]\n \n - for ((let)[0] = 1; ; );\n + for (let[0] = 1; ; );\n for ((let)[0] in {});\n for ((let)[0] of []);\n \n switch ((let[0] = 1)) {\n }\n \n switch (foo) {\n case (let[0] = 1):\n }\n \n - with ((let[0] = 1));\n + with (let[0] = 1);\n \n - ;(let)[x].foo()\n + let[x].foo()\n \n let.let[x].foo()\n \n a = let[x].foo()\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 47)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 4, "numPassingTests": 24, "numPendingTests": 0, "perfStats": { "start": 273400.284023, "end": 275162.30991999997, "runtime": 1762, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 0, "unchecked": 0, "unmatched": 4, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/identifier/parentheses/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "const.js" ], "duration": 0.673833999899216, "failureMessages": [ "const.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `const.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n const [a = ((let)[0] = 1)] = 2;\n \n =====================================output=====================================\n - const [a = (let[0] = 1)] = 2;\n + const [a = ((let)[0] = 1)] = 2;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 47)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "const.js" ], "duration": 58.534935000003316, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "const.js" ], "duration": 57.75211500003934, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "const.js" ], "duration": 57.57128100004047, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "const.js" ], "duration": 57.93529400008265, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "const.js" ], "duration": 58.496013000025414, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "const.js" ], "duration": 58.345106999971904, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "let.js" ], "duration": 0.9507029999513179, "failureMessages": [ "let.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `let.js format 1`\n \n - Snapshot - 14\n + Received + 14\n \n @@ -110,31 +110,31 @@\n =====================================output=====================================\n let.a = 1;\n \n let.a[0] = 1;\n \n - (let)[a] = 1;\n + let[a] = 1;\n \n - (let)[a].b.c.e = 1;\n + let[a].b.c.e = 1;\n \n foo[let[a]] = 1;\n \n (let)[let[a]] = 1;\n \n - (let)[a] ??= 1;\n + let[a] ??= 1;\n \n foo = let[a];\n \n let()[a] = 1;\n \n foo(let)[a] = 1;\n \n foo(let[a])[a] = 1;\n \n - (let)[0] = 1;\n + let[0] = 1;\n \n - (let)[\"a\"] = 1;\n + let[\"a\"] = 1;\n \n let = 1;\n \n var let = 1;\n \n @@ -142,29 +142,29 @@\n \n ({ a: let[a] } = 1);\n \n alert((let[0] = 1));\n \n - ((let)[0] = 1) || 2;\n + (let[0] = 1) || 2;\n \n - ((let)[0] = 1), 2;\n + (let[0] = 1), 2;\n \n - ((let)[0] = 1) ? a : b;\n + (let[0] = 1) ? a : b;\n \n if ((let[0] = 1));\n \n while ((let[0] = 1));\n \n do {} while ((let[0] = 1));\n \n var a = (let[0] = 1);\n \n - ((let)[0] = 1) instanceof a;\n + (let[0] = 1) instanceof a;\n \n void (let[0] = 1);\n \n - ((let)[0] = 1)();\n + (let[0] = 1)();\n \n new (let[0] = 1)();\n \n ((let)[0] = 1)``;\n \n @@ -186,32 +186,32 @@\n \n function foo() {\n return (let[0] = 1);\n }\n \n - while (true) (let)[0] = 1;\n + while (true) let[0] = 1;\n \n throw (let[0] = 1);\n \n ({ foo: (let[0] = 1) });\n \n [(let[0] = 1)];\n \n - for ((let)[0] = 1; ; );\n + for (let[0] = 1; ; );\n for ((let)[0] in {});\n for ((let)[0] of []);\n \n switch ((let[0] = 1)) {\n }\n \n switch (foo) {\n case (let[0] = 1):\n }\n \n - with ((let[0] = 1));\n + with (let[0] = 1);\n \n - (let)[x].foo();\n + let[x].foo();\n \n let.let[x].foo();\n \n a = let[x].foo();\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 47)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "let.js" ], "duration": 69.54947399999946, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "let.js" ], "duration": 65.99311800010037, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "let.js" ], "duration": 66.43700899998657, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "let.js" ], "duration": 65.37101899995469, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "let.js" ], "duration": 67.8328619999811, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "let.js" ], "duration": 69.27806400007103, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "const.js - {\"semi\":false}" ], "duration": 0.6200630000093952, "failureMessages": [ "const.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `const.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n const [a = ((let)[0] = 1)] = 2;\n \n =====================================output=====================================\n - const [a = (let[0] = 1)] = 2\n + const [a = ((let)[0] = 1)] = 2\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 47)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "const.js - {\"semi\":false}" ], "duration": 58.28499199997168, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "const.js - {\"semi\":false}" ], "duration": 58.024623000063, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "const.js - {\"semi\":false}" ], "duration": 57.15663400001358, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "const.js - {\"semi\":false}" ], "duration": 57.232070000027306, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "const.js - {\"semi\":false}" ], "duration": 57.882153999991715, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "const.js - {\"semi\":false}" ], "duration": 57.342508999980055, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "let.js - {\"semi\":false}" ], "duration": 0.8573979999637231, "failureMessages": [ "let.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `let.js - {\"semi\":false} format 1`\n \n - Snapshot - 15\n + Received + 15\n \n @@ -111,31 +111,31 @@\n =====================================output=====================================\n let.a = 1\n \n let.a[0] = 1\n \n - ;(let)[a] = 1\n + let[a] = 1\n \n - ;(let)[a].b.c.e = 1\n + let[a].b.c.e = 1\n \n foo[let[a]] = 1\n \n ;(let)[let[a]] = 1\n \n - ;(let)[a] ??= 1\n + let[a] ??= 1\n \n foo = let[a]\n \n let()[a] = 1\n \n foo(let)[a] = 1\n \n foo(let[a])[a] = 1\n \n - ;(let)[0] = 1\n + let[0] = 1\n \n - ;(let)[\"a\"] = 1\n + let[\"a\"] = 1\n \n let = 1\n \n var let = 1\n \n @@ -143,31 +143,31 @@\n \n ;({ a: let[a] } = 1)\n \n alert((let[0] = 1))\n \n - ;((let)[0] = 1) || 2\n + ;(let[0] = 1) || 2\n \n - ;((let)[0] = 1), 2\n + ;(let[0] = 1), 2\n \n - ;((let)[0] = 1) ? a : b\n + ;(let[0] = 1) ? a : b\n \n if ((let[0] = 1));\n \n while ((let[0] = 1));\n \n do {} while ((let[0] = 1))\n \n var a = (let[0] = 1)\n \n - ;((let)[0] = 1) instanceof a\n + ;(let[0] = 1) instanceof a\n \n void (let[0] = 1)\n \n - ;((let)[0] = 1)()\n + ;(let[0] = 1)()\n \n - new (let[0] = 1)()\n + ;new (let[0] = 1)()\n \n ;((let)[0] = 1)``\n \n ;((let)[0] = 1).toString\n \n @@ -187,32 +187,32 @@\n \n function foo() {\n return (let[0] = 1)\n }\n \n - while (true) (let)[0] = 1\n + while (true) let[0] = 1\n \n throw (let[0] = 1)\n \n ;({ foo: (let[0] = 1) })\n \n ;[(let[0] = 1)]\n \n - for ((let)[0] = 1; ; );\n + for (let[0] = 1; ; );\n for ((let)[0] in {});\n for ((let)[0] of []);\n \n switch ((let[0] = 1)) {\n }\n \n switch (foo) {\n case (let[0] = 1):\n }\n \n - with ((let[0] = 1));\n + with (let[0] = 1);\n \n - ;(let)[x].foo()\n + let[x].foo()\n \n let.let[x].foo()\n \n a = let[x].foo()\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 47)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "let.js - {\"semi\":false}" ], "duration": 72.79059300001245, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "let.js - {\"semi\":false}" ], "duration": 63.832588999997824, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "let.js - {\"semi\":false}" ], "duration": 65.85935399995651, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "let.js - {\"semi\":false}" ], "duration": 66.14453399996273, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "let.js - {\"semi\":false}" ], "duration": 67.35902299999725, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "let.js - {\"semi\":false}" ], "duration": 70.2853640000103, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 10, "numPendingTests": 0, "perfStats": { "start": 275239.64735100005, "end": 275534.574542, "runtime": 295, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 7, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/decorators-export/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "after_export.js" ], "duration": 0.48868700000457466, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "after_export.js" ], "duration": 0.9987740000942722, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "after_export.js" ], "duration": 0.6711179999401793, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "after_export.js" ], "duration": 0.6974580000387505, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "after_export.js" ], "duration": 57.924510000040755, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "before_export.js" ], "duration": 0.4872939999913797, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "before_export.js" ], "duration": 0.9568849999923259, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "before_export.js" ], "duration": 0.7043910000938922, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "before_export.js" ], "duration": 57.39374800003134, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "before_export.js" ], "duration": 57.83867700002156, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "example.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `example.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -7,10 +7,10 @@\n function f() {<LF>\n console.log(\"testing line endings\");<LF>\n }<LF>\n \n =====================================output=====================================\n - function f() {<CR>\n - console.log(\"testing line endings\");<CR>\n - }<CR>\n + function f() {<LF>\n + console.log(\"testing line endings\");<LF>\n + }<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 49)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nexample.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `example.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -7,10 +7,10 @@\n function f() {<LF>\n console.log(\"testing line endings\");<LF>\n }<LF>\n \n =====================================output=====================================\n - function f() {<CRLF>\n - console.log(\"testing line endings\");<CRLF>\n - }<CRLF>\n + function f() {<LF>\n + console.log(\"testing line endings\");<LF>\n + }<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 49)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 2, "numPassingTests": 13, "numPendingTests": 0, "perfStats": { "start": 275604.94211999996, "end": 276479.63001200004, "runtime": 875, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 2, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/end-of-line/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "example.js - {\"endOfLine\":\"lf\"}" ], "duration": 0.535935000050813, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "example.js - {\"endOfLine\":\"lf\"}" ], "duration": 57.67738499992993, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "example.js - {\"endOfLine\":\"lf\"}" ], "duration": 57.52388100000098, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "example.js - {\"endOfLine\":\"lf\"}" ], "duration": 57.14521600003354, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "example.js - {\"endOfLine\":\"lf\"}" ], "duration": 57.89194000000134, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "example.js - {\"endOfLine\":\"cr\"}" ], "duration": 0.6477249999297783, "failureMessages": [ "example.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `example.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -7,10 +7,10 @@\n function f() {<LF>\n console.log(\"testing line endings\");<LF>\n }<LF>\n \n =====================================output=====================================\n - function f() {<CR>\n - console.log(\"testing line endings\");<CR>\n - }<CR>\n + function f() {<LF>\n + console.log(\"testing line endings\");<LF>\n + }<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 49)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "example.js - {\"endOfLine\":\"cr\"}" ], "duration": 57.903831999981776, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "example.js - {\"endOfLine\":\"cr\"}" ], "duration": 57.46569300000556, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "example.js - {\"endOfLine\":\"cr\"}" ], "duration": 57.70388499996625, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "example.js - {\"endOfLine\":\"cr\"}" ], "duration": 60.34703800000716, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "example.js - {\"endOfLine\":\"crlf\"}" ], "duration": 0.6063569999532774, "failureMessages": [ "example.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `example.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -7,10 +7,10 @@\n function f() {<LF>\n console.log(\"testing line endings\");<LF>\n }<LF>\n \n =====================================output=====================================\n - function f() {<CRLF>\n - console.log(\"testing line endings\");<CRLF>\n - }<CRLF>\n + function f() {<LF>\n + console.log(\"testing line endings\");<LF>\n + }<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 49)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "example.js - {\"endOfLine\":\"crlf\"}" ], "duration": 58.09196300001349, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "example.js - {\"endOfLine\":\"crlf\"}" ], "duration": 57.698328000027686, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "example.js - {\"endOfLine\":\"crlf\"}" ], "duration": 58.07977200008463, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "example.js - {\"endOfLine\":\"crlf\"}" ], "duration": 58.03729200002272, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 5, "numPendingTests": 0, "perfStats": { "start": 276551.498375, "end": 276556.292737, "runtime": 5, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 5, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/call/invalid/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "null-arguments-item.js" ], "duration": 1.5767370000248775, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "null-arguments-item.js" ], "duration": 0.7738810000009835, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "null-arguments-item.js" ], "duration": 0.7123869999777526, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "null-arguments-item.js" ], "duration": 0.7393269999884069, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "null-arguments-item.js" ], "duration": 0.9376690000062808, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 18, "numPendingTests": 0, "perfStats": { "start": 276623.73376699997, "end": 277705.8229440001, "runtime": 1082, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/template-align/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "indent.js" ], "duration": 0.4664050000719726, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "indent.js" ], "duration": 61.412342000054196, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 60.62974599993322, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 59.359318000031635, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 59.210261999978684, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 59.535031999927014, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 60.38388900004793, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 59.68930700002238, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 59.751052999985404, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":8}" ], "duration": 0.5168500000145286, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":8}" ], "duration": 62.362908000010066, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":8}" ], "duration": 60.82816599996295, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":8}" ], "duration": 59.94585299992468, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":8}" ], "duration": 59.405877999961376, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":8}" ], "duration": 59.52998800005298, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":8}" ], "duration": 59.7159920000704, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":8}" ], "duration": 59.8080009999685, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":8}" ], "duration": 60.164752000011504, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 18, "numPendingTests": 0, "perfStats": { "start": 277777.061975, "end": 278385.043917, "runtime": 608, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 10, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/new-target/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "outside-functions.js" ], "duration": 0.40810499992221594, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "outside-functions.js" ], "duration": 1.3808089999947697, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "outside-functions.js" ], "duration": 59.459359000087716, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "outside-functions.js" ], "duration": 1.6923839999362826, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "outside-functions.js" ], "duration": 0.7629309999756515, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "outside-functions.js" ], "duration": 0.7076970000052825, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "outside-functions.js" ], "duration": 58.929332999978215, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "outside-functions.js" ], "duration": 60.672245000023395, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "outside-functions.js" ], "duration": 60.154902999987826, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range.js" ], "duration": 0.6081500001018867, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "range.js" ], "duration": 2.767310000024736, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "range.js" ], "duration": 60.16441500000656, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "range.js" ], "duration": 1.561898999963887, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range.js" ], "duration": 0.9849369999719784, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range.js" ], "duration": 1.0669309999793768, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range.js" ], "duration": 58.90345799992792, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "range.js" ], "duration": 59.4375, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "range.js" ], "duration": 59.78961499989964, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments.js format 1`\n \n - Snapshot - 12\n + Received + 13\n \n @@ -190,15 +190,15 @@\n comment\n comment\n */\n foo\n : test\n - ? /* comment\n + ? /* comment\n comment\n comment */\n - foo\n - : bar;\n + foo\n + : bar;\n \n test ? /* comment */ foo : bar;\n \n test\n ? foo\n @@ -215,33 +215,34 @@\n comment\n comment\n comment\n A newline will be added after this comment, unfortunately – but it can be removed manually, see next statement.\n */\n - test\n - ? foo\n - : /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n */\n - bar;\n + bar;\n \n // It is at least possible to delete the extra newline that was\n // unfortunately added before the second condition above:\n test\n - ? foo /* comment\n + ? foo\n + : /* comment\n comment\n comment\n comment\n */\n - : test\n - ? foo\n - : /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n */\n - bar;\n + bar;\n \n test ? foo : /* comment */ bar;\n \n test\n ? test /* c\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnew-ternary-examples.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `new-ternary-examples.js format 1`\n \n - Snapshot - 40\n + Received + 40\n \n @@ -146,50 +146,50 @@\n \n const message =\n i % 3 === 0 && i % 5 === 0\n ? \"fizzbuzz\"\n : i % 3 === 0\n - ? \"fizz\"\n - : i % 5 === 0\n - ? \"buzz\"\n - : String(i);\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessageShort =\n state == \"success\"\n ? \"Payment completed successfully\"\n : state == \"processing\"\n - ? \"Payment processing\"\n - : state == \"invalid_cvc\"\n - ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\"\n - ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessageWithABreak =\n state == \"success\"\n ? \"Payment completed successfully\"\n : state == \"processing\"\n - ? \"Payment processing\"\n - : state == \"invalid_cvc\"\n - ? \"There was an issue with your CVC number, and you need to take a prompt action on it.\"\n - : state == \"invalid_expiry\"\n - ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number, and you need to take a prompt action on it.\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const typeofExample = definition.encode\n ? definition.encode(\n typeof row[field] !== \"undefined\"\n ? row[field]\n : typeof definition.default !== \"undefined\"\n - ? definition.default\n - : null,\n + ? definition.default\n + : null,\n )\n : typeof row[field] !== \"undefined\"\n - ? row[field]\n - : typeof definition.default !== \"undefined\"\n - ? definition.default\n - : null;\n + ? row[field]\n + : typeof definition.default !== \"undefined\"\n + ? definition.default\n + : null;\n \n // (the following is semantically equivalent to the above, but written in a more-confusing style – it'd be hard to grok no matter the formatting)\n const typeofExampleFlipped = definition.encode\n ? definition.encode(\n typeof row[field] === \"undefined\"\n @@ -197,14 +197,14 @@\n ? null\n : definition.default\n : row[field],\n )\n : typeof row[field] === \"undefined\"\n - ? typeof definition.default === \"undefined\"\n - ? null\n - : definition.default\n - : row[field];\n + ? typeof definition.default === \"undefined\"\n + ? null\n + : definition.default\n + : row[field];\n \n // JSX Examples:\n \n const typicalLongConsequentWithNullAlternate = (\n <div>\n @@ -221,37 +221,37 @@\n const reactRouterExampleJSX = (\n <div>\n {children && !isEmptyChildren(children)\n ? children\n : props.match\n - ? component\n - ? React.createElement(component, props)\n - : render\n - ? render(props)\n - : null\n - : null}\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null}\n </div>\n );\n \n const reactRouterExampleNonJSX =\n children && !isEmptyChildren(children)\n ? children\n : props.match\n - ? component\n - ? React.createElement(component, props)\n - : render\n - ? render(props)\n - : null\n - : null;\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n inJSXExpressionContainer.withLongConditionals.example = (\n <div>\n {isACat() && (someReallyLongCondition || moreInThisLongCondition)\n ? someReallyLargeExpression.toMakeMeowNoise().willCauseParens()\n : someReallyLongCondition || moreInThisLongCondition\n - ? bark()\n - : someReallyLargeExpression.toMakeMeowNoise().willCauseParens()}\n + ? bark()\n + : someReallyLargeExpression.toMakeMeowNoise().willCauseParens()}\n </div>\n );\n \n inJSXExpressionContainer.withLoops.orBooleans.example = (\n <div>\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnew-ternary-spec.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `new-ternary-spec.js format 1`\n \n - Snapshot - 29\n + Received + 29\n \n @@ -228,63 +228,63 @@\n const chainedWithLongConsequent = isCat()\n ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n : isDog()\n - ? bark()\n - : silent();\n + ? bark()\n + : silent();\n \n // nested ternary in consequent always breaks:\n const chainedWithTernaryConsequent = isCat()\n ? aNestedCondition\n ? theResult()\n : theAlternate()\n : isDog()\n - ? bark()\n - : silent();\n + ? bark()\n + : silent();\n \n // consequent and terminal alternate break:\n const consequentAndTerminalAlternateBreak = isCat()\n ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n : isDog()\n - ? bark()\n - : someReallyLargeExpression\n - .thatWouldCauseALineBreak()\n - .willCauseAnIndentButNotParens();\n + ? bark()\n + : someReallyLargeExpression\n + .thatWouldCauseALineBreak()\n + .willCauseAnIndentButNotParens();\n \n // multiline conditions and consequents/alternates:\n const multilineConditionsConsequentsAndAlternates =\n isAnAdorableKittyCat() && (someReallyLongCondition || moreInThisLongCondition)\n ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n : isNotAnAdorableKittyCat() &&\n - (someReallyLongCondition || moreInThisLongCondition)\n - ? bark()\n - : shortCondition()\n - ? shortConsequent()\n - : someReallyLargeExpression\n - .thatWouldCauseALineBreak()\n - .willCauseAnIndentButNotParens();\n + (someReallyLongCondition || moreInThisLongCondition)\n + ? bark()\n + : shortCondition()\n + ? shortConsequent()\n + : someReallyLargeExpression\n + .thatWouldCauseALineBreak()\n + .willCauseAnIndentButNotParens();\n \n // illustrating case of mostly short conditionals\n const mostlyShort =\n x === 1\n ? \"one\"\n : x === 2\n - ? \"two\"\n - : x === 3\n - ? \"three\"\n - : x === 5 &&\n - y === 7 &&\n - someOtherThing.thatIsSoLong.thatItBreaksTheTestCondition()\n - ? \"four\"\n - : x === 6\n - ? \"six\"\n - : \"idk\";\n + ? \"two\"\n + : x === 3\n + ? \"three\"\n + : x === 5 &&\n + y === 7 &&\n + someOtherThing.thatIsSoLong.thatItBreaksTheTestCondition()\n + ? \"four\"\n + : x === 6\n + ? \"six\"\n + : \"idk\";\n \n // long conditional, short consequent/alternate, not chained - do indent after ?\n const longConditional =\n bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n glimseGlyphsHazardNoopsTieTie >=\n @@ -298,20 +298,20 @@\n bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n glimseGlyphsHazardNoopsTieTie >=\n averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n ? \"foo\"\n : anotherCondition\n - ? \"bar\"\n - : \"baz\";\n + ? \"bar\"\n + : \"baz\";\n \n // As a function parameter, don't add an extra indent:\n definition.encode(\n typeof row[field] !== \"undefined\"\n ? row[field]\n : typeof definition.default !== \"undefined\"\n - ? definition.default\n - : null,\n + ? definition.default\n + : null,\n typeof row[field] === \"undefined\"\n ? typeof definition.default === \"undefined\"\n ? null\n : definition.default\n : row[field],\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\npostfix-ternary-regressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `postfix-ternary-regressions.js format 1`\n \n - Snapshot - 13\n + Received + 14\n \n @@ -207,19 +207,19 @@\n // Kinda weird to have dedents to the level of \"return\" in a function.\n function foo() {\n return !linkTo\n ? false\n : typeof linkTo === \"function\"\n - ? linkTo(record, reference)\n - : linkToRecord(rootPath, sourceId, linkTo_as_string);\n + ? linkTo(record, reference)\n + : linkToRecord(rootPath, sourceId, linkTo_as_string);\n }\n function foo2() {\n return React.isValidElement(emptyText)\n ? React.cloneElement(emptyText)\n : emptyText === \"\"\n - ? \" \" // em space, forces the display of an empty line of normal height\n - : translate(emptyText, { _: emptyText });\n + ? \" \" // em space, forces the display of an empty line of normal height\n + : translate(emptyText, { _: emptyText });\n }\n \n // Function call ideally wouldnt break break\n const matchingReferencesError = isMatchingReferencesError(matchingReferences)\n ? translate(matchingReferences.error, {\n @@ -262,23 +262,24 @@\n redirectTo,\n basePath,\n payload\n ? payload.id || (payload.data ? payload.data.id : null)\n : requestPayload\n - ? requestPayload.id\n - : null,\n + ? requestPayload.id\n + : null,\n payload && payload.data\n ? payload.data\n : requestPayload && requestPayload.data\n - ? requestPayload.data\n - : null,\n + ? requestPayload.data\n + : null,\n );\n \n const delayedDataProvider = new Proxy(restProvider, {\n get: (target, name, self) =>\n - name === \"then\" // as we await for the dataProvider, JS calls then on it. We must trap that call or else the dataProvider will be called with the then method\n - ? self\n + name === \"then\"\n + ? // as we await for the dataProvider, JS calls then on it. We must trap that call or else the dataProvider will be called with the then method\n + self\n : (resource, params) =>\n new Promise((resolve) =>\n setTimeout(\n () => resolve(restProvider[name](resource, params)),\n 500,\n @@ -311,13 +312,13 @@\n }\n \n const badComments = schema.model\n ? schema\n : // If model is an array where the items schema is a referred model then we need to use that\n - schema.type === \"array\"\n - ? schema.items\n - : schema;\n + schema.type === \"array\"\n + ? schema.items\n + : schema;\n \n const anotherBadComment = refModel\n ? // If we're in a shared params file then reference the model name directly\n inSharedParamsFile\n ? refModel\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncomments.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 68\n + Received + 64\n \n @@ -127,133 +127,129 @@\n test ? test /* c\n c */? foo : bar : bar;\n \n =====================================output=====================================\n var inspect =\n - 4 === util.inspect.length ?\n - // node <= 0.8.x\n - function (v, colors) {\n - return util.inspect(v, void 0, void 0, colors);\n - }\n - // node > 0.8.x\n - : function (v, colors) {\n - return util.inspect(v, { colors: colors });\n - };\n + 4 === util.inspect.length\n + ? // node <= 0.8.x\n + function (v, colors) {\n + return util.inspect(v, void 0, void 0, colors);\n + }\n + : // node > 0.8.x\n + function (v, colors) {\n + return util.inspect(v, { colors: colors });\n + };\n \n var inspect =\n - 4 === util.inspect.length ?\n - // node <= 0.8.x\n - function (v, colors) {\n - return util.inspect(v, void 0, void 0, colors);\n - }\n - // node > 0.8.x\n - : function (v, colors) {\n - return util.inspect(v, { colors: colors });\n - };\n + 4 === util.inspect.length\n + ? // node <= 0.8.x\n + function (v, colors) {\n + return util.inspect(v, void 0, void 0, colors);\n + }\n + : // node > 0.8.x\n + function (v, colors) {\n + return util.inspect(v, { colors: colors });\n + };\n \n - const extractTextPluginOptions =\n - shouldUseRelativeAssetPaths ?\n - // Making sure that the publicPath goes back to to build folder.\n + const extractTextPluginOptions = shouldUseRelativeAssetPaths\n + ? // Making sure that the publicPath goes back to to build folder.\n { publicPath: Array(cssFilename.split(\"/\").length).join(\"../\") }\n : {};\n \n - const extractTextPluginOptions2 =\n - shouldUseRelativeAssetPaths ?\n - // Making sure that the publicPath goes back to to build folder.\n + const extractTextPluginOptions2 = shouldUseRelativeAssetPaths\n + ? // Making sure that the publicPath goes back to to build folder.\n { publicPath: Array(cssFilename.split(\"/\").length).join(\"../\") }\n : {};\n \n - const extractTextPluginOptions3 =\n - (\n - shouldUseRelativeAssetPaths // Making sure that the publicPath goes back to to build folder.\n - ) ?\n - { publicPath: Array(cssFilename.split(\"/\").length).join(\"../\") }\n + const extractTextPluginOptions3 = shouldUseRelativeAssetPaths // Making sure that the publicPath goes back to to build folder.\n + ? { publicPath: Array(cssFilename.split(\"/\").length).join(\"../\") }\n : {};\n \n const { configureStore } =\n - process.env.NODE_ENV === \"production\" ?\n - require(\"./configureProdStore\") // a\n - : require(\"./configureDevStore\"); // b\n + process.env.NODE_ENV === \"production\"\n + ? require(\"./configureProdStore\") // a\n + : require(\"./configureDevStore\"); // b\n \n - (\n - test /* comment\n + test /* comment\n comment\n comment\n */\n - ) ?\n - foo\n - : bar;\n + ? foo\n + : bar;\n \n - test ?\n - /* comment\n + test\n + ? /* comment\n comment\n comment\n comment\n */\n - foo\n - : bar;\n + foo\n + : bar;\n \n - test ?\n - /* comment\n + test\n + ? /* comment\n comment\n comment\n comment\n */\n - foo\n - : test ?\n - /* comment\n + foo\n + : test\n + ? /* comment\n comment\n comment */\n - foo\n - : bar;\n + foo\n + : bar;\n \n test ? /* comment */ foo : bar;\n \n - test ? foo\n - /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n comment\n */\n - : bar;\n + bar;\n \n - test ? foo\n - /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n comment\n A newline will be added after this comment, unfortunately – but it can be removed manually, see next statement.\n */\n - : test ? foo\n - /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n */\n - : bar;\n + bar;\n \n // It is at least possible to delete the extra newline that was\n // unfortunately added before the second condition above:\n - test ?\n - foo /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n comment\n */\n - : test ? foo\n - /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n */\n - : bar;\n + bar;\n \n test ? foo : /* comment */ bar;\n \n - test ?\n - (\n - test /* c\n + test\n + ? test /* c\n c */\n - ) ?\n - foo\n - : bar\n - : bar;\n + ? foo\n + : bar\n + : bar;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnew-ternary-examples.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `new-ternary-examples.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 73\n + Received + 90\n \n @@ -144,133 +144,150 @@\n // TypeScript is here: prettier/tests/format/typescript/conditional-types/new-ternary-spec.ts\n // EXAMPLES\n // mostly taken from https://github.com/prettier/prettier/issues/9561\n \n const message =\n - i % 3 === 0 && i % 5 === 0 ? \"fizzbuzz\"\n - : i % 3 === 0 ? \"fizz\"\n - : i % 5 === 0 ? \"buzz\"\n - : String(i);\n + i % 3 === 0 && i % 5 === 0\n + ? \"fizzbuzz\"\n + : i % 3 === 0\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessageShort =\n - state == \"success\" ? \"Payment completed successfully\"\n - : state == \"processing\" ? \"Payment processing\"\n - : state == \"invalid_cvc\" ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\" ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + state == \"success\"\n + ? \"Payment completed successfully\"\n + : state == \"processing\"\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessageWithABreak =\n - state == \"success\" ? \"Payment completed successfully\"\n - : state == \"processing\" ? \"Payment processing\"\n - : state == \"invalid_cvc\" ?\n - \"There was an issue with your CVC number, and you need to take a prompt action on it.\"\n - : state == \"invalid_expiry\" ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + state == \"success\"\n + ? \"Payment completed successfully\"\n + : state == \"processing\"\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number, and you need to take a prompt action on it.\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n - const typeofExample =\n - definition.encode ?\n - definition.encode(\n - typeof row[field] !== \"undefined\" ? row[field]\n - : typeof definition.default !== \"undefined\" ? definition.default\n - : null,\n + const typeofExample = definition.encode\n + ? definition.encode(\n + typeof row[field] !== \"undefined\"\n + ? row[field]\n + : typeof definition.default !== \"undefined\"\n + ? definition.default\n + : null,\n )\n - : typeof row[field] !== \"undefined\" ? row[field]\n - : typeof definition.default !== \"undefined\" ? definition.default\n + : typeof row[field] !== \"undefined\"\n + ? row[field]\n + : typeof definition.default !== \"undefined\"\n + ? definition.default\n : null;\n \n // (the following is semantically equivalent to the above, but written in a more-confusing style – it'd be hard to grok no matter the formatting)\n - const typeofExampleFlipped =\n - definition.encode ?\n - definition.encode(\n - typeof row[field] === \"undefined\" ?\n - typeof definition.default === \"undefined\" ?\n - null\n - : definition.default\n - : row[field],\n + const typeofExampleFlipped = definition.encode\n + ? definition.encode(\n + typeof row[field] === \"undefined\"\n + ? typeof definition.default === \"undefined\"\n + ? null\n + : definition.default\n + : row[field],\n )\n - : typeof row[field] === \"undefined\" ?\n - typeof definition.default === \"undefined\" ?\n - null\n + : typeof row[field] === \"undefined\"\n + ? typeof definition.default === \"undefined\"\n + ? null\n : definition.default\n : row[field];\n \n // JSX Examples:\n \n const typicalLongConsequentWithNullAlternate = (\n <div>\n - {children && !isEmptyChildren(children) ?\n + {children && !isEmptyChildren(children) ? (\n <FooComponent\n className=\"a bunch of css classes might go here, wow so many\"\n foo={foo}\n bar={includeBar ? bar : null}\n />\n - : null}\n + ) : null}\n </div>\n );\n \n const reactRouterExampleJSX = (\n <div>\n - {children && !isEmptyChildren(children) ?\n - children\n - : props.match ?\n - component ?\n - React.createElement(component, props)\n - : render ?\n - render(props)\n - : null\n - : null}\n + {children && !isEmptyChildren(children)\n + ? children\n + : props.match\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null}\n </div>\n );\n \n const reactRouterExampleNonJSX =\n - children && !isEmptyChildren(children) ? children\n - : props.match ?\n - component ? React.createElement(component, props)\n - : render ? render(props)\n - : null\n - : null;\n + children && !isEmptyChildren(children)\n + ? children\n + : props.match\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n inJSXExpressionContainer.withLongConditionals.example = (\n <div>\n - {isACat() && (someReallyLongCondition || moreInThisLongCondition) ?\n - someReallyLargeExpression.toMakeMeowNoise().willCauseParens()\n - : someReallyLongCondition || moreInThisLongCondition ?\n - bark()\n - : someReallyLargeExpression.toMakeMeowNoise().willCauseParens()}\n + {isACat() && (someReallyLongCondition || moreInThisLongCondition)\n + ? someReallyLargeExpression.toMakeMeowNoise().willCauseParens()\n + : someReallyLongCondition || moreInThisLongCondition\n + ? bark()\n + : someReallyLargeExpression.toMakeMeowNoise().willCauseParens()}\n </div>\n );\n \n inJSXExpressionContainer.withLoops.orBooleans.example = (\n <div>\n - {items ?\n - items.map((item) =>\n - item.display ?\n - <Item item={item} attr=\"breaks ternary but not consequent\" />\n - : <Blank />,\n - )\n - : null}\n + {items\n + ? items.map((item) =>\n + item.display ? (\n + <Item item={item} attr=\"breaks ternary but not consequent\" />\n + ) : (\n + <Blank />\n + ),\n + )\n + : null}\n \n {showTheStuff &&\n - (foo ?\n + (foo ? (\n <Thing thing={foooooooooooooooooooooooooo} bar=\"bazzzzzz\" />\n - : <OtherThing />)}\n + ) : (\n + <OtherThing />\n + ))}\n </div>\n );\n \n inJSXExpressionContainer.withNullConditional = (\n <div>\n {isACat() ? null : <Foo />}\n {isACat() && (someReallyLongCondition || moreInThisLongCondition) ? null : (\n <Foo />\n )}\n - {(\n - isACat() &&\n - (someReallyLongCondition ||\n - moreInThisLongCondition ||\n - evenMoreInThisExtraLongConditional)\n - ) ?\n - null\n - : <Foo />}\n + {isACat() &&\n + (someReallyLongCondition ||\n + moreInThisLongCondition ||\n + evenMoreInThisExtraLongConditional) ? null : (\n + <Foo />\n + )}\n </div>\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnew-ternary-spec.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `new-ternary-spec.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 95\n + Received + 93\n \n @@ -206,133 +206,127 @@\n \n // remain on one line if possible:\n const short = isLoud() ? makeNoise() : silent();\n \n // next, put everything after the =\n - const lessShort =\n - isLoudReallyLoud() ? makeNoiseReallyLoudly.omgSoLoud() : silent();\n + const lessShort = isLoudReallyLoud()\n + ? makeNoiseReallyLoudly.omgSoLoud()\n + : silent();\n \n // next, indent the consequent:\n - const andIndented =\n - isLoudReallyReallyReallyReallyLoud() ?\n - makeNoiseReallyReallyReallyReallyReallyLoudly.omgSoLoud()\n + const andIndented = isLoudReallyReallyReallyReallyLoud()\n + ? makeNoiseReallyReallyReallyReallyReallyLoudly.omgSoLoud()\n : silent();\n \n // unless the consequent is short (less than ten characters long):\n - const shortSoCase =\n - isLoudReallyReallyReallyReallyLoud() ? silent() : (\n - makeNoiseReallyReallyReallyReallyReallyLoudly.omgSoLoud()\n - );\n + const shortSoCase = isLoudReallyReallyReallyReallyLoud()\n + ? silent()\n + : makeNoiseReallyReallyReallyReallyReallyLoudly.omgSoLoud();\n \n // if chained, always break and put after the =\n - const chainedShort =\n - isCat() ? meow()\n - : isDog() ? bark()\n - : silent();\n + const chainedShort = isCat() ? meow() : isDog() ? bark() : silent();\n \n // when a consequent breaks in a chain:\n - const chainedWithLongConsequent =\n - isCat() ?\n - someReallyLargeExpression\n + const chainedWithLongConsequent = isCat()\n + ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n - : isDog() ? bark()\n + : isDog()\n + ? bark()\n : silent();\n \n // nested ternary in consequent always breaks:\n - const chainedWithTernaryConsequent =\n - isCat() ?\n - aNestedCondition ? theResult()\n + const chainedWithTernaryConsequent = isCat()\n + ? aNestedCondition\n + ? theResult()\n : theAlternate()\n - : isDog() ? bark()\n + : isDog()\n + ? bark()\n : silent();\n \n // consequent and terminal alternate break:\n - const consequentAndTerminalAlternateBreak =\n - isCat() ?\n - someReallyLargeExpression\n + const consequentAndTerminalAlternateBreak = isCat()\n + ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n - : isDog() ? bark()\n + : isDog()\n + ? bark()\n : someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens();\n \n // multiline conditions and consequents/alternates:\n const multilineConditionsConsequentsAndAlternates =\n - (\n - isAnAdorableKittyCat() &&\n - (someReallyLongCondition || moreInThisLongCondition)\n - ) ?\n - someReallyLargeExpression\n - .thatWouldCauseALineBreak()\n - .willCauseAnIndentButNotParens()\n - : (\n - isNotAnAdorableKittyCat() &&\n - (someReallyLongCondition || moreInThisLongCondition)\n - ) ?\n - bark()\n - : shortCondition() ? shortConsequent()\n - : someReallyLargeExpression\n - .thatWouldCauseALineBreak()\n - .willCauseAnIndentButNotParens();\n + isAnAdorableKittyCat() && (someReallyLongCondition || moreInThisLongCondition)\n + ? someReallyLargeExpression\n + .thatWouldCauseALineBreak()\n + .willCauseAnIndentButNotParens()\n + : isNotAnAdorableKittyCat() &&\n + (someReallyLongCondition || moreInThisLongCondition)\n + ? bark()\n + : shortCondition()\n + ? shortConsequent()\n + : someReallyLargeExpression\n + .thatWouldCauseALineBreak()\n + .willCauseAnIndentButNotParens();\n \n // illustrating case of mostly short conditionals\n const mostlyShort =\n - x === 1 ? \"one\"\n - : x === 2 ? \"two\"\n - : x === 3 ? \"three\"\n - : (\n - x === 5 &&\n - y === 7 &&\n - someOtherThing.thatIsSoLong.thatItBreaksTheTestCondition()\n - ) ?\n - \"four\"\n - : x === 6 ? \"six\"\n - : \"idk\";\n + x === 1\n + ? \"one\"\n + : x === 2\n + ? \"two\"\n + : x === 3\n + ? \"three\"\n + : x === 5 &&\n + y === 7 &&\n + someOtherThing.thatIsSoLong.thatItBreaksTheTestCondition()\n + ? \"four\"\n + : x === 6\n + ? \"six\"\n + : \"idk\";\n \n // long conditional, short consequent/alternate, not chained - do indent after ?\n const longConditional =\n - (\n - bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n - glimseGlyphsHazardNoopsTieTie >=\n - averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n - ) ?\n - \"foo\"\n - : \"bar\";\n + bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n + glimseGlyphsHazardNoopsTieTie >=\n + averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n + ? \"foo\"\n + : \"bar\";\n \n // long conditional, short consequent/alternate, chained\n // (break on short consequents iff in chained ternary and its conditional broke)\n const longConditionalChained =\n - (\n - bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n - glimseGlyphsHazardNoopsTieTie >=\n - averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n - ) ?\n - \"foo\"\n - : anotherCondition ? \"bar\"\n - : \"baz\";\n + bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n + glimseGlyphsHazardNoopsTieTie >=\n + averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n + ? \"foo\"\n + : anotherCondition\n + ? \"bar\"\n + : \"baz\";\n \n // As a function parameter, don't add an extra indent:\n definition.encode(\n - typeof row[field] !== \"undefined\" ? row[field]\n - : typeof definition.default !== \"undefined\" ? definition.default\n - : null,\n - typeof row[field] === \"undefined\" ?\n - typeof definition.default === \"undefined\" ?\n - null\n - : definition.default\n - : row[field],\n + typeof row[field] !== \"undefined\"\n + ? row[field]\n + : typeof definition.default !== \"undefined\"\n + ? definition.default\n + : null,\n + typeof row[field] === \"undefined\"\n + ? typeof definition.default === \"undefined\"\n + ? null\n + : definition.default\n + : row[field],\n );\n \n // In a return, break and over-indent:\n const inReturn = () => {\n if (short) {\n return foo ? 1 : 2;\n }\n - return typeof row[aVeryLongFieldName] !== \"undefined\" ?\n - row[aVeryLongFieldName]\n + return typeof row[aVeryLongFieldName] !== \"undefined\"\n + ? row[aVeryLongFieldName]\n : null;\n };\n \n // Remove current JSX Mode, and replace it with this algorithm:\n // When a ternary's parent is a JSXExpressionContainer which is not in a JSXAttribute,\n @@ -344,32 +338,31 @@\n // and wrap the alternate in parens.\n \n const someJSX = (\n <div>\n Typical jsx case:\n - {showFoo ?\n - <Foo attribute=\"such and such stuff here\" />\n - : <Bar short />}\n + {showFoo ? <Foo attribute=\"such and such stuff here\" /> : <Bar short />}\n Nested, and with a non-jsx consequent is the same:\n - {component ?\n + {component ? (\n React.createElement(component, props)\n - : render ?\n + ) : render ? (\n <div>{render(props)}</div>\n - : <div>Nothing is here</div>}\n + ) : (\n + <div>Nothing is here</div>\n + )}\n As is a non-jsx consequent:\n - {showTheJSXElement ?\n - <div>the stuff</div>\n - : renderOtherStuff()}\n + {showTheJSXElement ? <div>the stuff</div> : renderOtherStuff()}\n But if the alternate breaks, add a newline before the closing curly brace:\n - {showTheThing || pleaseShowTheThing ?\n + {showTheThing || pleaseShowTheThing ? (\n <Foo attribute=\"such and such stuff here\" />\n - : <Bar\n + ) : (\n + <Bar\n attribute=\"such and such stuff here\"\n another=\"more stuff here\"\n third=\"and even more, hooray!\"\n />\n - }\n + )}\n When the consequent is `null` and the alternate breaks, hug it with parens\n to match boolean behavior:\n {!thing ? null : (\n <TheThing\n thing={thing}\n @@ -377,22 +370,27 @@\n />\n )}\n </div>\n );\n \n - ternaryWithJSXElements.hasNoSpecialCasing =\n - component ? <div>{React.createElement(component, props)}</div>\n - : render ? <div>{render(props)}</div>\n - : <div>Nothing is here</div>;\n + ternaryWithJSXElements.hasNoSpecialCasing = component ? (\n + <div>{React.createElement(component, props)}</div>\n + ) : render ? (\n + <div>{render(props)}</div>\n + ) : (\n + <div>Nothing is here</div>\n + );\n \n jsxExpressionContainer.inJSXAttribute.hasNoSpecialCasing = (\n <Foo\n withJSX={isRed ? <RedColorThing /> : <GreenColorThing />}\n withJSXBroken={\n - isRed || isSomeOtherLongCondition.thatBreaksTheLine() ?\n + isRed || isSomeOtherLongCondition.thatBreaksTheLine() ? (\n <RedColorThing />\n - : <GreenColorThing />\n + ) : (\n + <GreenColorThing />\n + )\n }\n />\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\npostfix-ternary-regressions.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `postfix-ternary-regressions.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 92\n + Received + 90\n \n @@ -171,163 +171,161 @@\n : classRef()\n \n =====================================output=====================================\n // concatened string in consequent should be visually distinguishable from alternate\n // … or maybe this is okay, because the colon is enough?\n - const avatar =\n - has_ordered ?\n - \"https://marmelab.com/posters/avatar/longer-word-that-breaks-consequent-\" +\n + const avatar = has_ordered\n + ? \"https://marmelab.com/posters/avatar/longer-word-that-breaks-consequent-\" +\n numberOfCustomers +\n \".jpeg\"\n : undefined;\n \n // Similarly, in the alternate:\n - const redirectUrl =\n - pathName ? pathName : (\n - nextPathName + nextSearch ||\n - defaultAuthParams.afterLoginUrl.makeThisLongerSoItBreaks\n - );\n + const redirectUrl = pathName\n + ? pathName\n + : nextPathName + nextSearch ||\n + defaultAuthParams.afterLoginUrl.makeThisLongerSoItBreaks;\n \n // And another, more pathological case of the above:\n const isEmpty = (obj) =>\n - obj instanceof Date ? false : (\n - obj === \"\" ||\n - obj === null ||\n - obj === undefined ||\n - obj === somethingThatIsLonger ||\n - shallowEqual(obj, {})\n - );\n + obj instanceof Date\n + ? false\n + : obj === \"\" ||\n + obj === null ||\n + obj === undefined ||\n + obj === somethingThatIsLonger ||\n + shallowEqual(obj, {});\n \n // Again, this case is a bit hard to distinguish the alternate.\n const eventsFromOrders =\n - orderIds && orders ?\n - orderIds.map((id) => ({\n - type: \"order\",\n - date: orders[id].date,\n - data: orders[id],\n - }))\n - : [];\n + orderIds && orders\n + ? orderIds.map((id) => ({\n + type: \"order\",\n + date: orders[id].date,\n + data: orders[id],\n + }))\n + : [];\n \n // Kinda weird to have dedents to the level of \"return\" in a function.\n function foo() {\n - return (\n - !linkTo ? false\n - : typeof linkTo === \"function\" ? linkTo(record, reference)\n - : linkToRecord(rootPath, sourceId, linkTo_as_string)\n - );\n + return !linkTo\n + ? false\n + : typeof linkTo === \"function\"\n + ? linkTo(record, reference)\n + : linkToRecord(rootPath, sourceId, linkTo_as_string);\n }\n function foo2() {\n - return (\n - React.isValidElement(emptyText) ? React.cloneElement(emptyText)\n - : emptyText === \"\" ?\n - \" \" // em space, forces the display of an empty line of normal height\n - : translate(emptyText, { _: emptyText })\n - );\n + return React.isValidElement(emptyText)\n + ? React.cloneElement(emptyText)\n + : emptyText === \"\"\n + ? \" \" // em space, forces the display of an empty line of normal height\n + : translate(emptyText, { _: emptyText });\n }\n \n // Function call ideally wouldnt break break\n - const matchingReferencesError =\n - isMatchingReferencesError(matchingReferences) ?\n - translate(matchingReferences.error, {\n + const matchingReferencesError = isMatchingReferencesError(matchingReferences)\n + ? translate(matchingReferences.error, {\n _: matchingReferences.error,\n })\n : null;\n \n // This one is kinda confusing any way you slice it…\n const obj = {\n error:\n - (\n - matchingReferencesError &&\n - (!input.value ||\n - (input.value &&\n - selectedReferencesDataStatus === REFERENCES_STATUS_EMPTY))\n - ) ?\n - translate(\"ra.input.references.all_missing\", {\n - _: \"ra.input.references.all_missing\",\n - })\n - : null,\n + matchingReferencesError &&\n + (!input.value ||\n + (input.value && selectedReferencesDataStatus === REFERENCES_STATUS_EMPTY))\n + ? translate(\"ra.input.references.all_missing\", {\n + _: \"ra.input.references.all_missing\",\n + })\n + : null,\n };\n \n // I think we should indent after the inner || on this, and do better wtih the parens around the &&\n const obj2 = {\n warning:\n - (\n - matchingReferencesError ||\n - (input.value && selectedReferencesDataStatus !== REFERENCES_STATUS_READY)\n - ) ?\n - matchingReferencesError ||\n - translate(\"ra.input.references.many_missing\", {\n - _: \"ra.input.references.many_missing\",\n - })\n - : null,\n + matchingReferencesError ||\n + (input.value && selectedReferencesDataStatus !== REFERENCES_STATUS_READY)\n + ? matchingReferencesError ||\n + translate(\"ra.input.references.many_missing\", {\n + _: \"ra.input.references.many_missing\",\n + })\n + : null,\n };\n \n // The boolean conditions in the test should look cohesive.\n const selectedReferencesDataStatus =\n - !isEmpty(value) && typeof value === \"string\" && !pattern.test(value) ?\n - getMessage(message, { pattern }, value, values)\n - : undefined;\n + !isEmpty(value) && typeof value === \"string\" && !pattern.test(value)\n + ? getMessage(message, { pattern }, value, values)\n + : undefined;\n \n // Would be nice if these two nested ternaries didn't look like a single one.\n resolveRedirectTo(\n redirectTo,\n basePath,\n - payload ? payload.id || (payload.data ? payload.data.id : null)\n - : requestPayload ? requestPayload.id\n - : null,\n - payload && payload.data ? payload.data\n - : requestPayload && requestPayload.data ? requestPayload.data\n - : null,\n + payload\n + ? payload.id || (payload.data ? payload.data.id : null)\n + : requestPayload\n + ? requestPayload.id\n + : null,\n + payload && payload.data\n + ? payload.data\n + : requestPayload && requestPayload.data\n + ? requestPayload.data\n + : null,\n );\n \n const delayedDataProvider = new Proxy(restProvider, {\n get: (target, name, self) =>\n - (\n - name === \"then\" // as we await for the dataProvider, JS calls then on it. We must trap that call or else the dataProvider will be called with the then method\n - ) ?\n - self\n - : (resource, params) =>\n - new Promise((resolve) =>\n - setTimeout(() => resolve(restProvider[name](resource, params)), 500),\n - ),\n + name === \"then\"\n + ? // as we await for the dataProvider, JS calls then on it. We must trap that call or else the dataProvider will be called with the then method\n + self\n + : (resource, params) =>\n + new Promise((resolve) =>\n + setTimeout(\n + () => resolve(restProvider[name](resource, params)),\n + 500,\n + ),\n + ),\n });\n \n function foo4() {\n - return !match || match.length < 5 ?\n - line\n + return !match || match.length < 5\n + ? line\n : match[1] + match[2] + match[3] + match[4];\n }\n \n function foo5() {\n - return !match || match.length < 5 ?\n - foo(line)\n + return !match || match.length < 5\n + ? foo(line)\n : match[1] + match[2] + match[3] + match[4];\n }\n \n function foo6() {\n - return !match || match.length < 5 ?\n - linethatisverylongandbreaksthelinehooray\n + return !match || match.length < 5\n + ? linethatisverylongandbreaksthelinehooray\n : match[1] + match[2] + match[3] + match[4];\n }\n \n function foo7() {\n - return !match || match.length < 5 ?\n - linethatisverylongandbreaksthelinehoorayjustabitlonger\n + return !match || match.length < 5\n + ? linethatisverylongandbreaksthelinehoorayjustabitlonger\n : match[1] + match[2] + match[3] + match[4];\n }\n \n - const badComments =\n - schema.model ? schema\n - // If model is an array where the items schema is a referred model then we need to use that\n - : schema.type === \"array\" ? schema.items\n + const badComments = schema.model\n + ? schema\n + : // If model is an array where the items schema is a referred model then we need to use that\n + schema.type === \"array\"\n + ? schema.items\n : schema;\n \n - const anotherBadComment =\n - refModel ?\n - // If we're in a shared params file then reference the model name directly\n - inSharedParamsFile ? refModel\n - // If we're not in a shared params file then reference the in-file type\n - : classRef()\n - // We don't have a model name, use the in-file name\n - : classRef();\n + const anotherBadComment = refModel\n + ? // If we're in a shared params file then reference the model name directly\n + inSharedParamsFile\n + ? refModel\n + : // If we're not in a shared params file then reference the in-file type\n + classRef()\n + : // We don't have a model name, use the in-file name\n + classRef();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 8, "numPassingTests": 100, "numPendingTests": 0, "perfStats": { "start": 278459.902557, "end": 285847.3938220001, "runtime": 7387, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 4, "unchecked": 0, "unmatched": 8, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/conditional/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "comments.js" ], "duration": 0.8345050000352785, "failureMessages": [ "comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments.js format 1`\n \n - Snapshot - 12\n + Received + 13\n \n @@ -190,15 +190,15 @@\n comment\n comment\n */\n foo\n : test\n - ? /* comment\n + ? /* comment\n comment\n comment */\n - foo\n - : bar;\n + foo\n + : bar;\n \n test ? /* comment */ foo : bar;\n \n test\n ? foo\n @@ -215,33 +215,34 @@\n comment\n comment\n comment\n A newline will be added after this comment, unfortunately – but it can be removed manually, see next statement.\n */\n - test\n - ? foo\n - : /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n */\n - bar;\n + bar;\n \n // It is at least possible to delete the extra newline that was\n // unfortunately added before the second condition above:\n test\n - ? foo /* comment\n + ? foo\n + : /* comment\n comment\n comment\n comment\n */\n - : test\n - ? foo\n - : /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n */\n - bar;\n + bar;\n \n test ? foo : /* comment */ bar;\n \n test\n ? test /* c\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "comments.js" ], "duration": 83.84317799995188, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 67.49045799998567, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 65.31061799998861, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 64.97739499993622, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 67.85991400002968, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 66.17082499992102, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 66.76423799991608, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 65.88615899998695, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "new-expression.js" ], "duration": 0.41886600002180785, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "new-expression.js" ], "duration": 59.90832799999043, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "new-expression.js" ], "duration": 60.92392700002529, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "new-expression.js" ], "duration": 59.52454300003592, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "new-expression.js" ], "duration": 59.15770199999679, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "new-expression.js" ], "duration": 61.353261000011116, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "new-expression.js" ], "duration": 59.522752000018954, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "new-expression.js" ], "duration": 59.45932400005404, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "new-expression.js" ], "duration": 60.19050899997819, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "new-ternary-examples.js" ], "duration": 1.5701049999333918, "failureMessages": [ "new-ternary-examples.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `new-ternary-examples.js format 1`\n \n - Snapshot - 40\n + Received + 40\n \n @@ -146,50 +146,50 @@\n \n const message =\n i % 3 === 0 && i % 5 === 0\n ? \"fizzbuzz\"\n : i % 3 === 0\n - ? \"fizz\"\n - : i % 5 === 0\n - ? \"buzz\"\n - : String(i);\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessageShort =\n state == \"success\"\n ? \"Payment completed successfully\"\n : state == \"processing\"\n - ? \"Payment processing\"\n - : state == \"invalid_cvc\"\n - ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\"\n - ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessageWithABreak =\n state == \"success\"\n ? \"Payment completed successfully\"\n : state == \"processing\"\n - ? \"Payment processing\"\n - : state == \"invalid_cvc\"\n - ? \"There was an issue with your CVC number, and you need to take a prompt action on it.\"\n - : state == \"invalid_expiry\"\n - ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number, and you need to take a prompt action on it.\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const typeofExample = definition.encode\n ? definition.encode(\n typeof row[field] !== \"undefined\"\n ? row[field]\n : typeof definition.default !== \"undefined\"\n - ? definition.default\n - : null,\n + ? definition.default\n + : null,\n )\n : typeof row[field] !== \"undefined\"\n - ? row[field]\n - : typeof definition.default !== \"undefined\"\n - ? definition.default\n - : null;\n + ? row[field]\n + : typeof definition.default !== \"undefined\"\n + ? definition.default\n + : null;\n \n // (the following is semantically equivalent to the above, but written in a more-confusing style – it'd be hard to grok no matter the formatting)\n const typeofExampleFlipped = definition.encode\n ? definition.encode(\n typeof row[field] === \"undefined\"\n @@ -197,14 +197,14 @@\n ? null\n : definition.default\n : row[field],\n )\n : typeof row[field] === \"undefined\"\n - ? typeof definition.default === \"undefined\"\n - ? null\n - : definition.default\n - : row[field];\n + ? typeof definition.default === \"undefined\"\n + ? null\n + : definition.default\n + : row[field];\n \n // JSX Examples:\n \n const typicalLongConsequentWithNullAlternate = (\n <div>\n @@ -221,37 +221,37 @@\n const reactRouterExampleJSX = (\n <div>\n {children && !isEmptyChildren(children)\n ? children\n : props.match\n - ? component\n - ? React.createElement(component, props)\n - : render\n - ? render(props)\n - : null\n - : null}\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null}\n </div>\n );\n \n const reactRouterExampleNonJSX =\n children && !isEmptyChildren(children)\n ? children\n : props.match\n - ? component\n - ? React.createElement(component, props)\n - : render\n - ? render(props)\n - : null\n - : null;\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n inJSXExpressionContainer.withLongConditionals.example = (\n <div>\n {isACat() && (someReallyLongCondition || moreInThisLongCondition)\n ? someReallyLargeExpression.toMakeMeowNoise().willCauseParens()\n : someReallyLongCondition || moreInThisLongCondition\n - ? bark()\n - : someReallyLargeExpression.toMakeMeowNoise().willCauseParens()}\n + ? bark()\n + : someReallyLargeExpression.toMakeMeowNoise().willCauseParens()}\n </div>\n );\n \n inJSXExpressionContainer.withLoops.orBooleans.example = (\n <div>\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "new-ternary-examples.js" ], "duration": 89.35667800006922, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "new-ternary-examples.js" ], "duration": 71.14812800008804, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "new-ternary-examples.js" ], "duration": 69.76824200002011, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "new-ternary-examples.js" ], "duration": 67.93352500000037, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "new-ternary-examples.js" ], "duration": 67.55463099991903, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "new-ternary-examples.js" ], "duration": 68.55859699996654, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "new-ternary-examples.js" ], "duration": 69.05310500005726, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "new-ternary-examples.js" ], "duration": 68.93026399996597, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "new-ternary-spec.js" ], "duration": 0.9922500000102445, "failureMessages": [ "new-ternary-spec.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `new-ternary-spec.js format 1`\n \n - Snapshot - 29\n + Received + 29\n \n @@ -228,63 +228,63 @@\n const chainedWithLongConsequent = isCat()\n ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n : isDog()\n - ? bark()\n - : silent();\n + ? bark()\n + : silent();\n \n // nested ternary in consequent always breaks:\n const chainedWithTernaryConsequent = isCat()\n ? aNestedCondition\n ? theResult()\n : theAlternate()\n : isDog()\n - ? bark()\n - : silent();\n + ? bark()\n + : silent();\n \n // consequent and terminal alternate break:\n const consequentAndTerminalAlternateBreak = isCat()\n ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n : isDog()\n - ? bark()\n - : someReallyLargeExpression\n - .thatWouldCauseALineBreak()\n - .willCauseAnIndentButNotParens();\n + ? bark()\n + : someReallyLargeExpression\n + .thatWouldCauseALineBreak()\n + .willCauseAnIndentButNotParens();\n \n // multiline conditions and consequents/alternates:\n const multilineConditionsConsequentsAndAlternates =\n isAnAdorableKittyCat() && (someReallyLongCondition || moreInThisLongCondition)\n ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n : isNotAnAdorableKittyCat() &&\n - (someReallyLongCondition || moreInThisLongCondition)\n - ? bark()\n - : shortCondition()\n - ? shortConsequent()\n - : someReallyLargeExpression\n - .thatWouldCauseALineBreak()\n - .willCauseAnIndentButNotParens();\n + (someReallyLongCondition || moreInThisLongCondition)\n + ? bark()\n + : shortCondition()\n + ? shortConsequent()\n + : someReallyLargeExpression\n + .thatWouldCauseALineBreak()\n + .willCauseAnIndentButNotParens();\n \n // illustrating case of mostly short conditionals\n const mostlyShort =\n x === 1\n ? \"one\"\n : x === 2\n - ? \"two\"\n - : x === 3\n - ? \"three\"\n - : x === 5 &&\n - y === 7 &&\n - someOtherThing.thatIsSoLong.thatItBreaksTheTestCondition()\n - ? \"four\"\n - : x === 6\n - ? \"six\"\n - : \"idk\";\n + ? \"two\"\n + : x === 3\n + ? \"three\"\n + : x === 5 &&\n + y === 7 &&\n + someOtherThing.thatIsSoLong.thatItBreaksTheTestCondition()\n + ? \"four\"\n + : x === 6\n + ? \"six\"\n + : \"idk\";\n \n // long conditional, short consequent/alternate, not chained - do indent after ?\n const longConditional =\n bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n glimseGlyphsHazardNoopsTieTie >=\n @@ -298,20 +298,20 @@\n bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n glimseGlyphsHazardNoopsTieTie >=\n averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n ? \"foo\"\n : anotherCondition\n - ? \"bar\"\n - : \"baz\";\n + ? \"bar\"\n + : \"baz\";\n \n // As a function parameter, don't add an extra indent:\n definition.encode(\n typeof row[field] !== \"undefined\"\n ? row[field]\n : typeof definition.default !== \"undefined\"\n - ? definition.default\n - : null,\n + ? definition.default\n + : null,\n typeof row[field] === \"undefined\"\n ? typeof definition.default === \"undefined\"\n ? null\n : definition.default\n : row[field],\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "new-ternary-spec.js" ], "duration": 103.81345799996052, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "new-ternary-spec.js" ], "duration": 77.0303899999708, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "new-ternary-spec.js" ], "duration": 69.2540690000169, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "new-ternary-spec.js" ], "duration": 69.99780300003476, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "new-ternary-spec.js" ], "duration": 70.21661200001836, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "new-ternary-spec.js" ], "duration": 70.1463549999753, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "new-ternary-spec.js" ], "duration": 71.69220500008669, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "new-ternary-spec.js" ], "duration": 70.52247700002044, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "no-confusing-arrow.js" ], "duration": 0.4257980000693351, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "no-confusing-arrow.js" ], "duration": 60.78507400001399, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "no-confusing-arrow.js" ], "duration": 60.567646999959834, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "no-confusing-arrow.js" ], "duration": 60.12830300000496, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "no-confusing-arrow.js" ], "duration": 59.56807699997444, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "no-confusing-arrow.js" ], "duration": 59.60616600001231, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "no-confusing-arrow.js" ], "duration": 60.01449999993201, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "no-confusing-arrow.js" ], "duration": 59.24870999995619, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "no-confusing-arrow.js" ], "duration": 60.43277699989267, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js" ], "duration": 0.8963520000688732, "failureMessages": [ "postfix-ternary-regressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `postfix-ternary-regressions.js format 1`\n \n - Snapshot - 13\n + Received + 14\n \n @@ -207,19 +207,19 @@\n // Kinda weird to have dedents to the level of \"return\" in a function.\n function foo() {\n return !linkTo\n ? false\n : typeof linkTo === \"function\"\n - ? linkTo(record, reference)\n - : linkToRecord(rootPath, sourceId, linkTo_as_string);\n + ? linkTo(record, reference)\n + : linkToRecord(rootPath, sourceId, linkTo_as_string);\n }\n function foo2() {\n return React.isValidElement(emptyText)\n ? React.cloneElement(emptyText)\n : emptyText === \"\"\n - ? \" \" // em space, forces the display of an empty line of normal height\n - : translate(emptyText, { _: emptyText });\n + ? \" \" // em space, forces the display of an empty line of normal height\n + : translate(emptyText, { _: emptyText });\n }\n \n // Function call ideally wouldnt break break\n const matchingReferencesError = isMatchingReferencesError(matchingReferences)\n ? translate(matchingReferences.error, {\n @@ -262,23 +262,24 @@\n redirectTo,\n basePath,\n payload\n ? payload.id || (payload.data ? payload.data.id : null)\n : requestPayload\n - ? requestPayload.id\n - : null,\n + ? requestPayload.id\n + : null,\n payload && payload.data\n ? payload.data\n : requestPayload && requestPayload.data\n - ? requestPayload.data\n - : null,\n + ? requestPayload.data\n + : null,\n );\n \n const delayedDataProvider = new Proxy(restProvider, {\n get: (target, name, self) =>\n - name === \"then\" // as we await for the dataProvider, JS calls then on it. We must trap that call or else the dataProvider will be called with the then method\n - ? self\n + name === \"then\"\n + ? // as we await for the dataProvider, JS calls then on it. We must trap that call or else the dataProvider will be called with the then method\n + self\n : (resource, params) =>\n new Promise((resolve) =>\n setTimeout(\n () => resolve(restProvider[name](resource, params)),\n 500,\n @@ -311,13 +312,13 @@\n }\n \n const badComments = schema.model\n ? schema\n : // If model is an array where the items schema is a referred model then we need to use that\n - schema.type === \"array\"\n - ? schema.items\n - : schema;\n + schema.type === \"array\"\n + ? schema.items\n + : schema;\n \n const anotherBadComment = refModel\n ? // If we're in a shared params file then reference the model name directly\n inSharedParamsFile\n ? refModel\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js" ], "duration": 93.46790899999905, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js" ], "duration": 72.26176000002306, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js" ], "duration": 70.25994999997783, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js" ], "duration": 70.4035589999985, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js" ], "duration": 69.40400999994017, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js" ], "duration": 71.11404999997467, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js" ], "duration": 71.09288699994795, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js" ], "duration": 72.76304999995045, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comments.js - {\"experimentalTernaries\":true}" ], "duration": 2.064522000029683, "failureMessages": [ "comments.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 68\n + Received + 64\n \n @@ -127,133 +127,129 @@\n test ? test /* c\n c */? foo : bar : bar;\n \n =====================================output=====================================\n var inspect =\n - 4 === util.inspect.length ?\n - // node <= 0.8.x\n - function (v, colors) {\n - return util.inspect(v, void 0, void 0, colors);\n - }\n - // node > 0.8.x\n - : function (v, colors) {\n - return util.inspect(v, { colors: colors });\n - };\n + 4 === util.inspect.length\n + ? // node <= 0.8.x\n + function (v, colors) {\n + return util.inspect(v, void 0, void 0, colors);\n + }\n + : // node > 0.8.x\n + function (v, colors) {\n + return util.inspect(v, { colors: colors });\n + };\n \n var inspect =\n - 4 === util.inspect.length ?\n - // node <= 0.8.x\n - function (v, colors) {\n - return util.inspect(v, void 0, void 0, colors);\n - }\n - // node > 0.8.x\n - : function (v, colors) {\n - return util.inspect(v, { colors: colors });\n - };\n + 4 === util.inspect.length\n + ? // node <= 0.8.x\n + function (v, colors) {\n + return util.inspect(v, void 0, void 0, colors);\n + }\n + : // node > 0.8.x\n + function (v, colors) {\n + return util.inspect(v, { colors: colors });\n + };\n \n - const extractTextPluginOptions =\n - shouldUseRelativeAssetPaths ?\n - // Making sure that the publicPath goes back to to build folder.\n + const extractTextPluginOptions = shouldUseRelativeAssetPaths\n + ? // Making sure that the publicPath goes back to to build folder.\n { publicPath: Array(cssFilename.split(\"/\").length).join(\"../\") }\n : {};\n \n - const extractTextPluginOptions2 =\n - shouldUseRelativeAssetPaths ?\n - // Making sure that the publicPath goes back to to build folder.\n + const extractTextPluginOptions2 = shouldUseRelativeAssetPaths\n + ? // Making sure that the publicPath goes back to to build folder.\n { publicPath: Array(cssFilename.split(\"/\").length).join(\"../\") }\n : {};\n \n - const extractTextPluginOptions3 =\n - (\n - shouldUseRelativeAssetPaths // Making sure that the publicPath goes back to to build folder.\n - ) ?\n - { publicPath: Array(cssFilename.split(\"/\").length).join(\"../\") }\n + const extractTextPluginOptions3 = shouldUseRelativeAssetPaths // Making sure that the publicPath goes back to to build folder.\n + ? { publicPath: Array(cssFilename.split(\"/\").length).join(\"../\") }\n : {};\n \n const { configureStore } =\n - process.env.NODE_ENV === \"production\" ?\n - require(\"./configureProdStore\") // a\n - : require(\"./configureDevStore\"); // b\n + process.env.NODE_ENV === \"production\"\n + ? require(\"./configureProdStore\") // a\n + : require(\"./configureDevStore\"); // b\n \n - (\n - test /* comment\n + test /* comment\n comment\n comment\n */\n - ) ?\n - foo\n - : bar;\n + ? foo\n + : bar;\n \n - test ?\n - /* comment\n + test\n + ? /* comment\n comment\n comment\n comment\n */\n - foo\n - : bar;\n + foo\n + : bar;\n \n - test ?\n - /* comment\n + test\n + ? /* comment\n comment\n comment\n comment\n */\n - foo\n - : test ?\n - /* comment\n + foo\n + : test\n + ? /* comment\n comment\n comment */\n - foo\n - : bar;\n + foo\n + : bar;\n \n test ? /* comment */ foo : bar;\n \n - test ? foo\n - /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n comment\n */\n - : bar;\n + bar;\n \n - test ? foo\n - /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n comment\n A newline will be added after this comment, unfortunately – but it can be removed manually, see next statement.\n */\n - : test ? foo\n - /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n */\n - : bar;\n + bar;\n \n // It is at least possible to delete the extra newline that was\n // unfortunately added before the second condition above:\n - test ?\n - foo /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n comment\n */\n - : test ? foo\n - /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n */\n - : bar;\n + bar;\n \n test ? foo : /* comment */ bar;\n \n - test ?\n - (\n - test /* c\n + test\n + ? test /* c\n c */\n - ) ?\n - foo\n - : bar\n - : bar;\n + ? foo\n + : bar\n + : bar;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "comments.js - {\"experimentalTernaries\":true}" ], "duration": 70.13662000000477, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comments.js - {\"experimentalTernaries\":true}" ], "duration": 70.15155199996661, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comments.js - {\"experimentalTernaries\":true}" ], "duration": 66.14255500002764, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments.js - {\"experimentalTernaries\":true}" ], "duration": 65.22415799996816, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments.js - {\"experimentalTernaries\":true}" ], "duration": 65.53103300009388, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments.js - {\"experimentalTernaries\":true}" ], "duration": 67.04493500001263, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comments.js - {\"experimentalTernaries\":true}" ], "duration": 66.78948599996511, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments.js - {\"experimentalTernaries\":true}" ], "duration": 66.83591600006912, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "new-expression.js - {\"experimentalTernaries\":true}" ], "duration": 0.44298000005073845, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "new-expression.js - {\"experimentalTernaries\":true}" ], "duration": 60.23402800003532, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "new-expression.js - {\"experimentalTernaries\":true}" ], "duration": 60.44788799993694, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "new-expression.js - {\"experimentalTernaries\":true}" ], "duration": 60.100648999912664, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "new-expression.js - {\"experimentalTernaries\":true}" ], "duration": 60.22646999999415, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "new-expression.js - {\"experimentalTernaries\":true}" ], "duration": 59.85931500000879, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "new-expression.js - {\"experimentalTernaries\":true}" ], "duration": 59.66353100002743, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "new-expression.js - {\"experimentalTernaries\":true}" ], "duration": 59.6273420000216, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "new-expression.js - {\"experimentalTernaries\":true}" ], "duration": 60.102175000007264, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "new-ternary-examples.js - {\"experimentalTernaries\":true}" ], "duration": 1.5496170000405982, "failureMessages": [ "new-ternary-examples.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `new-ternary-examples.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 73\n + Received + 90\n \n @@ -144,133 +144,150 @@\n // TypeScript is here: prettier/tests/format/typescript/conditional-types/new-ternary-spec.ts\n // EXAMPLES\n // mostly taken from https://github.com/prettier/prettier/issues/9561\n \n const message =\n - i % 3 === 0 && i % 5 === 0 ? \"fizzbuzz\"\n - : i % 3 === 0 ? \"fizz\"\n - : i % 5 === 0 ? \"buzz\"\n - : String(i);\n + i % 3 === 0 && i % 5 === 0\n + ? \"fizzbuzz\"\n + : i % 3 === 0\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessageShort =\n - state == \"success\" ? \"Payment completed successfully\"\n - : state == \"processing\" ? \"Payment processing\"\n - : state == \"invalid_cvc\" ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\" ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + state == \"success\"\n + ? \"Payment completed successfully\"\n + : state == \"processing\"\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessageWithABreak =\n - state == \"success\" ? \"Payment completed successfully\"\n - : state == \"processing\" ? \"Payment processing\"\n - : state == \"invalid_cvc\" ?\n - \"There was an issue with your CVC number, and you need to take a prompt action on it.\"\n - : state == \"invalid_expiry\" ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + state == \"success\"\n + ? \"Payment completed successfully\"\n + : state == \"processing\"\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number, and you need to take a prompt action on it.\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n - const typeofExample =\n - definition.encode ?\n - definition.encode(\n - typeof row[field] !== \"undefined\" ? row[field]\n - : typeof definition.default !== \"undefined\" ? definition.default\n - : null,\n + const typeofExample = definition.encode\n + ? definition.encode(\n + typeof row[field] !== \"undefined\"\n + ? row[field]\n + : typeof definition.default !== \"undefined\"\n + ? definition.default\n + : null,\n )\n - : typeof row[field] !== \"undefined\" ? row[field]\n - : typeof definition.default !== \"undefined\" ? definition.default\n + : typeof row[field] !== \"undefined\"\n + ? row[field]\n + : typeof definition.default !== \"undefined\"\n + ? definition.default\n : null;\n \n // (the following is semantically equivalent to the above, but written in a more-confusing style – it'd be hard to grok no matter the formatting)\n - const typeofExampleFlipped =\n - definition.encode ?\n - definition.encode(\n - typeof row[field] === \"undefined\" ?\n - typeof definition.default === \"undefined\" ?\n - null\n - : definition.default\n - : row[field],\n + const typeofExampleFlipped = definition.encode\n + ? definition.encode(\n + typeof row[field] === \"undefined\"\n + ? typeof definition.default === \"undefined\"\n + ? null\n + : definition.default\n + : row[field],\n )\n - : typeof row[field] === \"undefined\" ?\n - typeof definition.default === \"undefined\" ?\n - null\n + : typeof row[field] === \"undefined\"\n + ? typeof definition.default === \"undefined\"\n + ? null\n : definition.default\n : row[field];\n \n // JSX Examples:\n \n const typicalLongConsequentWithNullAlternate = (\n <div>\n - {children && !isEmptyChildren(children) ?\n + {children && !isEmptyChildren(children) ? (\n <FooComponent\n className=\"a bunch of css classes might go here, wow so many\"\n foo={foo}\n bar={includeBar ? bar : null}\n />\n - : null}\n + ) : null}\n </div>\n );\n \n const reactRouterExampleJSX = (\n <div>\n - {children && !isEmptyChildren(children) ?\n - children\n - : props.match ?\n - component ?\n - React.createElement(component, props)\n - : render ?\n - render(props)\n - : null\n - : null}\n + {children && !isEmptyChildren(children)\n + ? children\n + : props.match\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null}\n </div>\n );\n \n const reactRouterExampleNonJSX =\n - children && !isEmptyChildren(children) ? children\n - : props.match ?\n - component ? React.createElement(component, props)\n - : render ? render(props)\n - : null\n - : null;\n + children && !isEmptyChildren(children)\n + ? children\n + : props.match\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n inJSXExpressionContainer.withLongConditionals.example = (\n <div>\n - {isACat() && (someReallyLongCondition || moreInThisLongCondition) ?\n - someReallyLargeExpression.toMakeMeowNoise().willCauseParens()\n - : someReallyLongCondition || moreInThisLongCondition ?\n - bark()\n - : someReallyLargeExpression.toMakeMeowNoise().willCauseParens()}\n + {isACat() && (someReallyLongCondition || moreInThisLongCondition)\n + ? someReallyLargeExpression.toMakeMeowNoise().willCauseParens()\n + : someReallyLongCondition || moreInThisLongCondition\n + ? bark()\n + : someReallyLargeExpression.toMakeMeowNoise().willCauseParens()}\n </div>\n );\n \n inJSXExpressionContainer.withLoops.orBooleans.example = (\n <div>\n - {items ?\n - items.map((item) =>\n - item.display ?\n - <Item item={item} attr=\"breaks ternary but not consequent\" />\n - : <Blank />,\n - )\n - : null}\n + {items\n + ? items.map((item) =>\n + item.display ? (\n + <Item item={item} attr=\"breaks ternary but not consequent\" />\n + ) : (\n + <Blank />\n + ),\n + )\n + : null}\n \n {showTheStuff &&\n - (foo ?\n + (foo ? (\n <Thing thing={foooooooooooooooooooooooooo} bar=\"bazzzzzz\" />\n - : <OtherThing />)}\n + ) : (\n + <OtherThing />\n + ))}\n </div>\n );\n \n inJSXExpressionContainer.withNullConditional = (\n <div>\n {isACat() ? null : <Foo />}\n {isACat() && (someReallyLongCondition || moreInThisLongCondition) ? null : (\n <Foo />\n )}\n - {(\n - isACat() &&\n - (someReallyLongCondition ||\n - moreInThisLongCondition ||\n - evenMoreInThisExtraLongConditional)\n - ) ?\n - null\n - : <Foo />}\n + {isACat() &&\n + (someReallyLongCondition ||\n + moreInThisLongCondition ||\n + evenMoreInThisExtraLongConditional) ? null : (\n + <Foo />\n + )}\n </div>\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "new-ternary-examples.js - {\"experimentalTernaries\":true}" ], "duration": 78.9178130000364, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "new-ternary-examples.js - {\"experimentalTernaries\":true}" ], "duration": 70.88731700007338, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "new-ternary-examples.js - {\"experimentalTernaries\":true}" ], "duration": 68.12188200000674, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "new-ternary-examples.js - {\"experimentalTernaries\":true}" ], "duration": 73.88755200000014, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "new-ternary-examples.js - {\"experimentalTernaries\":true}" ], "duration": 68.48180099995807, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "new-ternary-examples.js - {\"experimentalTernaries\":true}" ], "duration": 68.93830300006084, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "new-ternary-examples.js - {\"experimentalTernaries\":true}" ], "duration": 68.88331000006292, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "new-ternary-examples.js - {\"experimentalTernaries\":true}" ], "duration": 71.0224079999607, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "new-ternary-spec.js - {\"experimentalTernaries\":true}" ], "duration": 1.9290579999797046, "failureMessages": [ "new-ternary-spec.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `new-ternary-spec.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 95\n + Received + 93\n \n @@ -206,133 +206,127 @@\n \n // remain on one line if possible:\n const short = isLoud() ? makeNoise() : silent();\n \n // next, put everything after the =\n - const lessShort =\n - isLoudReallyLoud() ? makeNoiseReallyLoudly.omgSoLoud() : silent();\n + const lessShort = isLoudReallyLoud()\n + ? makeNoiseReallyLoudly.omgSoLoud()\n + : silent();\n \n // next, indent the consequent:\n - const andIndented =\n - isLoudReallyReallyReallyReallyLoud() ?\n - makeNoiseReallyReallyReallyReallyReallyLoudly.omgSoLoud()\n + const andIndented = isLoudReallyReallyReallyReallyLoud()\n + ? makeNoiseReallyReallyReallyReallyReallyLoudly.omgSoLoud()\n : silent();\n \n // unless the consequent is short (less than ten characters long):\n - const shortSoCase =\n - isLoudReallyReallyReallyReallyLoud() ? silent() : (\n - makeNoiseReallyReallyReallyReallyReallyLoudly.omgSoLoud()\n - );\n + const shortSoCase = isLoudReallyReallyReallyReallyLoud()\n + ? silent()\n + : makeNoiseReallyReallyReallyReallyReallyLoudly.omgSoLoud();\n \n // if chained, always break and put after the =\n - const chainedShort =\n - isCat() ? meow()\n - : isDog() ? bark()\n - : silent();\n + const chainedShort = isCat() ? meow() : isDog() ? bark() : silent();\n \n // when a consequent breaks in a chain:\n - const chainedWithLongConsequent =\n - isCat() ?\n - someReallyLargeExpression\n + const chainedWithLongConsequent = isCat()\n + ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n - : isDog() ? bark()\n + : isDog()\n + ? bark()\n : silent();\n \n // nested ternary in consequent always breaks:\n - const chainedWithTernaryConsequent =\n - isCat() ?\n - aNestedCondition ? theResult()\n + const chainedWithTernaryConsequent = isCat()\n + ? aNestedCondition\n + ? theResult()\n : theAlternate()\n - : isDog() ? bark()\n + : isDog()\n + ? bark()\n : silent();\n \n // consequent and terminal alternate break:\n - const consequentAndTerminalAlternateBreak =\n - isCat() ?\n - someReallyLargeExpression\n + const consequentAndTerminalAlternateBreak = isCat()\n + ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n - : isDog() ? bark()\n + : isDog()\n + ? bark()\n : someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens();\n \n // multiline conditions and consequents/alternates:\n const multilineConditionsConsequentsAndAlternates =\n - (\n - isAnAdorableKittyCat() &&\n - (someReallyLongCondition || moreInThisLongCondition)\n - ) ?\n - someReallyLargeExpression\n - .thatWouldCauseALineBreak()\n - .willCauseAnIndentButNotParens()\n - : (\n - isNotAnAdorableKittyCat() &&\n - (someReallyLongCondition || moreInThisLongCondition)\n - ) ?\n - bark()\n - : shortCondition() ? shortConsequent()\n - : someReallyLargeExpression\n - .thatWouldCauseALineBreak()\n - .willCauseAnIndentButNotParens();\n + isAnAdorableKittyCat() && (someReallyLongCondition || moreInThisLongCondition)\n + ? someReallyLargeExpression\n + .thatWouldCauseALineBreak()\n + .willCauseAnIndentButNotParens()\n + : isNotAnAdorableKittyCat() &&\n + (someReallyLongCondition || moreInThisLongCondition)\n + ? bark()\n + : shortCondition()\n + ? shortConsequent()\n + : someReallyLargeExpression\n + .thatWouldCauseALineBreak()\n + .willCauseAnIndentButNotParens();\n \n // illustrating case of mostly short conditionals\n const mostlyShort =\n - x === 1 ? \"one\"\n - : x === 2 ? \"two\"\n - : x === 3 ? \"three\"\n - : (\n - x === 5 &&\n - y === 7 &&\n - someOtherThing.thatIsSoLong.thatItBreaksTheTestCondition()\n - ) ?\n - \"four\"\n - : x === 6 ? \"six\"\n - : \"idk\";\n + x === 1\n + ? \"one\"\n + : x === 2\n + ? \"two\"\n + : x === 3\n + ? \"three\"\n + : x === 5 &&\n + y === 7 &&\n + someOtherThing.thatIsSoLong.thatItBreaksTheTestCondition()\n + ? \"four\"\n + : x === 6\n + ? \"six\"\n + : \"idk\";\n \n // long conditional, short consequent/alternate, not chained - do indent after ?\n const longConditional =\n - (\n - bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n - glimseGlyphsHazardNoopsTieTie >=\n - averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n - ) ?\n - \"foo\"\n - : \"bar\";\n + bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n + glimseGlyphsHazardNoopsTieTie >=\n + averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n + ? \"foo\"\n + : \"bar\";\n \n // long conditional, short consequent/alternate, chained\n // (break on short consequents iff in chained ternary and its conditional broke)\n const longConditionalChained =\n - (\n - bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n - glimseGlyphsHazardNoopsTieTie >=\n - averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n - ) ?\n - \"foo\"\n - : anotherCondition ? \"bar\"\n - : \"baz\";\n + bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n + glimseGlyphsHazardNoopsTieTie >=\n + averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n + ? \"foo\"\n + : anotherCondition\n + ? \"bar\"\n + : \"baz\";\n \n // As a function parameter, don't add an extra indent:\n definition.encode(\n - typeof row[field] !== \"undefined\" ? row[field]\n - : typeof definition.default !== \"undefined\" ? definition.default\n - : null,\n - typeof row[field] === \"undefined\" ?\n - typeof definition.default === \"undefined\" ?\n - null\n - : definition.default\n - : row[field],\n + typeof row[field] !== \"undefined\"\n + ? row[field]\n + : typeof definition.default !== \"undefined\"\n + ? definition.default\n + : null,\n + typeof row[field] === \"undefined\"\n + ? typeof definition.default === \"undefined\"\n + ? null\n + : definition.default\n + : row[field],\n );\n \n // In a return, break and over-indent:\n const inReturn = () => {\n if (short) {\n return foo ? 1 : 2;\n }\n - return typeof row[aVeryLongFieldName] !== \"undefined\" ?\n - row[aVeryLongFieldName]\n + return typeof row[aVeryLongFieldName] !== \"undefined\"\n + ? row[aVeryLongFieldName]\n : null;\n };\n \n // Remove current JSX Mode, and replace it with this algorithm:\n // When a ternary's parent is a JSXExpressionContainer which is not in a JSXAttribute,\n @@ -344,32 +338,31 @@\n // and wrap the alternate in parens.\n \n const someJSX = (\n <div>\n Typical jsx case:\n - {showFoo ?\n - <Foo attribute=\"such and such stuff here\" />\n - : <Bar short />}\n + {showFoo ? <Foo attribute=\"such and such stuff here\" /> : <Bar short />}\n Nested, and with a non-jsx consequent is the same:\n - {component ?\n + {component ? (\n React.createElement(component, props)\n - : render ?\n + ) : render ? (\n <div>{render(props)}</div>\n - : <div>Nothing is here</div>}\n + ) : (\n + <div>Nothing is here</div>\n + )}\n As is a non-jsx consequent:\n - {showTheJSXElement ?\n - <div>the stuff</div>\n - : renderOtherStuff()}\n + {showTheJSXElement ? <div>the stuff</div> : renderOtherStuff()}\n But if the alternate breaks, add a newline before the closing curly brace:\n - {showTheThing || pleaseShowTheThing ?\n + {showTheThing || pleaseShowTheThing ? (\n <Foo attribute=\"such and such stuff here\" />\n - : <Bar\n + ) : (\n + <Bar\n attribute=\"such and such stuff here\"\n another=\"more stuff here\"\n third=\"and even more, hooray!\"\n />\n - }\n + )}\n When the consequent is `null` and the alternate breaks, hug it with parens\n to match boolean behavior:\n {!thing ? null : (\n <TheThing\n thing={thing}\n @@ -377,22 +370,27 @@\n />\n )}\n </div>\n );\n \n - ternaryWithJSXElements.hasNoSpecialCasing =\n - component ? <div>{React.createElement(component, props)}</div>\n - : render ? <div>{render(props)}</div>\n - : <div>Nothing is here</div>;\n + ternaryWithJSXElements.hasNoSpecialCasing = component ? (\n + <div>{React.createElement(component, props)}</div>\n + ) : render ? (\n + <div>{render(props)}</div>\n + ) : (\n + <div>Nothing is here</div>\n + );\n \n jsxExpressionContainer.inJSXAttribute.hasNoSpecialCasing = (\n <Foo\n withJSX={isRed ? <RedColorThing /> : <GreenColorThing />}\n withJSXBroken={\n - isRed || isSomeOtherLongCondition.thatBreaksTheLine() ?\n + isRed || isSomeOtherLongCondition.thatBreaksTheLine() ? (\n <RedColorThing />\n - : <GreenColorThing />\n + ) : (\n + <GreenColorThing />\n + )\n }\n />\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "new-ternary-spec.js - {\"experimentalTernaries\":true}" ], "duration": 82.04520799999591, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "new-ternary-spec.js - {\"experimentalTernaries\":true}" ], "duration": 76.78717699996196, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "new-ternary-spec.js - {\"experimentalTernaries\":true}" ], "duration": 69.1319829999702, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "new-ternary-spec.js - {\"experimentalTernaries\":true}" ], "duration": 69.79124299995601, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "new-ternary-spec.js - {\"experimentalTernaries\":true}" ], "duration": 74.47180099994875, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "new-ternary-spec.js - {\"experimentalTernaries\":true}" ], "duration": 71.10886299994309, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "new-ternary-spec.js - {\"experimentalTernaries\":true}" ], "duration": 71.05888399994001, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "new-ternary-spec.js - {\"experimentalTernaries\":true}" ], "duration": 74.22298199997749, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "no-confusing-arrow.js - {\"experimentalTernaries\":true}" ], "duration": 0.4439019999699667, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "no-confusing-arrow.js - {\"experimentalTernaries\":true}" ], "duration": 61.682797999936156, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "no-confusing-arrow.js - {\"experimentalTernaries\":true}" ], "duration": 60.07090499997139, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "no-confusing-arrow.js - {\"experimentalTernaries\":true}" ], "duration": 104.39521600003354, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "no-confusing-arrow.js - {\"experimentalTernaries\":true}" ], "duration": 60.28536800004076, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "no-confusing-arrow.js - {\"experimentalTernaries\":true}" ], "duration": 60.96586300001945, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "no-confusing-arrow.js - {\"experimentalTernaries\":true}" ], "duration": 61.62685400003102, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "no-confusing-arrow.js - {\"experimentalTernaries\":true}" ], "duration": 60.34775399998762, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "no-confusing-arrow.js - {\"experimentalTernaries\":true}" ], "duration": 60.290924999979325, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js - {\"experimentalTernaries\":true}" ], "duration": 1.3119609999703243, "failureMessages": [ "postfix-ternary-regressions.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `postfix-ternary-regressions.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 92\n + Received + 90\n \n @@ -171,163 +171,161 @@\n : classRef()\n \n =====================================output=====================================\n // concatened string in consequent should be visually distinguishable from alternate\n // … or maybe this is okay, because the colon is enough?\n - const avatar =\n - has_ordered ?\n - \"https://marmelab.com/posters/avatar/longer-word-that-breaks-consequent-\" +\n + const avatar = has_ordered\n + ? \"https://marmelab.com/posters/avatar/longer-word-that-breaks-consequent-\" +\n numberOfCustomers +\n \".jpeg\"\n : undefined;\n \n // Similarly, in the alternate:\n - const redirectUrl =\n - pathName ? pathName : (\n - nextPathName + nextSearch ||\n - defaultAuthParams.afterLoginUrl.makeThisLongerSoItBreaks\n - );\n + const redirectUrl = pathName\n + ? pathName\n + : nextPathName + nextSearch ||\n + defaultAuthParams.afterLoginUrl.makeThisLongerSoItBreaks;\n \n // And another, more pathological case of the above:\n const isEmpty = (obj) =>\n - obj instanceof Date ? false : (\n - obj === \"\" ||\n - obj === null ||\n - obj === undefined ||\n - obj === somethingThatIsLonger ||\n - shallowEqual(obj, {})\n - );\n + obj instanceof Date\n + ? false\n + : obj === \"\" ||\n + obj === null ||\n + obj === undefined ||\n + obj === somethingThatIsLonger ||\n + shallowEqual(obj, {});\n \n // Again, this case is a bit hard to distinguish the alternate.\n const eventsFromOrders =\n - orderIds && orders ?\n - orderIds.map((id) => ({\n - type: \"order\",\n - date: orders[id].date,\n - data: orders[id],\n - }))\n - : [];\n + orderIds && orders\n + ? orderIds.map((id) => ({\n + type: \"order\",\n + date: orders[id].date,\n + data: orders[id],\n + }))\n + : [];\n \n // Kinda weird to have dedents to the level of \"return\" in a function.\n function foo() {\n - return (\n - !linkTo ? false\n - : typeof linkTo === \"function\" ? linkTo(record, reference)\n - : linkToRecord(rootPath, sourceId, linkTo_as_string)\n - );\n + return !linkTo\n + ? false\n + : typeof linkTo === \"function\"\n + ? linkTo(record, reference)\n + : linkToRecord(rootPath, sourceId, linkTo_as_string);\n }\n function foo2() {\n - return (\n - React.isValidElement(emptyText) ? React.cloneElement(emptyText)\n - : emptyText === \"\" ?\n - \" \" // em space, forces the display of an empty line of normal height\n - : translate(emptyText, { _: emptyText })\n - );\n + return React.isValidElement(emptyText)\n + ? React.cloneElement(emptyText)\n + : emptyText === \"\"\n + ? \" \" // em space, forces the display of an empty line of normal height\n + : translate(emptyText, { _: emptyText });\n }\n \n // Function call ideally wouldnt break break\n - const matchingReferencesError =\n - isMatchingReferencesError(matchingReferences) ?\n - translate(matchingReferences.error, {\n + const matchingReferencesError = isMatchingReferencesError(matchingReferences)\n + ? translate(matchingReferences.error, {\n _: matchingReferences.error,\n })\n : null;\n \n // This one is kinda confusing any way you slice it…\n const obj = {\n error:\n - (\n - matchingReferencesError &&\n - (!input.value ||\n - (input.value &&\n - selectedReferencesDataStatus === REFERENCES_STATUS_EMPTY))\n - ) ?\n - translate(\"ra.input.references.all_missing\", {\n - _: \"ra.input.references.all_missing\",\n - })\n - : null,\n + matchingReferencesError &&\n + (!input.value ||\n + (input.value && selectedReferencesDataStatus === REFERENCES_STATUS_EMPTY))\n + ? translate(\"ra.input.references.all_missing\", {\n + _: \"ra.input.references.all_missing\",\n + })\n + : null,\n };\n \n // I think we should indent after the inner || on this, and do better wtih the parens around the &&\n const obj2 = {\n warning:\n - (\n - matchingReferencesError ||\n - (input.value && selectedReferencesDataStatus !== REFERENCES_STATUS_READY)\n - ) ?\n - matchingReferencesError ||\n - translate(\"ra.input.references.many_missing\", {\n - _: \"ra.input.references.many_missing\",\n - })\n - : null,\n + matchingReferencesError ||\n + (input.value && selectedReferencesDataStatus !== REFERENCES_STATUS_READY)\n + ? matchingReferencesError ||\n + translate(\"ra.input.references.many_missing\", {\n + _: \"ra.input.references.many_missing\",\n + })\n + : null,\n };\n \n // The boolean conditions in the test should look cohesive.\n const selectedReferencesDataStatus =\n - !isEmpty(value) && typeof value === \"string\" && !pattern.test(value) ?\n - getMessage(message, { pattern }, value, values)\n - : undefined;\n + !isEmpty(value) && typeof value === \"string\" && !pattern.test(value)\n + ? getMessage(message, { pattern }, value, values)\n + : undefined;\n \n // Would be nice if these two nested ternaries didn't look like a single one.\n resolveRedirectTo(\n redirectTo,\n basePath,\n - payload ? payload.id || (payload.data ? payload.data.id : null)\n - : requestPayload ? requestPayload.id\n - : null,\n - payload && payload.data ? payload.data\n - : requestPayload && requestPayload.data ? requestPayload.data\n - : null,\n + payload\n + ? payload.id || (payload.data ? payload.data.id : null)\n + : requestPayload\n + ? requestPayload.id\n + : null,\n + payload && payload.data\n + ? payload.data\n + : requestPayload && requestPayload.data\n + ? requestPayload.data\n + : null,\n );\n \n const delayedDataProvider = new Proxy(restProvider, {\n get: (target, name, self) =>\n - (\n - name === \"then\" // as we await for the dataProvider, JS calls then on it. We must trap that call or else the dataProvider will be called with the then method\n - ) ?\n - self\n - : (resource, params) =>\n - new Promise((resolve) =>\n - setTimeout(() => resolve(restProvider[name](resource, params)), 500),\n - ),\n + name === \"then\"\n + ? // as we await for the dataProvider, JS calls then on it. We must trap that call or else the dataProvider will be called with the then method\n + self\n + : (resource, params) =>\n + new Promise((resolve) =>\n + setTimeout(\n + () => resolve(restProvider[name](resource, params)),\n + 500,\n + ),\n + ),\n });\n \n function foo4() {\n - return !match || match.length < 5 ?\n - line\n + return !match || match.length < 5\n + ? line\n : match[1] + match[2] + match[3] + match[4];\n }\n \n function foo5() {\n - return !match || match.length < 5 ?\n - foo(line)\n + return !match || match.length < 5\n + ? foo(line)\n : match[1] + match[2] + match[3] + match[4];\n }\n \n function foo6() {\n - return !match || match.length < 5 ?\n - linethatisverylongandbreaksthelinehooray\n + return !match || match.length < 5\n + ? linethatisverylongandbreaksthelinehooray\n : match[1] + match[2] + match[3] + match[4];\n }\n \n function foo7() {\n - return !match || match.length < 5 ?\n - linethatisverylongandbreaksthelinehoorayjustabitlonger\n + return !match || match.length < 5\n + ? linethatisverylongandbreaksthelinehoorayjustabitlonger\n : match[1] + match[2] + match[3] + match[4];\n }\n \n - const badComments =\n - schema.model ? schema\n - // If model is an array where the items schema is a referred model then we need to use that\n - : schema.type === \"array\" ? schema.items\n + const badComments = schema.model\n + ? schema\n + : // If model is an array where the items schema is a referred model then we need to use that\n + schema.type === \"array\"\n + ? schema.items\n : schema;\n \n - const anotherBadComment =\n - refModel ?\n - // If we're in a shared params file then reference the model name directly\n - inSharedParamsFile ? refModel\n - // If we're not in a shared params file then reference the in-file type\n - : classRef()\n - // We don't have a model name, use the in-file name\n - : classRef();\n + const anotherBadComment = refModel\n + ? // If we're in a shared params file then reference the model name directly\n + inSharedParamsFile\n + ? refModel\n + : // If we're not in a shared params file then reference the in-file type\n + classRef()\n + : // We don't have a model name, use the in-file name\n + classRef();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js - {\"experimentalTernaries\":true}" ], "duration": 100.20404600002803, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js - {\"experimentalTernaries\":true}" ], "duration": 79.43713699991349, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js - {\"experimentalTernaries\":true}" ], "duration": 69.50537200004328, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js - {\"experimentalTernaries\":true}" ], "duration": 69.51931999996305, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js - {\"experimentalTernaries\":true}" ], "duration": 69.11773800000083, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js - {\"experimentalTernaries\":true}" ], "duration": 71.16136999998707, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js - {\"experimentalTernaries\":true}" ], "duration": 72.42355199996382, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js - {\"experimentalTernaries\":true}" ], "duration": 71.87845599988941, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "brackets.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `brackets.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -25,8 +25,8 @@\n itGo,\n multiLine,\n andMore,\n soWeCanGetItTo80Columns,\n } from \".\";\n - import {fitsIn, oneLine} from \".\";\n + import { fitsIn, oneLine } from \".\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 54)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ninline.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `inline.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,11 +9,11 @@\n import a, {somethingSuperLongsomethingSuperLong2} from 'somethingSuperLongsomethingSuperLongsomethingSuperLong'\n import {a2, somethingSuperLongsomethingSuperLong3} from 'somethingSuperLongsomethingSuperLongsomethingSuperLong'\n \n =====================================output=====================================\n import somethingSuperLongsomethingSuperLong from \"somethingSuperLongsomethingSuperLongsomethingSuperLong\";\n - import {somethingSuperLongsomethingSuperLong1} from \"somethingSuperLongsomethingSuperLongsomethingSuperLong\";\n + import { somethingSuperLongsomethingSuperLong1 } from \"somethingSuperLongsomethingSuperLongsomethingSuperLong\";\n import a, {\n somethingSuperLongsomethingSuperLong2,\n } from \"somethingSuperLongsomethingSuperLongsomethingSuperLong\";\n import {\n a2,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 54)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsame-local-and-imported.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `same-local-and-imported.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -7,10 +7,10 @@\n import {a} from 'a';\n import {b as b} from 'b';\n import {c as /* comment */c} from 'c';\n \n =====================================output=====================================\n - import {a} from \"a\";\n - import {b as b} from \"b\";\n - import {c as /* comment */ c} from \"c\";\n + import { a } from \"a\";\n + import { b as b } from \"b\";\n + import { c as /* comment */ c } from \"c\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 54)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 3, "numPassingTests": 123, "numPendingTests": 0, "perfStats": { "start": 285930.21233000007, "end": 293602.321097, "runtime": 7672, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 11, "unchecked": 0, "unmatched": 3, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/import/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "brackets.js" ], "duration": 0.468328999937512, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "brackets.js" ], "duration": 61.57883300003596, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "brackets.js" ], "duration": 61.238344999961555, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "brackets.js" ], "duration": 60.190912000020035, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "brackets.js" ], "duration": 60.23917499999516, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "brackets.js" ], "duration": 60.31977399997413, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "brackets.js" ], "duration": 60.92641799990088, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "brackets.js" ], "duration": 61.04844099993352, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "brackets.js" ], "duration": 59.99544799991418, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 0.4398449999280274, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comments.js" ], "duration": 62.427163999993354, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 61.87619699991774, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 61.05213100009132, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 62.117522999993525, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 61.44154999998864, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 61.59076000005007, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 63.0334959999891, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 61.569986000075005, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty-import.js" ], "duration": 0.4192059999331832, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "empty-import.js" ], "duration": 60.78962799999863, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "empty-import.js" ], "duration": 60.20492099993862, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "empty-import.js" ], "duration": 59.61226000008173, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty-import.js" ], "duration": 60.11845900001936, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty-import.js" ], "duration": 59.864469999913126, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty-import.js" ], "duration": 59.565287000034004, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "empty-import.js" ], "duration": 59.5557779999217, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "empty-import.js" ], "duration": 60.02327500004321, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 0.496510999975726, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "inline.js" ], "duration": 60.291226999950595, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 61.10534800007008, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 61.5155280000763, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 60.501004000077955, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 60.07021299994085, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 60.8560099999886, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 60.740477999905124, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 60.670739000081085, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "long-line.js" ], "duration": 0.424455999978818, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "long-line.js" ], "duration": 59.93142000003718, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "long-line.js" ], "duration": 60.62443600001279, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "long-line.js" ], "duration": 60.57467399991583, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "long-line.js" ], "duration": 59.85960399999749, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "long-line.js" ], "duration": 59.854556000093, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "long-line.js" ], "duration": 60.060976000037044, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "long-line.js" ], "duration": 60.34681299992371, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "long-line.js" ], "duration": 60.120243999990635, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multiple_standalones.js" ], "duration": 0.4317200001096353, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multiple_standalones.js" ], "duration": 60.26917699992191, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multiple_standalones.js" ], "duration": 60.22049600002356, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multiple_standalones.js" ], "duration": 60.39978100010194, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multiple_standalones.js" ], "duration": 61.75564200000372, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multiple_standalones.js" ], "duration": 60.99379799992312, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multiple_standalones.js" ], "duration": 60.596202000044286, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multiple_standalones.js" ], "duration": 59.914076999993995, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multiple_standalones.js" ], "duration": 60.66753399989102, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "same-local-and-imported.js" ], "duration": 0.4491520000156015, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "same-local-and-imported.js" ], "duration": 60.657377999974415, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "same-local-and-imported.js" ], "duration": 60.39065100008156, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "same-local-and-imported.js" ], "duration": 60.62025499995798, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "same-local-and-imported.js" ], "duration": 59.93946100003086, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "same-local-and-imported.js" ], "duration": 60.606626000022516, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "same-local-and-imported.js" ], "duration": 59.46920399996452, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "same-local-and-imported.js" ], "duration": 60.03932800004259, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "same-local-and-imported.js" ], "duration": 60.82894400006626, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "brackets.js - {\"bracketSpacing\":false}" ], "duration": 0.6086120000109076, "failureMessages": [ "brackets.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `brackets.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -25,8 +25,8 @@\n itGo,\n multiLine,\n andMore,\n soWeCanGetItTo80Columns,\n } from \".\";\n - import {fitsIn, oneLine} from \".\";\n + import { fitsIn, oneLine } from \".\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 54)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "brackets.js - {\"bracketSpacing\":false}" ], "duration": 61.7138730000006, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "brackets.js - {\"bracketSpacing\":false}" ], "duration": 61.049643000005744, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "brackets.js - {\"bracketSpacing\":false}" ], "duration": 60.67230199999176, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "brackets.js - {\"bracketSpacing\":false}" ], "duration": 60.543038000003435, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "brackets.js - {\"bracketSpacing\":false}" ], "duration": 60.823549999971874, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "brackets.js - {\"bracketSpacing\":false}" ], "duration": 61.052798000047915, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "brackets.js - {\"bracketSpacing\":false}" ], "duration": 60.88132499996573, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "brackets.js - {\"bracketSpacing\":false}" ], "duration": 61.08649600006174, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comments.js - {\"bracketSpacing\":false}" ], "duration": 0.43689899996388704, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comments.js - {\"bracketSpacing\":false}" ], "duration": 62.04036099999212, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comments.js - {\"bracketSpacing\":false}" ], "duration": 62.33094400004484, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comments.js - {\"bracketSpacing\":false}" ], "duration": 60.953818000038154, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments.js - {\"bracketSpacing\":false}" ], "duration": 61.54858299996704, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments.js - {\"bracketSpacing\":false}" ], "duration": 62.35181200003717, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments.js - {\"bracketSpacing\":false}" ], "duration": 63.42704199999571, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comments.js - {\"bracketSpacing\":false}" ], "duration": 61.93360799993388, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments.js - {\"bracketSpacing\":false}" ], "duration": 61.786572999903, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty-import.js - {\"bracketSpacing\":false}" ], "duration": 0.44772000005468726, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "empty-import.js - {\"bracketSpacing\":false}" ], "duration": 60.38036800001282, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "empty-import.js - {\"bracketSpacing\":false}" ], "duration": 60.426502000074834, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "empty-import.js - {\"bracketSpacing\":false}" ], "duration": 59.71666200004984, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty-import.js - {\"bracketSpacing\":false}" ], "duration": 61.24646000005305, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty-import.js - {\"bracketSpacing\":false}" ], "duration": 66.44906799995806, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty-import.js - {\"bracketSpacing\":false}" ], "duration": 64.20120100001805, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "empty-import.js - {\"bracketSpacing\":false}" ], "duration": 60.242894000024535, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "empty-import.js - {\"bracketSpacing\":false}" ], "duration": 60.515199000015855, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "inline.js - {\"bracketSpacing\":false}" ], "duration": 0.615775000071153, "failureMessages": [ "inline.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `inline.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,11 +9,11 @@\n import a, {somethingSuperLongsomethingSuperLong2} from 'somethingSuperLongsomethingSuperLongsomethingSuperLong'\n import {a2, somethingSuperLongsomethingSuperLong3} from 'somethingSuperLongsomethingSuperLongsomethingSuperLong'\n \n =====================================output=====================================\n import somethingSuperLongsomethingSuperLong from \"somethingSuperLongsomethingSuperLongsomethingSuperLong\";\n - import {somethingSuperLongsomethingSuperLong1} from \"somethingSuperLongsomethingSuperLongsomethingSuperLong\";\n + import { somethingSuperLongsomethingSuperLong1 } from \"somethingSuperLongsomethingSuperLongsomethingSuperLong\";\n import a, {\n somethingSuperLongsomethingSuperLong2,\n } from \"somethingSuperLongsomethingSuperLongsomethingSuperLong\";\n import {\n a2,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 54)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "inline.js - {\"bracketSpacing\":false}" ], "duration": 61.865400000009686, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "inline.js - {\"bracketSpacing\":false}" ], "duration": 61.062045999919064, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "inline.js - {\"bracketSpacing\":false}" ], "duration": 59.45213099999819, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "inline.js - {\"bracketSpacing\":false}" ], "duration": 61.1686210000189, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "inline.js - {\"bracketSpacing\":false}" ], "duration": 61.089347000001, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "inline.js - {\"bracketSpacing\":false}" ], "duration": 61.3830490000546, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "inline.js - {\"bracketSpacing\":false}" ], "duration": 60.94206299993675, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "inline.js - {\"bracketSpacing\":false}" ], "duration": 60.75016900000628, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "long-line.js - {\"bracketSpacing\":false}" ], "duration": 0.4305369999492541, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "long-line.js - {\"bracketSpacing\":false}" ], "duration": 60.14828600001056, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "long-line.js - {\"bracketSpacing\":false}" ], "duration": 61.18967600003816, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "long-line.js - {\"bracketSpacing\":false}" ], "duration": 60.397327000042424, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "long-line.js - {\"bracketSpacing\":false}" ], "duration": 60.750025999965146, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "long-line.js - {\"bracketSpacing\":false}" ], "duration": 60.24672499997541, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "long-line.js - {\"bracketSpacing\":false}" ], "duration": 60.43992199993227, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "long-line.js - {\"bracketSpacing\":false}" ], "duration": 60.25831399997696, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "long-line.js - {\"bracketSpacing\":false}" ], "duration": 60.48176799993962, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multiple_standalones.js - {\"bracketSpacing\":false}" ], "duration": 0.4134949999861419, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multiple_standalones.js - {\"bracketSpacing\":false}" ], "duration": 60.595748999970965, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multiple_standalones.js - {\"bracketSpacing\":false}" ], "duration": 60.89115000003949, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multiple_standalones.js - {\"bracketSpacing\":false}" ], "duration": 60.64242699998431, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multiple_standalones.js - {\"bracketSpacing\":false}" ], "duration": 60.55426999996416, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multiple_standalones.js - {\"bracketSpacing\":false}" ], "duration": 60.785965999937616, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multiple_standalones.js - {\"bracketSpacing\":false}" ], "duration": 60.97986600000877, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multiple_standalones.js - {\"bracketSpacing\":false}" ], "duration": 61.550161999999546, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multiple_standalones.js - {\"bracketSpacing\":false}" ], "duration": 60.74135300004855, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "same-local-and-imported.js - {\"bracketSpacing\":false}" ], "duration": 0.5965190000133589, "failureMessages": [ "same-local-and-imported.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `same-local-and-imported.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -7,10 +7,10 @@\n import {a} from 'a';\n import {b as b} from 'b';\n import {c as /* comment */c} from 'c';\n \n =====================================output=====================================\n - import {a} from \"a\";\n - import {b as b} from \"b\";\n - import {c as /* comment */ c} from \"c\";\n + import { a } from \"a\";\n + import { b as b } from \"b\";\n + import { c as /* comment */ c } from \"c\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 54)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "same-local-and-imported.js - {\"bracketSpacing\":false}" ], "duration": 60.21280099998694, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "same-local-and-imported.js - {\"bracketSpacing\":false}" ], "duration": 61.026662999996915, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "same-local-and-imported.js - {\"bracketSpacing\":false}" ], "duration": 60.22779800009448, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "same-local-and-imported.js - {\"bracketSpacing\":false}" ], "duration": 60.414096000022255, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "same-local-and-imported.js - {\"bracketSpacing\":false}" ], "duration": 59.80038200004492, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "same-local-and-imported.js - {\"bracketSpacing\":false}" ], "duration": 61.565417000092566, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "same-local-and-imported.js - {\"bracketSpacing\":false}" ], "duration": 60.196130999946035, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "same-local-and-imported.js - {\"bracketSpacing\":false}" ], "duration": 61.60724200005643, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "object.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `object.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -6,9 +6,9 @@\n =====================================input======================================\n const obj1 = {a:1, b:2, c:3}\n const obj2 = { a:1, b:2, c:3 };\n \n =====================================output=====================================\n - const obj1 = {a: 1, b: 2, c: 3};\n - const obj2 = {a: 1, b: 2, c: 3};\n + const obj1 = { a: 1, b: 2, c: 3 };\n + const obj2 = { a: 1, b: 2, c: 3 };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 55)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 35, "numPendingTests": 0, "perfStats": { "start": 293678.66586300003, "end": 295908.14155400003, "runtime": 2229, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/bracket-spacing/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "array.js" ], "duration": 0.486562000005506, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "array.js" ], "duration": 61.85786400001962, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "array.js" ], "duration": 61.2450190000236, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "array.js" ], "duration": 60.760634000063874, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "array.js" ], "duration": 61.33673300000373, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "array.js" ], "duration": 61.54275000002235, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "array.js" ], "duration": 61.77974499994889, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "array.js" ], "duration": 61.63764600001741, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "array.js" ], "duration": 61.204146999982186, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "object.js" ], "duration": 0.4343449999578297, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "object.js" ], "duration": 61.91621299996041, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "object.js" ], "duration": 62.30178800004069, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "object.js" ], "duration": 61.686326000024565, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "object.js" ], "duration": 66.57846999994945, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "object.js" ], "duration": 65.91767700004857, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "object.js" ], "duration": 61.77720499993302, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "object.js" ], "duration": 61.75664700008929, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "object.js" ], "duration": 61.55729200004134, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "array.js - {\"bracketSpacing\":false}" ], "duration": 0.5155269999522716, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "array.js - {\"bracketSpacing\":false}" ], "duration": 61.04720799997449, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "array.js - {\"bracketSpacing\":false}" ], "duration": 62.19069900002796, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "array.js - {\"bracketSpacing\":false}" ], "duration": 61.73790599999484, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "array.js - {\"bracketSpacing\":false}" ], "duration": 61.07803800003603, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "array.js - {\"bracketSpacing\":false}" ], "duration": 61.570059999939986, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "array.js - {\"bracketSpacing\":false}" ], "duration": 61.1703339999076, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "array.js - {\"bracketSpacing\":false}" ], "duration": 61.993555999943055, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "array.js - {\"bracketSpacing\":false}" ], "duration": 61.1908800000092, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "object.js - {\"bracketSpacing\":false}" ], "duration": 0.5933530000038445, "failureMessages": [ "object.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `object.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -6,9 +6,9 @@\n =====================================input======================================\n const obj1 = {a:1, b:2, c:3}\n const obj2 = { a:1, b:2, c:3 };\n \n =====================================output=====================================\n - const obj1 = {a: 1, b: 2, c: 3};\n - const obj2 = {a: 1, b: 2, c: 3};\n + const obj1 = { a: 1, b: 2, c: 3 };\n + const obj2 = { a: 1, b: 2, c: 3 };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 55)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "object.js - {\"bracketSpacing\":false}" ], "duration": 61.63978599989787, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "object.js - {\"bracketSpacing\":false}" ], "duration": 61.841654999996535, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "object.js - {\"bracketSpacing\":false}" ], "duration": 61.30019800004084, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "object.js - {\"bracketSpacing\":false}" ], "duration": 61.64765699999407, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "object.js - {\"bracketSpacing\":false}" ], "duration": 61.3673209999688, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "object.js - {\"bracketSpacing\":false}" ], "duration": 62.30589199997485, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "object.js - {\"bracketSpacing\":false}" ], "duration": 61.85180099995341, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "object.js - {\"bracketSpacing\":false}" ], "duration": 62.09725999995135, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "angularjs_inject.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `angularjs_inject.js format 1`\n \n - Snapshot - 4\n + Received + 1\n \n @@ -45,14 +45,11 @@\n \n it(\"does something really long and complicated so I have to write a very long name for the test\", inject(() => {\n // code\n }));\n \n - it(\"does something really long and complicated so I have to write a very long name for the test\", inject((\n - $fooServiceLongName,\n - $barServiceLongName,\n - ) => {\n + it(\"does something really long and complicated so I have to write a very long name for the test\", inject(($fooServiceLongName, $barServiceLongName) => {\n // code\n }));\n \n /*\n * isTestCall(parent) should only be called when parent exists\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 56)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntest_declarations.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test_declarations.js format 1`\n \n - Snapshot - 24\n + Received + 11\n \n @@ -260,39 +260,29 @@\n \n test.describe(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n test.describe(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe\n - .only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe\n - .parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .parallel(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.parallel(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe.parallel\n - .only(\"does something really long and complicated so I have to write a very long name for the testThis is a very\", () => {});\n + test.describe.parallel.only(\"does something really long and complicated so I have to write a very long name for the testThis is a very\", () => {});\n \n - test.describe.parallel\n - .only(`does something really long and complicated so I have to write a very long name for the testThis is a very`, () => {});\n + test.describe.parallel.only(`does something really long and complicated so I have to write a very long name for the testThis is a very`, () => {});\n \n - test.describe\n - .serial(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.serial(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .serial(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.serial(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe.serial\n - .only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.serial.only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe.serial\n - .only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.serial.only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n // Should break\n \n it.only(\n \"does something really long and complicated so I have to write a very long name for the test\",\n @@ -319,14 +309,11 @@\n xskip(\n \"does something really long and complicated so I have to write a very long name for the test\",\n () => {},\n );\n \n - test.describe.only.parallel(\n - \"does something really long and complicated so I have to write a very long name for the test\",\n - () => {},\n - );\n + test.describe.only.parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n test.describe.parallel.serial(\n \"does something really long and complicated so I have to write a very long name for the testThis is a very\",\n () => {},\n );\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 56)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nangularjs_inject.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `angularjs_inject.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 4\n + Received + 1\n \n @@ -46,14 +46,11 @@\n \n it(\"does something really long and complicated so I have to write a very long name for the test\", inject(() => {\n // code\n }));\n \n - it(\"does something really long and complicated so I have to write a very long name for the test\", inject((\n - $fooServiceLongName,\n - $barServiceLongName,\n - ) => {\n + it(\"does something really long and complicated so I have to write a very long name for the test\", inject(($fooServiceLongName, $barServiceLongName) => {\n // code\n }));\n \n /*\n * isTestCall(parent) should only be called when parent exists\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 56)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntest_declarations.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test_declarations.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 24\n + Received + 11\n \n @@ -261,39 +261,29 @@\n \n test.describe(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n test.describe(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe\n - .only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe\n - .parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .parallel(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.parallel(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe.parallel\n - .only(\"does something really long and complicated so I have to write a very long name for the testThis is a very\", () => {});\n + test.describe.parallel.only(\"does something really long and complicated so I have to write a very long name for the testThis is a very\", () => {});\n \n - test.describe.parallel\n - .only(`does something really long and complicated so I have to write a very long name for the testThis is a very`, () => {});\n + test.describe.parallel.only(`does something really long and complicated so I have to write a very long name for the testThis is a very`, () => {});\n \n - test.describe\n - .serial(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.serial(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .serial(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.serial(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe.serial\n - .only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.serial.only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe.serial\n - .only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.serial.only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n // Should break\n \n it.only(\n \"does something really long and complicated so I have to write a very long name for the test\",\n @@ -320,14 +310,11 @@\n xskip(\n \"does something really long and complicated so I have to write a very long name for the test\",\n () => {},\n );\n \n - test.describe.only.parallel(\n - \"does something really long and complicated so I have to write a very long name for the test\",\n - () => {},\n - );\n + test.describe.only.parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n test.describe.parallel.serial(\n \"does something really long and complicated so I have to write a very long name for the testThis is a very\",\n () => {},\n );\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 56)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 4, "numPassingTests": 122, "numPendingTests": 0, "perfStats": { "start": 295986.503434, "end": 304447.588037, "runtime": 8461, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 10, "unchecked": 0, "unmatched": 4, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/test-declarations/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "angular_async.js" ], "duration": 0.459593000006862, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "angular_async.js" ], "duration": 65.4407830000855, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "angular_async.js" ], "duration": 65.31036799994763, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "angular_async.js" ], "duration": 64.21113599999808, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "angular_async.js" ], "duration": 63.61211099999491, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "angular_async.js" ], "duration": 62.65146000008099, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "angular_async.js" ], "duration": 64.21206599997822, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "angular_async.js" ], "duration": 64.481187999947, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "angular_async.js" ], "duration": 65.86785100004636, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "angular_fakeAsync.js" ], "duration": 0.4641600000904873, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "angular_fakeAsync.js" ], "duration": 65.27234900009353, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "angular_fakeAsync.js" ], "duration": 63.58419700001832, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "angular_fakeAsync.js" ], "duration": 63.40021800005343, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "angular_fakeAsync.js" ], "duration": 63.01130100002047, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "angular_fakeAsync.js" ], "duration": 62.57825400005095, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "angular_fakeAsync.js" ], "duration": 63.2900260000024, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "angular_fakeAsync.js" ], "duration": 63.866634999983944, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "angular_fakeAsync.js" ], "duration": 63.6417440000223, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "angular_waitForAsync.js" ], "duration": 0.5033739999635145, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "angular_waitForAsync.js" ], "duration": 64.18622699996922, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "angular_waitForAsync.js" ], "duration": 65.41723200003617, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "angular_waitForAsync.js" ], "duration": 63.023838999914005, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "angular_waitForAsync.js" ], "duration": 62.70770300005097, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "angular_waitForAsync.js" ], "duration": 63.2179120000219, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "angular_waitForAsync.js" ], "duration": 64.04783200006932, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "angular_waitForAsync.js" ], "duration": 63.24183499999344, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "angular_waitForAsync.js" ], "duration": 63.993545999983326, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "angularjs_inject.js" ], "duration": 0.7417520000599325, "failureMessages": [ "angularjs_inject.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `angularjs_inject.js format 1`\n \n - Snapshot - 4\n + Received + 1\n \n @@ -45,14 +45,11 @@\n \n it(\"does something really long and complicated so I have to write a very long name for the test\", inject(() => {\n // code\n }));\n \n - it(\"does something really long and complicated so I have to write a very long name for the test\", inject((\n - $fooServiceLongName,\n - $barServiceLongName,\n - ) => {\n + it(\"does something really long and complicated so I have to write a very long name for the test\", inject(($fooServiceLongName, $barServiceLongName) => {\n // code\n }));\n \n /*\n * isTestCall(parent) should only be called when parent exists\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 56)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "angularjs_inject.js" ], "duration": 65.57975299993996, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "angularjs_inject.js" ], "duration": 63.97716800007038, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "angularjs_inject.js" ], "duration": 63.55587999999989, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "angularjs_inject.js" ], "duration": 63.49676299991552, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "angularjs_inject.js" ], "duration": 62.71851300005801, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "angularjs_inject.js" ], "duration": 64.59161000000313, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "angularjs_inject.js" ], "duration": 65.4838260000106, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "angularjs_inject.js" ], "duration": 63.77152299997397, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jest-each-template-string.js" ], "duration": 0.5046960000181571, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jest-each-template-string.js" ], "duration": 71.31736700003967, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jest-each-template-string.js" ], "duration": 66.02548700000625, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jest-each-template-string.js" ], "duration": 64.3139009999577, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jest-each-template-string.js" ], "duration": 64.80117300001439, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jest-each-template-string.js" ], "duration": 64.29956199997105, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jest-each-template-string.js" ], "duration": 65.63961299997754, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jest-each-template-string.js" ], "duration": 64.68919599999208, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jest-each-template-string.js" ], "duration": 66.05926999996882, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jest-each.js" ], "duration": 0.6177789999637753, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jest-each.js" ], "duration": 77.18804999999702, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jest-each.js" ], "duration": 70.60997099999804, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jest-each.js" ], "duration": 67.9926470000064, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jest-each.js" ], "duration": 68.51904700009618, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jest-each.js" ], "duration": 67.46440199995413, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jest-each.js" ], "duration": 70.10641600005329, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jest-each.js" ], "duration": 68.15165500005241, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jest-each.js" ], "duration": 70.01050500001293, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "test_declarations.js" ], "duration": 1.0157759999856353, "failureMessages": [ "test_declarations.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test_declarations.js format 1`\n \n - Snapshot - 24\n + Received + 11\n \n @@ -260,39 +260,29 @@\n \n test.describe(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n test.describe(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe\n - .only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe\n - .parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .parallel(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.parallel(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe.parallel\n - .only(\"does something really long and complicated so I have to write a very long name for the testThis is a very\", () => {});\n + test.describe.parallel.only(\"does something really long and complicated so I have to write a very long name for the testThis is a very\", () => {});\n \n - test.describe.parallel\n - .only(`does something really long and complicated so I have to write a very long name for the testThis is a very`, () => {});\n + test.describe.parallel.only(`does something really long and complicated so I have to write a very long name for the testThis is a very`, () => {});\n \n - test.describe\n - .serial(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.serial(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .serial(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.serial(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe.serial\n - .only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.serial.only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe.serial\n - .only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.serial.only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n // Should break\n \n it.only(\n \"does something really long and complicated so I have to write a very long name for the test\",\n @@ -319,14 +309,11 @@\n xskip(\n \"does something really long and complicated so I have to write a very long name for the test\",\n () => {},\n );\n \n - test.describe.only.parallel(\n - \"does something really long and complicated so I have to write a very long name for the test\",\n - () => {},\n - );\n + test.describe.only.parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n test.describe.parallel.serial(\n \"does something really long and complicated so I have to write a very long name for the testThis is a very\",\n () => {},\n );\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 56)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "test_declarations.js" ], "duration": 91.63253999990411, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "test_declarations.js" ], "duration": 80.0226740000071, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "test_declarations.js" ], "duration": 71.64285499998368, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test_declarations.js" ], "duration": 71.61200299998745, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test_declarations.js" ], "duration": 72.66713700001128, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test_declarations.js" ], "duration": 73.99361000000499, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "test_declarations.js" ], "duration": 73.40967299998738, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "test_declarations.js" ], "duration": 76.3100460000569, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "angular_async.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.43727999995462596, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "angular_async.js - {\"arrowParens\":\"avoid\"}" ], "duration": 66.56119399995077, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "angular_async.js - {\"arrowParens\":\"avoid\"}" ], "duration": 65.22466100007296, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "angular_async.js - {\"arrowParens\":\"avoid\"}" ], "duration": 64.54030600003898, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "angular_async.js - {\"arrowParens\":\"avoid\"}" ], "duration": 65.05321499996353, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "angular_async.js - {\"arrowParens\":\"avoid\"}" ], "duration": 63.47892999998294, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "angular_async.js - {\"arrowParens\":\"avoid\"}" ], "duration": 64.78401599999052, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "angular_async.js - {\"arrowParens\":\"avoid\"}" ], "duration": 65.40313700004481, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "angular_async.js - {\"arrowParens\":\"avoid\"}" ], "duration": 65.2991799999727, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.4546630000695586, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 65.443918999983, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 65.20496599993203, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 62.880928999977186, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 63.597948000067845, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 63.537911999970675, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 63.26956299995072, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 64.11939199990593, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 64.263208999997, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.46039400005247444, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 64.78473000007216, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 64.07217800000217, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 63.8723389999941, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 63.717376000015065, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 63.40182000002824, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 65.31931000004988, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 64.23732099996414, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 64.51106099993922, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "angularjs_inject.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.7710359999909997, "failureMessages": [ "angularjs_inject.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `angularjs_inject.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 4\n + Received + 1\n \n @@ -46,14 +46,11 @@\n \n it(\"does something really long and complicated so I have to write a very long name for the test\", inject(() => {\n // code\n }));\n \n - it(\"does something really long and complicated so I have to write a very long name for the test\", inject((\n - $fooServiceLongName,\n - $barServiceLongName,\n - ) => {\n + it(\"does something really long and complicated so I have to write a very long name for the test\", inject(($fooServiceLongName, $barServiceLongName) => {\n // code\n }));\n \n /*\n * isTestCall(parent) should only be called when parent exists\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 56)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "angularjs_inject.js - {\"arrowParens\":\"avoid\"}" ], "duration": 65.74977699993178, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "angularjs_inject.js - {\"arrowParens\":\"avoid\"}" ], "duration": 64.45638500002678, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "angularjs_inject.js - {\"arrowParens\":\"avoid\"}" ], "duration": 63.650444000028074, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "angularjs_inject.js - {\"arrowParens\":\"avoid\"}" ], "duration": 63.71101600001566, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "angularjs_inject.js - {\"arrowParens\":\"avoid\"}" ], "duration": 62.96954600000754, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "angularjs_inject.js - {\"arrowParens\":\"avoid\"}" ], "duration": 64.0681999999797, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "angularjs_inject.js - {\"arrowParens\":\"avoid\"}" ], "duration": 64.00227300007828, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "angularjs_inject.js - {\"arrowParens\":\"avoid\"}" ], "duration": 65.15301600005478, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jest-each-template-string.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.46601400000508875, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jest-each-template-string.js - {\"arrowParens\":\"avoid\"}" ], "duration": 67.96403100003954, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jest-each-template-string.js - {\"arrowParens\":\"avoid\"}" ], "duration": 66.65919799997937, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jest-each-template-string.js - {\"arrowParens\":\"avoid\"}" ], "duration": 65.750207999954, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jest-each-template-string.js - {\"arrowParens\":\"avoid\"}" ], "duration": 66.09094900009222, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jest-each-template-string.js - {\"arrowParens\":\"avoid\"}" ], "duration": 65.57240599999204, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jest-each-template-string.js - {\"arrowParens\":\"avoid\"}" ], "duration": 65.65218199999072, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jest-each-template-string.js - {\"arrowParens\":\"avoid\"}" ], "duration": 65.8226470000809, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jest-each-template-string.js - {\"arrowParens\":\"avoid\"}" ], "duration": 65.98372400004882, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jest-each.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.5525970000308007, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jest-each.js - {\"arrowParens\":\"avoid\"}" ], "duration": 76.60901100002229, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jest-each.js - {\"arrowParens\":\"avoid\"}" ], "duration": 71.47348300006706, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jest-each.js - {\"arrowParens\":\"avoid\"}" ], "duration": 68.97275199997239, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jest-each.js - {\"arrowParens\":\"avoid\"}" ], "duration": 73.26239499996882, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jest-each.js - {\"arrowParens\":\"avoid\"}" ], "duration": 70.75528599997051, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jest-each.js - {\"arrowParens\":\"avoid\"}" ], "duration": 70.62102299998514, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jest-each.js - {\"arrowParens\":\"avoid\"}" ], "duration": 70.80631399992853, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jest-each.js - {\"arrowParens\":\"avoid\"}" ], "duration": 77.20987199991941, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "test_declarations.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.8954699999885634, "failureMessages": [ "test_declarations.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test_declarations.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 24\n + Received + 11\n \n @@ -261,39 +261,29 @@\n \n test.describe(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n test.describe(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe\n - .only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe\n - .parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .parallel(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.parallel(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe.parallel\n - .only(\"does something really long and complicated so I have to write a very long name for the testThis is a very\", () => {});\n + test.describe.parallel.only(\"does something really long and complicated so I have to write a very long name for the testThis is a very\", () => {});\n \n - test.describe.parallel\n - .only(`does something really long and complicated so I have to write a very long name for the testThis is a very`, () => {});\n + test.describe.parallel.only(`does something really long and complicated so I have to write a very long name for the testThis is a very`, () => {});\n \n - test.describe\n - .serial(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.serial(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .serial(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.serial(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe.serial\n - .only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.serial.only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe.serial\n - .only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.serial.only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n // Should break\n \n it.only(\n \"does something really long and complicated so I have to write a very long name for the test\",\n @@ -320,14 +310,11 @@\n xskip(\n \"does something really long and complicated so I have to write a very long name for the test\",\n () => {},\n );\n \n - test.describe.only.parallel(\n - \"does something really long and complicated so I have to write a very long name for the test\",\n - () => {},\n - );\n + test.describe.only.parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n test.describe.parallel.serial(\n \"does something really long and complicated so I have to write a very long name for the testThis is a very\",\n () => {},\n );\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 56)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "test_declarations.js - {\"arrowParens\":\"avoid\"}" ], "duration": 85.71767899999395, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "test_declarations.js - {\"arrowParens\":\"avoid\"}" ], "duration": 80.05288400000427, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "test_declarations.js - {\"arrowParens\":\"avoid\"}" ], "duration": 73.13702400005423, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test_declarations.js - {\"arrowParens\":\"avoid\"}" ], "duration": 71.48619399999734, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test_declarations.js - {\"arrowParens\":\"avoid\"}" ], "duration": 71.54927399998996, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test_declarations.js - {\"arrowParens\":\"avoid\"}" ], "duration": 73.31916999991518, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "test_declarations.js - {\"arrowParens\":\"avoid\"}" ], "duration": 75.81115599989425, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "test_declarations.js - {\"arrowParens\":\"avoid\"}" ], "duration": 74.21627799991984, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 304536.639718, "end": 305091.254744, "runtime": 555, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/trailing-whitespace/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "snippet: #0" ], "duration": 0.4959700000472367, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 59.2026060000062, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 60.304369999910705, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 59.33988500002306, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 59.536430999985896, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 59.42360400001053, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 60.206006999942474, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 58.63619099999778, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 59.16997700009961, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "asi.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `asi.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,8 +9,8 @@\n [1].map();\n \n =====================================output=====================================\n foo\n // prettier-ignore\n - ;[1].map();\n + [1].map();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 58)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 35, "numPendingTests": 0, "perfStats": { "start": 305166.321606, "end": 307349.06228500005, "runtime": 2183, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/ignore/semi/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "asi.js" ], "duration": 0.4111010000342503, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "asi.js" ], "duration": 59.66970099997707, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "asi.js" ], "duration": 60.634076000074856, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "asi.js" ], "duration": 60.05352099996526, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "asi.js" ], "duration": 59.376233999966644, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "asi.js" ], "duration": 60.33961600007024, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "asi.js" ], "duration": 60.022921000025235, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "asi.js" ], "duration": 60.29892700002529, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "asi.js" ], "duration": 60.23164100002032, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "directive.js" ], "duration": 0.4475300000049174, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "directive.js" ], "duration": 73.30868800007738, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "directive.js" ], "duration": 60.46033399994485, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "directive.js" ], "duration": 59.90883199998643, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "directive.js" ], "duration": 60.17120700003579, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "directive.js" ], "duration": 60.64571499999147, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "directive.js" ], "duration": 61.31754499999806, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "directive.js" ], "duration": 60.17412700003479, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "directive.js" ], "duration": 63.883998000063, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "asi.js - {\"semi\":false}" ], "duration": 0.631995000061579, "failureMessages": [ "asi.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `asi.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,8 +9,8 @@\n [1].map();\n \n =====================================output=====================================\n foo\n // prettier-ignore\n - ;[1].map();\n + [1].map();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 58)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "asi.js - {\"semi\":false}" ], "duration": 59.62588399997912, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "asi.js - {\"semi\":false}" ], "duration": 59.939237000071444, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "asi.js - {\"semi\":false}" ], "duration": 59.06503299996257, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "asi.js - {\"semi\":false}" ], "duration": 60.47443300008308, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "asi.js - {\"semi\":false}" ], "duration": 59.50638999999501, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "asi.js - {\"semi\":false}" ], "duration": 60.37980999995489, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "asi.js - {\"semi\":false}" ], "duration": 59.98371599998791, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "asi.js - {\"semi\":false}" ], "duration": 59.15452799992636, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "directive.js - {\"semi\":false}" ], "duration": 0.4470980000915006, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "directive.js - {\"semi\":false}" ], "duration": 60.58029900002293, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "directive.js - {\"semi\":false}" ], "duration": 60.24614699999802, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "directive.js - {\"semi\":false}" ], "duration": 59.9262850000523, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "directive.js - {\"semi\":false}" ], "duration": 59.74450800009072, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "directive.js - {\"semi\":false}" ], "duration": 59.72717199998442, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "directive.js - {\"semi\":false}" ], "duration": 60.43930399999954, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "directive.js - {\"semi\":false}" ], "duration": 60.855605000047944, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "directive.js - {\"semi\":false}" ], "duration": 61.08740800002124, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 180, "numPendingTests": 0, "perfStats": { "start": 307433.44722400006, "end": 318320.21518400003, "runtime": 10887, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 20, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/classes/keyword-property/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "async.js" ], "duration": 0.41252400004304945, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "async.js" ], "duration": 62.375201000017114, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "async.js" ], "duration": 61.54485800000839, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "async.js" ], "duration": 60.38019799999893, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "async.js" ], "duration": 60.0576819999842, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "async.js" ], "duration": 60.28696900000796, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "async.js" ], "duration": 61.47572400001809, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "async.js" ], "duration": 60.68408699997235, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "async.js" ], "duration": 60.449295999947935, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 0.39607299992349, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "computed.js" ], "duration": 60.22666600008961, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 60.95600700005889, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 59.81967799994163, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 59.56393299996853, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 59.994834000011906, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 60.52334499999415, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 60.71942500001751, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 60.674838999984786, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "get.js" ], "duration": 0.3935180000262335, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "get.js" ], "duration": 60.87171500001568, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "get.js" ], "duration": 61.58546500001103, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "get.js" ], "duration": 59.652963000000454, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "get.js" ], "duration": 60.41250299999956, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "get.js" ], "duration": 59.845070000039414, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "get.js" ], "duration": 59.446615999913774, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "get.js" ], "duration": 59.971117000095546, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "get.js" ], "duration": 60.34662599989679, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "private.js" ], "duration": 0.3885390000650659, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "private.js" ], "duration": 61.32998299994506, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "private.js" ], "duration": 60.505352000007406, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "private.js" ], "duration": 59.80752799997572, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "private.js" ], "duration": 59.53664399997797, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "private.js" ], "duration": 64.80277700000443, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "private.js" ], "duration": 61.12293200008571, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "private.js" ], "duration": 60.116717000026256, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "private.js" ], "duration": 60.46998599998187, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "set.js" ], "duration": 0.40071100008208305, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "set.js" ], "duration": 60.82582700008061, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "set.js" ], "duration": 60.24446199997328, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "set.js" ], "duration": 60.121218999964185, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "set.js" ], "duration": 59.692513999994844, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "set.js" ], "duration": 61.032537000020966, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "set.js" ], "duration": 60.92232800007332, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "set.js" ], "duration": 60.18171699997038, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "set.js" ], "duration": 59.90075499995146, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static-async.js" ], "duration": 0.416601000004448, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static-async.js" ], "duration": 63.31000199995469, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "static-async.js" ], "duration": 61.34936499991454, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static-async.js" ], "duration": 59.827783999964595, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static-async.js" ], "duration": 59.70795499999076, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static-async.js" ], "duration": 59.44620899995789, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "static-async.js" ], "duration": 60.6826740000397, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static-async.js" ], "duration": 60.1008140000049, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "static-async.js" ], "duration": 60.133871000027284, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static-get.js" ], "duration": 0.3947399999015033, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static-get.js" ], "duration": 60.49189100007061, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "static-get.js" ], "duration": 60.510555999935605, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static-get.js" ], "duration": 60.11688200000208, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static-get.js" ], "duration": 60.1211380000459, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static-get.js" ], "duration": 59.60541800002102, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "static-get.js" ], "duration": 59.66702599998098, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static-get.js" ], "duration": 59.81369400001131, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "static-get.js" ], "duration": 60.25274599995464, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static-set.js" ], "duration": 0.41476800001692027, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static-set.js" ], "duration": 60.890452999970876, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "static-set.js" ], "duration": 61.26212299999315, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static-set.js" ], "duration": 59.35869799996726, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static-set.js" ], "duration": 59.43780600000173, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static-set.js" ], "duration": 59.89732800005004, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "static-set.js" ], "duration": 60.26015200000256, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static-set.js" ], "duration": 60.840147000038996, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "static-set.js" ], "duration": 60.83139000006486, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static-static.js" ], "duration": 0.41038899996783584, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static-static.js" ], "duration": 61.258282999973744, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "static-static.js" ], "duration": 60.026170999975875, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static-static.js" ], "duration": 60.17646099999547, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static-static.js" ], "duration": 59.5383950000396, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static-static.js" ], "duration": 60.30214799998794, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "static-static.js" ], "duration": 62.08551300002728, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static-static.js" ], "duration": 60.284206000040285, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "static-static.js" ], "duration": 59.597586000105366, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static.js" ], "duration": 0.403667000005953, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static.js" ], "duration": 60.868328999960795, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "static.js" ], "duration": 60.68606500001624, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static.js" ], "duration": 59.5437249999959, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static.js" ], "duration": 60.4517010001, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static.js" ], "duration": 60.07978999998886, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "static.js" ], "duration": 60.39360900002066, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static.js" ], "duration": 60.208961999975145, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "static.js" ], "duration": 59.63895100005902, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "async.js - {\"semi\":false}" ], "duration": 0.4133860000874847, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "async.js - {\"semi\":false}" ], "duration": 61.09568799997214, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "async.js - {\"semi\":false}" ], "duration": 60.656952999997884, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "async.js - {\"semi\":false}" ], "duration": 60.448388999910094, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "async.js - {\"semi\":false}" ], "duration": 60.251875999965705, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "async.js - {\"semi\":false}" ], "duration": 59.88712100009434, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "async.js - {\"semi\":false}" ], "duration": 60.29462299996521, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "async.js - {\"semi\":false}" ], "duration": 59.8096239999868, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "async.js - {\"semi\":false}" ], "duration": 59.567115999991074, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "computed.js - {\"semi\":false}" ], "duration": 0.44616699998732656, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "computed.js - {\"semi\":false}" ], "duration": 61.06981100002304, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "computed.js - {\"semi\":false}" ], "duration": 60.88570199999958, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "computed.js - {\"semi\":false}" ], "duration": 59.977375000016764, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "computed.js - {\"semi\":false}" ], "duration": 59.4505829999689, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "computed.js - {\"semi\":false}" ], "duration": 59.943081000004895, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "computed.js - {\"semi\":false}" ], "duration": 60.623884000000544, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "computed.js - {\"semi\":false}" ], "duration": 59.7882910000626, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "computed.js - {\"semi\":false}" ], "duration": 60.64625500002876, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "get.js - {\"semi\":false}" ], "duration": 0.3941999999806285, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "get.js - {\"semi\":false}" ], "duration": 59.751525999978185, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "get.js - {\"semi\":false}" ], "duration": 60.51623599999584, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "get.js - {\"semi\":false}" ], "duration": 60.657546999980696, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "get.js - {\"semi\":false}" ], "duration": 59.75035500002559, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "get.js - {\"semi\":false}" ], "duration": 60.53150799998548, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "get.js - {\"semi\":false}" ], "duration": 60.15880499989726, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "get.js - {\"semi\":false}" ], "duration": 60.36721000005491, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "get.js - {\"semi\":false}" ], "duration": 61.64878000004683, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "private.js - {\"semi\":false}" ], "duration": 0.4846490001073107, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "private.js - {\"semi\":false}" ], "duration": 61.633101000101306, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "private.js - {\"semi\":false}" ], "duration": 61.163396000047214, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "private.js - {\"semi\":false}" ], "duration": 59.76042599999346, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "private.js - {\"semi\":false}" ], "duration": 60.37648099998478, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "private.js - {\"semi\":false}" ], "duration": 59.90806499996688, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "private.js - {\"semi\":false}" ], "duration": 60.11443799990229, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "private.js - {\"semi\":false}" ], "duration": 60.29253899992909, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "private.js - {\"semi\":false}" ], "duration": 60.83501000003889, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "set.js - {\"semi\":false}" ], "duration": 0.3871459999354556, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "set.js - {\"semi\":false}" ], "duration": 61.01013499998953, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "set.js - {\"semi\":false}" ], "duration": 61.267290999996476, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "set.js - {\"semi\":false}" ], "duration": 60.2868539999472, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "set.js - {\"semi\":false}" ], "duration": 60.443073999951594, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "set.js - {\"semi\":false}" ], "duration": 60.685706999967806, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "set.js - {\"semi\":false}" ], "duration": 60.484622000018135, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "set.js - {\"semi\":false}" ], "duration": 60.78815300005954, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "set.js - {\"semi\":false}" ], "duration": 60.90525099996012, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static-async.js - {\"semi\":false}" ], "duration": 0.41016900003887713, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static-async.js - {\"semi\":false}" ], "duration": 60.06215300003532, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "static-async.js - {\"semi\":false}" ], "duration": 60.637091999989934, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static-async.js - {\"semi\":false}" ], "duration": 61.30029899999499, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static-async.js - {\"semi\":false}" ], "duration": 59.88701899989974, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static-async.js - {\"semi\":false}" ], "duration": 60.02221500000451, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "static-async.js - {\"semi\":false}" ], "duration": 60.37112200004049, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static-async.js - {\"semi\":false}" ], "duration": 60.04477799998131, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "static-async.js - {\"semi\":false}" ], "duration": 59.68144299997948, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static-get.js - {\"semi\":false}" ], "duration": 0.4808119999943301, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static-get.js - {\"semi\":false}" ], "duration": 60.88783899997361, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "static-get.js - {\"semi\":false}" ], "duration": 60.46215499995742, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static-get.js - {\"semi\":false}" ], "duration": 60.70603700005449, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static-get.js - {\"semi\":false}" ], "duration": 61.40368300001137, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static-get.js - {\"semi\":false}" ], "duration": 60.54271900001913, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "static-get.js - {\"semi\":false}" ], "duration": 60.175412000040524, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static-get.js - {\"semi\":false}" ], "duration": 60.53354600002058, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "static-get.js - {\"semi\":false}" ], "duration": 60.093558999942616, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static-set.js - {\"semi\":false}" ], "duration": 0.4007520000450313, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static-set.js - {\"semi\":false}" ], "duration": 60.774342000018805, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "static-set.js - {\"semi\":false}" ], "duration": 61.49759000004269, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static-set.js - {\"semi\":false}" ], "duration": 60.45102599996608, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static-set.js - {\"semi\":false}" ], "duration": 60.335553999990225, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static-set.js - {\"semi\":false}" ], "duration": 59.630740999942645, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "static-set.js - {\"semi\":false}" ], "duration": 60.84538600000087, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static-set.js - {\"semi\":false}" ], "duration": 60.38648399990052, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "static-set.js - {\"semi\":false}" ], "duration": 60.573824999970384, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static-static.js - {\"semi\":false}" ], "duration": 0.48515999992378056, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static-static.js - {\"semi\":false}" ], "duration": 60.88978000008501, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "static-static.js - {\"semi\":false}" ], "duration": 60.56899699999485, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static-static.js - {\"semi\":false}" ], "duration": 60.12498000008054, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static-static.js - {\"semi\":false}" ], "duration": 60.64130799996201, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static-static.js - {\"semi\":false}" ], "duration": 59.99880099995062, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "static-static.js - {\"semi\":false}" ], "duration": 60.075402999995276, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static-static.js - {\"semi\":false}" ], "duration": 60.45266499998979, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "static-static.js - {\"semi\":false}" ], "duration": 61.104512999998406, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static.js - {\"semi\":false}" ], "duration": 0.41060000006109476, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static.js - {\"semi\":false}" ], "duration": 60.140587999951094, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "static.js - {\"semi\":false}" ], "duration": 60.295351000037044, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static.js - {\"semi\":false}" ], "duration": 59.58051500003785, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static.js - {\"semi\":false}" ], "duration": 59.1835049999645, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static.js - {\"semi\":false}" ], "duration": 60.422252999967895, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "static.js - {\"semi\":false}" ], "duration": 60.357897000038065, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static.js - {\"semi\":false}" ], "duration": 60.93246099993121, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "static.js - {\"semi\":false}" ], "duration": 60.51740899996366, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 36, "numPendingTests": 0, "perfStats": { "start": 318421.575872, "end": 320554.86998500006, "runtime": 2133, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 4, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/tab-width/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "class.js" ], "duration": 0.4648919999599457, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "class.js" ], "duration": 59.94133599998895, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class.js" ], "duration": 59.76276999991387, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "class.js" ], "duration": 58.817335000028834, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class.js" ], "duration": 58.41175500000827, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class.js" ], "duration": 59.21451600000728, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class.js" ], "duration": 59.74160200008191, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class.js" ], "duration": 59.104151999927126, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class.js" ], "duration": 59.142831000033766, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested-functions.spec.js" ], "duration": 0.4341639999765903, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "nested-functions.spec.js" ], "duration": 58.97734799992759, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested-functions.spec.js" ], "duration": 59.183074000058696, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested-functions.spec.js" ], "duration": 58.94331300002523, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested-functions.spec.js" ], "duration": 58.81937099993229, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested-functions.spec.js" ], "duration": 57.82773400004953, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested-functions.spec.js" ], "duration": 58.16588200000115, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested-functions.spec.js" ], "duration": 58.63863499998115, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested-functions.spec.js" ], "duration": 58.905112000065856, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "class.js - {\"tabWidth\":4}" ], "duration": 0.42884499998763204, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "class.js - {\"tabWidth\":4}" ], "duration": 60.664815000025555, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class.js - {\"tabWidth\":4}" ], "duration": 60.07246299996041, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "class.js - {\"tabWidth\":4}" ], "duration": 58.93719100009184, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class.js - {\"tabWidth\":4}" ], "duration": 58.736002999939956, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class.js - {\"tabWidth\":4}" ], "duration": 59.436885000090115, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class.js - {\"tabWidth\":4}" ], "duration": 58.98041600000579, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class.js - {\"tabWidth\":4}" ], "duration": 58.60075799992774, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class.js - {\"tabWidth\":4}" ], "duration": 58.67998099990655, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested-functions.spec.js - {\"tabWidth\":4}" ], "duration": 0.42395500000566244, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "nested-functions.spec.js - {\"tabWidth\":4}" ], "duration": 59.204812000039965, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested-functions.spec.js - {\"tabWidth\":4}" ], "duration": 59.284642000100575, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested-functions.spec.js - {\"tabWidth\":4}" ], "duration": 58.33511099999305, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested-functions.spec.js - {\"tabWidth\":4}" ], "duration": 57.71626199991442, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested-functions.spec.js - {\"tabWidth\":4}" ], "duration": 58.37052700005006, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested-functions.spec.js - {\"tabWidth\":4}" ], "duration": 59.63891199999489, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested-functions.spec.js - {\"tabWidth\":4}" ], "duration": 58.670076999929734, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested-functions.spec.js - {\"tabWidth\":4}" ], "duration": 59.40659600007348, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "arrow-params.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arrow-params.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -9,9 +9,11 @@\n }\n \n =====================================output=====================================\n class C {\n #x = 1;\n - #p = ({ #x: x }) => {};\n + #p = ({ #x: x })\n + => {\n + }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 61)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nasync-arrow-params.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `async-arrow-params.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -9,9 +9,11 @@\n }\n \n =====================================output=====================================\n class C {\n #x = 1;\n - #p = async ({ #x: x }) => {};\n + #p = async ({ #x: x })\n + => {\n + }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 61)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested-bindings.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-bindings.js format 1`\n \n - Snapshot - 3\n + Received + 1\n \n @@ -13,13 +13,11 @@\n =====================================output=====================================\n class C {\n #x = 1;\n m() {\n const {\n - x: {\n - #x: [x],\n - },\n + x: { #x: [x] },\n y: [...{ #x: y }],\n } = this;\n }\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 61)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nvalid-multiple-bindings.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-multiple-bindings.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -12,10 +12,10 @@\n \n =====================================output=====================================\n class C {\n #x = 1;\n m() {\n - const { #x: x1, #x: x2 = x1 } = this;\n + const {#x: x1, #x: x2 = x1 } = this;\n }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 61)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 4, "numPassingTests": 45, "numPendingTests": 0, "perfStats": { "start": 320637.37591800006, "end": 322324.92574300006, "runtime": 1688, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 24, "unchecked": 0, "unmatched": 4, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/destructuring-private-fields/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "arrow-params.js" ], "duration": 0.6149129999103025, "failureMessages": [ "arrow-params.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arrow-params.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -9,9 +9,11 @@\n }\n \n =====================================output=====================================\n class C {\n #x = 1;\n - #p = ({ #x: x }) => {};\n + #p = ({ #x: x })\n + => {\n + }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 61)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "arrow-params.js" ], "duration": 60.017348999972455, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "arrow-params.js" ], "duration": 59.06691900000442, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "arrow-params.js" ], "duration": 1.4486569999717176, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arrow-params.js" ], "duration": 0.8090470000170171, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arrow-params.js" ], "duration": 0.8838980000000447, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arrow-params.js" ], "duration": 59.74381599994376, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "assignment.js" ], "duration": 0.42188099992927164, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "assignment.js" ], "duration": 59.93083199998364, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "assignment.js" ], "duration": 59.15421300008893, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "assignment.js" ], "duration": 1.2972440000157803, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "assignment.js" ], "duration": 0.8570980000076815, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "assignment.js" ], "duration": 0.877587000024505, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "assignment.js" ], "duration": 59.09745599993039, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "async-arrow-params.js" ], "duration": 0.6428660000674427, "failureMessages": [ "async-arrow-params.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `async-arrow-params.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -9,9 +9,11 @@\n }\n \n =====================================output=====================================\n class C {\n #x = 1;\n - #p = async ({ #x: x }) => {};\n + #p = async ({ #x: x })\n + => {\n + }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 61)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "async-arrow-params.js" ], "duration": 59.80296500003897, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "async-arrow-params.js" ], "duration": 59.71578299999237, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "async-arrow-params.js" ], "duration": 1.4816590000409633, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "async-arrow-params.js" ], "duration": 0.8086559999501333, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "async-arrow-params.js" ], "duration": 0.7975159999914467, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "async-arrow-params.js" ], "duration": 59.40156999998726, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "bindings.js" ], "duration": 0.4234150000847876, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "bindings.js" ], "duration": 59.13980600005016, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "bindings.js" ], "duration": 58.443850000039674, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "bindings.js" ], "duration": 1.2033669999800622, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "bindings.js" ], "duration": 0.7794220000505447, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "bindings.js" ], "duration": 0.857789000030607, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "bindings.js" ], "duration": 59.35654200008139, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "for-lhs.js" ], "duration": 0.430216999957338, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "for-lhs.js" ], "duration": 60.568011999945156, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "for-lhs.js" ], "duration": 59.27163599990308, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "for-lhs.js" ], "duration": 1.2888870000606403, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "for-lhs.js" ], "duration": 0.8217609999701381, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "for-lhs.js" ], "duration": 0.8565869999583811, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "for-lhs.js" ], "duration": 59.66602299991064, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested-bindings.js" ], "duration": 0.6108149999054149, "failureMessages": [ "nested-bindings.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-bindings.js format 1`\n \n - Snapshot - 3\n + Received + 1\n \n @@ -13,13 +13,11 @@\n =====================================output=====================================\n class C {\n #x = 1;\n m() {\n const {\n - x: {\n - #x: [x],\n - },\n + x: { #x: [x] },\n y: [...{ #x: y }],\n } = this;\n }\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 61)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "nested-bindings.js" ], "duration": 59.3233299999265, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested-bindings.js" ], "duration": 59.62103600008413, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested-bindings.js" ], "duration": 1.2591809999430552, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested-bindings.js" ], "duration": 0.7987379999831319, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested-bindings.js" ], "duration": 0.837491000071168, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested-bindings.js" ], "duration": 58.97991900006309, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-multiple-bindings.js" ], "duration": 0.6055260000284761, "failureMessages": [ "valid-multiple-bindings.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-multiple-bindings.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -12,10 +12,10 @@\n \n =====================================output=====================================\n class C {\n #x = 1;\n m() {\n - const { #x: x1, #x: x2 = x1 } = this;\n + const {#x: x1, #x: x2 = x1 } = this;\n }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 61)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "valid-multiple-bindings.js" ], "duration": 58.94761499995366, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-multiple-bindings.js" ], "duration": 59.040055999998, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-multiple-bindings.js" ], "duration": 1.2933259999845177, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-multiple-bindings.js" ], "duration": 0.8197980000404641, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-multiple-bindings.js" ], "duration": 0.8362590000033379, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-multiple-bindings.js" ], "duration": 59.04009100003168, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "default-escaped.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `default-escaped.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -5,8 +5,11 @@\n =====================================input======================================\n // export asyn\\u{63} from \"async\";\n export n\\u{63} from \"async\";\n =====================================output=====================================\n // export asyn\\u{63} from \"async\";\n - export nc from \"async\";\n + export\n + n\\u{63};\n + from;\n + (\"async\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 62)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 6, "numPendingTests": 0, "perfStats": { "start": 322420.371015, "end": 322607.998953, "runtime": 188, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 4, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/export-default/escaped/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "default-escaped.js" ], "duration": 0.5624239998869598, "failureMessages": [ "default-escaped.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `default-escaped.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -5,8 +5,11 @@\n =====================================input======================================\n // export asyn\\u{63} from \"async\";\n export n\\u{63} from \"async\";\n =====================================output=====================================\n // export asyn\\u{63} from \"async\";\n - export nc from \"async\";\n + export\n + n\\u{63};\n + from;\n + (\"async\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 62)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "default-escaped.js" ], "duration": 1.8888019999722019, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "default-escaped.js" ], "duration": 0.918102000025101, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "default-escaped.js" ], "duration": 0.7634219999890774, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "default-escaped.js" ], "duration": 0.8902300000190735, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "default-escaped.js" ], "duration": 57.41900100000203, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "default-escaped.js" ], "duration": 57.682201000046916, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 7, "numPendingTests": 0, "perfStats": { "start": 322688.82916, "end": 323109.211663, "runtime": 420, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/literal/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "number.js" ], "duration": 0.43997499998658895, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "number.js" ], "duration": 61.22989499999676, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "number.js" ], "duration": 59.4099189999979, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "number.js" ], "duration": 60.14827000000514, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "number.js" ], "duration": 58.91297000006307, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "number.js" ], "duration": 60.0749670000514, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "number.js" ], "duration": 59.81450400000904, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 7, "numPendingTests": 0, "perfStats": { "start": 323189.35395900003, "end": 323427.46873200004, "runtime": 238, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 4, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/classes/top-level-super/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "example.js" ], "duration": 0.42920500005129725, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "example.js" ], "duration": 58.5978190000169, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "example.js" ], "duration": 1.611953999963589, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "example.js" ], "duration": 1.0760080000618473, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "example.js" ], "duration": 1.175554999965243, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "example.js" ], "duration": 59.30098800000269, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "example.js" ], "duration": 58.12504199997056, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 117, "numPendingTests": 0, "perfStats": { "start": 323513.48495899996, "end": 330758.96764900006, "runtime": 7245, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 13, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/functional-composition/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "functional_compose.js" ], "duration": 0.4306479999795556, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "functional_compose.js" ], "duration": 71.23106399993412, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "functional_compose.js" ], "duration": 64.45020700001623, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "functional_compose.js" ], "duration": 64.3560689999722, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "functional_compose.js" ], "duration": 62.70792499999516, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "functional_compose.js" ], "duration": 63.41959599999245, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "functional_compose.js" ], "duration": 66.29926399991382, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "functional_compose.js" ], "duration": 65.93071300000884, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "functional_compose.js" ], "duration": 65.6822150000371, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "gobject_connect.js" ], "duration": 0.3950810000533238, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "gobject_connect.js" ], "duration": 59.952072000014596, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "gobject_connect.js" ], "duration": 60.702076000045054, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "gobject_connect.js" ], "duration": 60.722861999995075, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "gobject_connect.js" ], "duration": 59.359439999912865, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "gobject_connect.js" ], "duration": 59.47650500002783, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "gobject_connect.js" ], "duration": 59.187602999969386, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "gobject_connect.js" ], "duration": 59.70999100001063, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "gobject_connect.js" ], "duration": 61.31641500000842, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "lodash_flow.js" ], "duration": 0.3950809999369085, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "lodash_flow.js" ], "duration": 62.46542300004512, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "lodash_flow.js" ], "duration": 61.585753999999724, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "lodash_flow.js" ], "duration": 63.685622000019066, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "lodash_flow.js" ], "duration": 60.96831800008658, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "lodash_flow.js" ], "duration": 60.00511300005019, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "lodash_flow.js" ], "duration": 60.04797499999404, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "lodash_flow.js" ], "duration": 60.60452000005171, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "lodash_flow.js" ], "duration": 76.73127300001215, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "lodash_flow_right.js" ], "duration": 0.39427900000009686, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "lodash_flow_right.js" ], "duration": 88.42944800003897, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "lodash_flow_right.js" ], "duration": 62.75491800007876, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "lodash_flow_right.js" ], "duration": 60.310281999991275, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "lodash_flow_right.js" ], "duration": 60.403580000041984, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "lodash_flow_right.js" ], "duration": 60.27947199996561, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "lodash_flow_right.js" ], "duration": 60.92947400000412, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "lodash_flow_right.js" ], "duration": 62.52904599998146, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "lodash_flow_right.js" ], "duration": 60.353899999987334, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "mongo_connect.js" ], "duration": 0.3997699999017641, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "mongo_connect.js" ], "duration": 61.09516699996311, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "mongo_connect.js" ], "duration": 59.83493799995631, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "mongo_connect.js" ], "duration": 59.18866900005378, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "mongo_connect.js" ], "duration": 59.173560000024736, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "mongo_connect.js" ], "duration": 58.738942000083625, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "mongo_connect.js" ], "duration": 59.73381099989638, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "mongo_connect.js" ], "duration": 59.51690599997528, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "mongo_connect.js" ], "duration": 59.79774399998132, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "pipe-function-calls-with-comments.js" ], "duration": 0.40567100001499057, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "pipe-function-calls-with-comments.js" ], "duration": 67.40585400001146, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "pipe-function-calls-with-comments.js" ], "duration": 62.69871000002604, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "pipe-function-calls-with-comments.js" ], "duration": 61.84470000001602, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "pipe-function-calls-with-comments.js" ], "duration": 61.67131100001279, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "pipe-function-calls-with-comments.js" ], "duration": 61.66753599990625, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "pipe-function-calls-with-comments.js" ], "duration": 61.99449800001457, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "pipe-function-calls-with-comments.js" ], "duration": 62.76067200000398, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "pipe-function-calls-with-comments.js" ], "duration": 62.0616690000752, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "pipe-function-calls.js" ], "duration": 0.40109199995640665, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "pipe-function-calls.js" ], "duration": 64.04738900007214, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "pipe-function-calls.js" ], "duration": 63.193518999964, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "pipe-function-calls.js" ], "duration": 60.79565000010189, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "pipe-function-calls.js" ], "duration": 60.75611099996604, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "pipe-function-calls.js" ], "duration": 61.23719099990558, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "pipe-function-calls.js" ], "duration": 61.90615900000557, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "pipe-function-calls.js" ], "duration": 61.033345000003465, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "pipe-function-calls.js" ], "duration": 60.85676799993962, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "ramda_compose.js" ], "duration": 0.44190899992827326, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "ramda_compose.js" ], "duration": 67.39533899992239, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "ramda_compose.js" ], "duration": 67.9369070000248, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "ramda_compose.js" ], "duration": 66.43116499995813, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "ramda_compose.js" ], "duration": 64.7146739999298, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "ramda_compose.js" ], "duration": 67.36478400009219, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "ramda_compose.js" ], "duration": 64.9834259999916, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "ramda_compose.js" ], "duration": 64.7438629999524, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "ramda_compose.js" ], "duration": 64.06465199997183, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "ramda_pipe.js" ], "duration": 0.5059190000174567, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "ramda_pipe.js" ], "duration": 68.25747599999886, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "ramda_pipe.js" ], "duration": 61.98975200008135, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "ramda_pipe.js" ], "duration": 61.00132200005464, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "ramda_pipe.js" ], "duration": 62.124839000054635, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "ramda_pipe.js" ], "duration": 59.95011199999135, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "ramda_pipe.js" ], "duration": 60.5940680000931, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "ramda_pipe.js" ], "duration": 60.64088500000071, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "ramda_pipe.js" ], "duration": 60.90690800000448, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "redux_compose.js" ], "duration": 0.39275600004475564, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "redux_compose.js" ], "duration": 62.41029099992011, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "redux_compose.js" ], "duration": 60.483647000044584, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "redux_compose.js" ], "duration": 59.365944000077434, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "redux_compose.js" ], "duration": 59.088326999917626, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "redux_compose.js" ], "duration": 60.074563000001945, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "redux_compose.js" ], "duration": 59.66511299996637, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "redux_compose.js" ], "duration": 59.31608499994036, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "redux_compose.js" ], "duration": 59.458081000018865, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "redux_connect.js" ], "duration": 0.39693399996031076, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "redux_connect.js" ], "duration": 58.96634799998719, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "redux_connect.js" ], "duration": 59.984291000058874, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "redux_connect.js" ], "duration": 58.8393540000543, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "redux_connect.js" ], "duration": 58.931976999971084, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "redux_connect.js" ], "duration": 58.962913000024855, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "redux_connect.js" ], "duration": 58.366340999957174, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "redux_connect.js" ], "duration": 59.14312800008338, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "redux_connect.js" ], "duration": 58.76581900008023, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "reselect_createselector.js" ], "duration": 0.3933279999764636, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "reselect_createselector.js" ], "duration": 61.984671000042, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "reselect_createselector.js" ], "duration": 61.20556400006171, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "reselect_createselector.js" ], "duration": 60.356980000040494, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "reselect_createselector.js" ], "duration": 60.306234999909066, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "reselect_createselector.js" ], "duration": 60.388747000019066, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "reselect_createselector.js" ], "duration": 60.52319199999329, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "reselect_createselector.js" ], "duration": 60.96778499998618, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "reselect_createselector.js" ], "duration": 60.670537999947555, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "rxjs_pipe.js" ], "duration": 0.3969539999961853, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "rxjs_pipe.js" ], "duration": 62.36897599999793, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "rxjs_pipe.js" ], "duration": 60.63607000000775, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "rxjs_pipe.js" ], "duration": 60.03113200003281, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "rxjs_pipe.js" ], "duration": 60.81751500000246, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "rxjs_pipe.js" ], "duration": 59.82098399999086, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "rxjs_pipe.js" ], "duration": 60.96569400001317, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "rxjs_pipe.js" ], "duration": 60.64812099991832, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "rxjs_pipe.js" ], "duration": 61.18513699993491, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 7, "numPendingTests": 0, "perfStats": { "start": 330841.17731700005, "end": 331262.66747499997, "runtime": 421, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/object-property-comment/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "after-key.js" ], "duration": 0.38420099997892976, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "after-key.js" ], "duration": 60.98586699995212, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "after-key.js" ], "duration": 59.811126000015065, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "after-key.js" ], "duration": 59.909848999930546, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "after-key.js" ], "duration": 59.143885000026785, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "after-key.js" ], "duration": 62.00796600000467, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "after-key.js" ], "duration": 59.542153999907896, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "objects.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -11,9 +11,9 @@\n \n =====================================output=====================================\n const obj = {\n a: true,\n b: true,\n - \"𐊧\": true,\n + 𐊧: true,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 67)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nobjects.js - {\"singleQuote\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"singleQuote\":true} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -12,9 +12,9 @@\n \n =====================================output=====================================\n const obj = {\n a: true,\n b: true,\n - '𐊧': true,\n + 𐊧: true,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 67)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 2, "numPassingTests": 40, "numPendingTests": 0, "perfStats": { "start": 331350.269668, "end": 333841.366631, "runtime": 2491, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 4, "unchecked": 0, "unmatched": 2, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/quotes/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "functions.js" ], "duration": 0.42209200002253056, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "functions.js" ], "duration": 58.44949299993459, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "functions.js" ], "duration": 58.173374000005424, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "functions.js" ], "duration": 57.509440000052564, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "functions.js" ], "duration": 57.956908000051044, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "functions.js" ], "duration": 59.0688229999505, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "functions.js" ], "duration": 59.4248320000479, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "objects.js" ], "duration": 0.5942449999274686, "failureMessages": [ "objects.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -11,9 +11,9 @@\n \n =====================================output=====================================\n const obj = {\n a: true,\n b: true,\n - \"𐊧\": true,\n + 𐊧: true,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 67)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "objects.js" ], "duration": 58.000992999994196, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "objects.js" ], "duration": 57.61186099995393, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "objects.js" ], "duration": 57.31451300007757, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "objects.js" ], "duration": 57.2632900000317, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "objects.js" ], "duration": 57.948168999981135, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "objects.js" ], "duration": 57.49527499999385, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "strings.js" ], "duration": 0.42145000002346933, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "strings.js" ], "duration": 61.8155460000271, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "strings.js" ], "duration": 59.72685800003819, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "strings.js" ], "duration": 60.74179900006857, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "strings.js" ], "duration": 59.33268400002271, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "strings.js" ], "duration": 59.39103599998634, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "strings.js" ], "duration": 59.99112600006629, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "functions.js - {\"singleQuote\":true}" ], "duration": 0.38310900004580617, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "functions.js - {\"singleQuote\":true}" ], "duration": 58.60241599997971, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "functions.js - {\"singleQuote\":true}" ], "duration": 58.267433999921195, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "functions.js - {\"singleQuote\":true}" ], "duration": 57.74623299995437, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "functions.js - {\"singleQuote\":true}" ], "duration": 58.338624999974854, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "functions.js - {\"singleQuote\":true}" ], "duration": 57.36660800001118, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "functions.js - {\"singleQuote\":true}" ], "duration": 57.399491999996826, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "objects.js - {\"singleQuote\":true}" ], "duration": 0.5754489999962971, "failureMessages": [ "objects.js - {\"singleQuote\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"singleQuote\":true} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -12,9 +12,9 @@\n \n =====================================output=====================================\n const obj = {\n a: true,\n b: true,\n - '𐊧': true,\n + 𐊧: true,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 67)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "objects.js - {\"singleQuote\":true}" ], "duration": 58.76151699991897, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "objects.js - {\"singleQuote\":true}" ], "duration": 58.00670500006527, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "objects.js - {\"singleQuote\":true}" ], "duration": 57.76619200001005, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "objects.js - {\"singleQuote\":true}" ], "duration": 57.5590239999583, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "objects.js - {\"singleQuote\":true}" ], "duration": 57.61194900004193, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "objects.js - {\"singleQuote\":true}" ], "duration": 58.54688899999019, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "strings.js - {\"singleQuote\":true}" ], "duration": 0.4303570000920445, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "strings.js - {\"singleQuote\":true}" ], "duration": 61.090036000008695, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "strings.js - {\"singleQuote\":true}" ], "duration": 59.58452699996997, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "strings.js - {\"singleQuote\":true}" ], "duration": 60.07714800001122, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "strings.js - {\"singleQuote\":true}" ], "duration": 59.36642799992114, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "strings.js - {\"singleQuote\":true}" ], "duration": 60.073832000023685, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "strings.js - {\"singleQuote\":true}" ], "duration": 60.561574000050314, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 70, "numPendingTests": 0, "perfStats": { "start": 333929.42359900003, "end": 338246.22916300007, "runtime": 4317, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 10, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/no-semi/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "class.js" ], "duration": 0.41685199993662536, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "class.js" ], "duration": 76.16654600005131, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class.js" ], "duration": 62.55071700003464, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class.js" ], "duration": 62.57796699996106, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class.js" ], "duration": 64.28137400001287, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class.js" ], "duration": 64.1052909999853, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class.js" ], "duration": 65.24375200003851, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 0.43135999992955476, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comments.js" ], "duration": 60.425425999914296, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 59.82259499991778, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 60.33463100006338, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 57.62759799999185, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 58.42147900001146, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 58.27954100002535, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue2006.js" ], "duration": 0.3960230000084266, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue2006.js" ], "duration": 59.6897609999869, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue2006.js" ], "duration": 59.1655220000539, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue2006.js" ], "duration": 58.561420000041835, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue2006.js" ], "duration": 58.47068099991884, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue2006.js" ], "duration": 59.604942000005394, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue2006.js" ], "duration": 58.69401400000788, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "no-semi.js" ], "duration": 0.4102799999527633, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "no-semi.js" ], "duration": 70.51280699996278, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "no-semi.js" ], "duration": 63.93825300002936, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "no-semi.js" ], "duration": 64.87974399991799, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "no-semi.js" ], "duration": 61.90495599992573, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "no-semi.js" ], "duration": 65.05223000003025, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "no-semi.js" ], "duration": 63.57920399995055, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "private-field.js" ], "duration": 0.44854100001975894, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "private-field.js" ], "duration": 58.44620399991982, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "private-field.js" ], "duration": 57.4434299999848, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "private-field.js" ], "duration": 57.64006200002041, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "private-field.js" ], "duration": 57.93225299997721, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "private-field.js" ], "duration": 58.78677600005176, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "private-field.js" ], "duration": 59.689614000031725, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "class.js - {\"semi\":false}" ], "duration": 0.4956600000150502, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "class.js - {\"semi\":false}" ], "duration": 96.93271200009622, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class.js - {\"semi\":false}" ], "duration": 65.33484299993142, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class.js - {\"semi\":false}" ], "duration": 62.65480500005651, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class.js - {\"semi\":false}" ], "duration": 62.53088600002229, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class.js - {\"semi\":false}" ], "duration": 63.26420899992809, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class.js - {\"semi\":false}" ], "duration": 63.64186199998949, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comments.js - {\"semi\":false}" ], "duration": 0.45690700004342943, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comments.js - {\"semi\":false}" ], "duration": 59.457709999987856, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comments.js - {\"semi\":false}" ], "duration": 58.50964699999895, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments.js - {\"semi\":false}" ], "duration": 58.62777499994263, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments.js - {\"semi\":false}" ], "duration": 59.80590400006622, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments.js - {\"semi\":false}" ], "duration": 59.127888999995776, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments.js - {\"semi\":false}" ], "duration": 60.30606099998113, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue2006.js - {\"semi\":false}" ], "duration": 0.3963440000079572, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue2006.js - {\"semi\":false}" ], "duration": 59.273490000050515, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue2006.js - {\"semi\":false}" ], "duration": 58.39904699998442, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue2006.js - {\"semi\":false}" ], "duration": 59.3050659999717, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue2006.js - {\"semi\":false}" ], "duration": 59.08652700006496, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue2006.js - {\"semi\":false}" ], "duration": 59.27782199997455, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue2006.js - {\"semi\":false}" ], "duration": 59.66752900008578, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "no-semi.js - {\"semi\":false}" ], "duration": 0.42395500000566244, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "no-semi.js - {\"semi\":false}" ], "duration": 66.31583999993745, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "no-semi.js - {\"semi\":false}" ], "duration": 62.521461999975145, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "no-semi.js - {\"semi\":false}" ], "duration": 66.96033099992201, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "no-semi.js - {\"semi\":false}" ], "duration": 65.12114200007636, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "no-semi.js - {\"semi\":false}" ], "duration": 63.76748000003863, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "no-semi.js - {\"semi\":false}" ], "duration": 63.44449100003112, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "private-field.js - {\"semi\":false}" ], "duration": 0.41690199996810406, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "private-field.js - {\"semi\":false}" ], "duration": 58.44283800001722, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "private-field.js - {\"semi\":false}" ], "duration": 57.78841299994383, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "private-field.js - {\"semi\":false}" ], "duration": 57.18558699998539, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "private-field.js - {\"semi\":false}" ], "duration": 57.449514999985695, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "private-field.js - {\"semi\":false}" ], "duration": 58.26665999996476, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "private-field.js - {\"semi\":false}" ], "duration": 57.86844099999871, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 18, "numPendingTests": 0, "perfStats": { "start": 338333.669726, "end": 339395.61728000006, "runtime": 1062, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/in/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "arrow-function-invalid.js" ], "duration": 0.40026099991519004, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "arrow-function-invalid.js" ], "duration": 58.79254699999001, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "arrow-function-invalid.js" ], "duration": 58.827373999985866, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "arrow-function-invalid.js" ], "duration": 58.22438799997326, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arrow-function-invalid.js" ], "duration": 58.37820899998769, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arrow-function-invalid.js" ], "duration": 58.468664999934845, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arrow-function-invalid.js" ], "duration": 58.56337000010535, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "arrow-function-invalid.js" ], "duration": 59.051678000018, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "arrow-function-invalid.js" ], "duration": 58.22463199996855, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "arrow-function.js" ], "duration": 0.41316499991808087, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "arrow-function.js" ], "duration": 60.08336299995426, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "arrow-function.js" ], "duration": 59.45849400002044, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "arrow-function.js" ], "duration": 58.65669699991122, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arrow-function.js" ], "duration": 58.961755000054836, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arrow-function.js" ], "duration": 58.783600999973714, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arrow-function.js" ], "duration": 59.965424000052735, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "arrow-function.js" ], "duration": 59.58624099998269, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "arrow-function.js" ], "duration": 59.32821599999443, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 21, "numPendingTests": 0, "perfStats": { "start": 339481.148904, "end": 340662.988651, "runtime": 1182, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 4, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/non-strict/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "argument-name-clash.js" ], "duration": 0.3957119999686256, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "argument-name-clash.js" ], "duration": 59.19402499997523, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "argument-name-clash.js" ], "duration": 59.13588900002651, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "argument-name-clash.js" ], "duration": 58.4023580000503, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "argument-name-clash.js" ], "duration": 58.241167000029236, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "argument-name-clash.js" ], "duration": 59.09655300003942, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "argument-name-clash.js" ], "duration": 59.05635700002313, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "keywords.js" ], "duration": 0.4128250000067055, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "keywords.js" ], "duration": 58.95572299999185, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "keywords.js" ], "duration": 59.54229500005022, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "keywords.js" ], "duration": 59.146357999998145, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "keywords.js" ], "duration": 59.198038999922574, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "keywords.js" ], "duration": 59.36540700006299, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "keywords.js" ], "duration": 59.51442699995823, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "octal-number.js" ], "duration": 0.38871900003869087, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "octal-number.js" ], "duration": 1.5161439999938011, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "octal-number.js" ], "duration": 58.46474800002761, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "octal-number.js" ], "duration": 59.64353800006211, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "octal-number.js" ], "duration": 58.75783999997657, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "octal-number.js" ], "duration": 58.483548999996856, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "octal-number.js" ], "duration": 58.54361799999606, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "export.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `export.js format 1`\n \n - Snapshot - 4\n + Received + 17\n \n @@ -12,16 +12,29 @@\n export Bar from \"barrrrrrrrrrrrrrrrrrrrrrrrrrrr\";\n export { foooooooooooooooooooooooooooooooooooooooooooooo, fooooooooooooooooooooooooooooooooooooooooooooooo } from \"fooooooooooooooooooooooooooooo\";\n \n =====================================output=====================================\n export * as ns from \"mod\";\n - export v from \"mod\";\n - export a, * as b from \"mod\";\n - export c, { foo } from \"mod\";\n + export\n + v;\n + from;\n + (\"mod\");\n + export\n + a, * as\n + b;\n + from;\n + (\"mod\");\n + export\n + c, { foo };\n + from;\n + (\"mod\");\n export * as d from \"mod\";\n export { fooooooooooooooooooooooooooooooooooooooooooooooooo } from \"fooooooooooooooooooooooooooooo\";\n - export Bar from \"barrrrrrrrrrrrrrrrrrrrrrrrrrrr\";\n + export\n + Bar;\n + from;\n + (\"barrrrrrrrrrrrrrrrrrrrrrrrrrrr\");\n export {\n foooooooooooooooooooooooooooooooooooooooooooooo,\n fooooooooooooooooooooooooooooooooooooooooooooooo,\n } from \"fooooooooooooooooooooooooooooo\";\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 71)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 4, "numPendingTests": 0, "perfStats": { "start": 340747.331493, "end": 340870.01762400003, "runtime": 123, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/export-default/export-default-from/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "export.js" ], "duration": 0.6632439999375492, "failureMessages": [ "export.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `export.js format 1`\n \n - Snapshot - 4\n + Received + 17\n \n @@ -12,16 +12,29 @@\n export Bar from \"barrrrrrrrrrrrrrrrrrrrrrrrrrrr\";\n export { foooooooooooooooooooooooooooooooooooooooooooooo, fooooooooooooooooooooooooooooooooooooooooooooooo } from \"fooooooooooooooooooooooooooooo\";\n \n =====================================output=====================================\n export * as ns from \"mod\";\n - export v from \"mod\";\n - export a, * as b from \"mod\";\n - export c, { foo } from \"mod\";\n + export\n + v;\n + from;\n + (\"mod\");\n + export\n + a, * as\n + b;\n + from;\n + (\"mod\");\n + export\n + c, { foo };\n + from;\n + (\"mod\");\n export * as d from \"mod\";\n export { fooooooooooooooooooooooooooooooooooooooooooooooooo } from \"fooooooooooooooooooooooooooooo\";\n - export Bar from \"barrrrrrrrrrrrrrrrrrrrrrrrrrrr\";\n + export\n + Bar;\n + from;\n + (\"barrrrrrrrrrrrrrrrrrrrrrrrrrrr\");\n export {\n foooooooooooooooooooooooooooooooooooooooooooooo,\n fooooooooooooooooooooooooooooooooooooooooooooooo,\n } from \"fooooooooooooooooooooooooooooo\";\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 71)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "export.js" ], "duration": 1.0500490000704303, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export.js" ], "duration": 0.7957419999875128, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export.js" ], "duration": 0.737061999971047, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export.js" ], "duration": 59.90662199992221, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "intrinsic_call.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `intrinsic_call.js format 1`\n \n - Snapshot - 4\n + Received + 16\n \n @@ -28,16 +28,28 @@\n );\n }\n \n =====================================output=====================================\n function doSmth() {\n - %DebugPrint(foo);\n + %DebugPrint\n + (\n + foo )\n }\n \n function printFunc(f) {\n - if (%IsAsmWasmCode(f)) console.log(\"asm.js\");\n - if (%IsWasmCode(f)) console.log(\"wasm\");\n + if(%\n + IsAsmWasmCode(f)) console.log(\"asm.js\");\n + if(\n \n - console.log(%GetFunctioName(f));\n + % IsWasmCode(\n + f))\n + console.log (\n + \"wasm\"\n + );\n +\n + console.log\n + (%\n + GetFunctioName(f)\n + );\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 72)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 340952.694191, "end": 341200.113982, "runtime": 247, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 7, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/v8_intrinsic/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "avoid-conflicts-to-pipeline.js" ], "duration": 0.38408099999651313, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "avoid-conflicts-to-pipeline.js" ], "duration": 1.1496660000411794, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "avoid-conflicts-to-pipeline.js" ], "duration": 0.7708760000532493, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "avoid-conflicts-to-pipeline.js" ], "duration": 0.6890519999433309, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "avoid-conflicts-to-pipeline.js" ], "duration": 59.96700399997644, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "intrinsic_call.js" ], "duration": 0.6347100000130013, "failureMessages": [ "intrinsic_call.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `intrinsic_call.js format 1`\n \n - Snapshot - 4\n + Received + 16\n \n @@ -28,16 +28,28 @@\n );\n }\n \n =====================================output=====================================\n function doSmth() {\n - %DebugPrint(foo);\n + %DebugPrint\n + (\n + foo )\n }\n \n function printFunc(f) {\n - if (%IsAsmWasmCode(f)) console.log(\"asm.js\");\n - if (%IsWasmCode(f)) console.log(\"wasm\");\n + if(%\n + IsAsmWasmCode(f)) console.log(\"asm.js\");\n + if(\n \n - console.log(%GetFunctioName(f));\n + % IsWasmCode(\n + f))\n + console.log (\n + \"wasm\"\n + );\n +\n + console.log\n + (%\n + GetFunctioName(f)\n + );\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 72)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "intrinsic_call.js" ], "duration": 1.0905959999654442, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "intrinsic_call.js" ], "duration": 0.7535330000100657, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "intrinsic_call.js" ], "duration": 0.7558679999783635, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "intrinsic_call.js" ], "duration": 60.470264000003226, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "throw_expression.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `throw_expression.js format 1`\n \n - Snapshot - 11\n + Received + 12\n \n @@ -20,32 +20,33 @@\n get id() { return this._id; }\n set id(value) { this._id = value || throw new Error(\"Invalid value\"); }\n }\n \n =====================================output=====================================\n - function save(filename = throw new TypeError(\"Argument required\")) {}\n + function save(filename = throw new TypeError(\"Argument required\")\n + )\n + {\n + }\n \n lint(ast, {\n - with: () => throw new Error(\"avoid using 'with' statements.\"),\n + with: () => throw new Error(\"avoid using 'with' statements.\")\n });\n \n function getEncoder(encoding) {\n - const encoder =\n - encoding === \"utf8\"\n - ? new UTF8Encoder()\n - : encoding === \"utf16le\"\n - ? new UTF16Encoder(false)\n - : encoding === \"utf16be\"\n - ? new UTF16Encoder(true)\n - : throw new Error(\"Unsupported encoding\");\n + const encoder = encoding === \"utf8\" ? new UTF8Encoder()\n + : encoding === \"utf16le\" ? new UTF16Encoder(false)\n + : encoding === \"utf16be\" ? new UTF16Encoder(true)\n + :\n + throw new Error(\"Unsupported encoding\");\n }\n \n class Product {\n get id() {\n return this._id;\n }\n set id(value) {\n - this._id = value || throw new Error(\"Invalid value\");\n + this._id = value ||\n + throw new Error(\"Invalid value\");\n }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 73)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 4, "numPendingTests": 0, "perfStats": { "start": 341287.08376500005, "end": 341416.45649199997, "runtime": 129, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/throw_expressions/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "throw_expression.js" ], "duration": 0.7035299999406561, "failureMessages": [ "throw_expression.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `throw_expression.js format 1`\n \n - Snapshot - 11\n + Received + 12\n \n @@ -20,32 +20,33 @@\n get id() { return this._id; }\n set id(value) { this._id = value || throw new Error(\"Invalid value\"); }\n }\n \n =====================================output=====================================\n - function save(filename = throw new TypeError(\"Argument required\")) {}\n + function save(filename = throw new TypeError(\"Argument required\")\n + )\n + {\n + }\n \n lint(ast, {\n - with: () => throw new Error(\"avoid using 'with' statements.\"),\n + with: () => throw new Error(\"avoid using 'with' statements.\")\n });\n \n function getEncoder(encoding) {\n - const encoder =\n - encoding === \"utf8\"\n - ? new UTF8Encoder()\n - : encoding === \"utf16le\"\n - ? new UTF16Encoder(false)\n - : encoding === \"utf16be\"\n - ? new UTF16Encoder(true)\n - : throw new Error(\"Unsupported encoding\");\n + const encoder = encoding === \"utf8\" ? new UTF8Encoder()\n + : encoding === \"utf16le\" ? new UTF16Encoder(false)\n + : encoding === \"utf16be\" ? new UTF16Encoder(true)\n + :\n + throw new Error(\"Unsupported encoding\");\n }\n \n class Product {\n get id() {\n return this._id;\n }\n set id(value) {\n - this._id = value || throw new Error(\"Invalid value\");\n + this._id = value ||\n + throw new Error(\"Invalid value\");\n }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 73)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "throw_expression.js" ], "duration": 1.086858999915421, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "throw_expression.js" ], "duration": 0.7552969999378547, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "throw_expression.js" ], "duration": 0.7077280000085011, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "throw_expression.js" ], "duration": 62.24975399998948, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "computed.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `computed.js format 1`\n \n - Snapshot - 6\n + Received + 6\n \n @@ -13,15 +13,15 @@\n assert(#{ [1 + 1]: \"two\" } === #{ 2: \"two\" })\n assert(#{ [9 + 1]: \"ten\" } === #{ [\"10\"]: \"ten\" })\n \n =====================================output=====================================\n const key = \"a\";\n - assert(#{ [key]: 1 } === #{ a: 1 });\n - assert(#{ [key.toUpperCase()]: 1 } === #{ A: 1 });\n + assert(#{ [key]: 1 } === #{ a: 1 })\n + assert(#{ [key.toUpperCase()]: 1 } === #{ A: 1 })\n \n - assert(#{ [true]: 1 } === #{ true: 1 });\n - assert(#{ [true]: 1 } === #{ [\"true\"]: 1 });\n + assert(#{ [true]: 1 } === #{ true: 1 })\n + assert(#{ [true]: 1 } === #{ [\"true\"]: 1 })\n \n - assert(#{ [1 + 1]: \"two\" } === #{ 2: \"two\" });\n - assert(#{ [9 + 1]: \"ten\" } === #{ [\"10\"]: \"ten\" });\n + assert(#{ [1 + 1]: \"two\" } === #{ 2: \"two\" })\n + assert(#{ [9 + 1]: \"ten\" } === #{ [\"10\"]: \"ten\" })\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ndestructuring.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `destructuring.js format 1`\n \n - Snapshot - 2\n + Received + 10\n \n @@ -12,15 +12,23 @@\n assert(typeof rest === \"object\");\n assert(rest.b === 2);\n assert(rest.c === 3);\n \n =====================================output=====================================\n - const { a, b } = #{ a: 1, b: 2 };\n + const { a, b } = #;\n + {\n + a: 1, b;\n + : 2\n + }\n assert(a === 1);\n assert(b === 2);\n \n - const { a, ...rest } = #{ a: 1, b: 2, c: 3 };\n + const { a, ...rest } = #;\n + {\n + a: 1, b;\n + : 2, c: 3\n + }\n assert(a === 1);\n assert(typeof rest === \"object\");\n assert(rest.b === 2);\n assert(rest.c === 3);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrecord.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `record.js format 1`\n \n - Snapshot - 6\n + Received + 10\n \n @@ -19,17 +19,21 @@\n assert(record1?.d === undefined);\n assert(record1?.d ?? 5 === 5);\n assert(record1.d?.a === undefined);\n \n =====================================output=====================================\n - const record1 = #{\n - a: 1,\n - b: 2,\n - c: 3,\n - };\n + const record1 = #;\n + {\n + a: 1, b;\n + : 2,\n + c: 3,\n + }\n \n - const record2 = #{ ...record1, b: 5 };\n + const record2 = #;\n + {\n + ...record1, b: 5\n + }\n \n assert(record1.a === 1);\n assert(record1[\"a\"] === 1);\n assert(record1 !== record2);\n assert(record2 === #{ a: 1, c: 3, b: 5 });\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nshorthand.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `shorthand.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -7,9 +7,12 @@\n const record = #{ url }\n console.log(record.url) // https://github.com/tc39/proposal-record-tuple\n \n =====================================output=====================================\n const url = \"https://github.com/tc39/proposal-record-tuple\";\n - const record = #{ url };\n + const record = #;\n + {\n + url;\n + }\n console.log(record.url); // https://github.com/tc39/proposal-record-tuple\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nspread.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `spread.js format 1`\n \n - Snapshot - 4\n + Received + 14\n \n @@ -9,13 +9,23 @@\n \n // A reminder: The ordering of keys in record literals does not affect equality (and is not retained)\n assert(taskLater === #{ status: \"DONE\", title: formData.title, id: 42 })\n \n =====================================output=====================================\n - const formData = #{ title: \"Implement all the things\" };\n - const taskNow = #{ id: 42, status: \"WIP\", ...formData };\n - const taskLater = #{ ...taskNow, status: \"DONE\" };\n + const formData = #;\n + {\n + title: \"Implement all the things\";\n + }\n + const taskNow = #;\n + {\n + id: 42, status;\n + : \"WIP\", ...formData\n + }\n + const taskLater = #;\n + {\n + ...taskNow, status: \"DONE\"\n + }\n \n // A reminder: The ordering of keys in record literals does not affect equality (and is not retained)\n - assert(taskLater === #{ status: \"DONE\", title: formData.title, id: 42 });\n + assert(taskLater === #{ status: \"DONE\", title: formData.title, id: 42 })\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsyntax.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `syntax.js format 1`\n \n - Snapshot - 3\n + Received + 17\n \n @@ -6,10 +6,24 @@\n #{}\n #{ a: 1, b: 2 }\n #{ a: 1, b: #[2, 3, #{ c: 4 }] }\n \n =====================================output=====================================\n - #{};\n - #{ a: 1, b: 2 };\n - #{ a: 1, b: #[2, 3, #{ c: 4 }] };\n + #\n + {\n + }\n + #\n + {\n + a: 1, b;\n + : 2\n + }\n + #\n + {\n + a: 1, b;\n + : #[2, 3, #\n + {\n + c: 4;\n + }\n + ]\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 6, "numPassingTests": 24, "numPendingTests": 0, "perfStats": { "start": 341498.57779099996, "end": 342263.80670799996, "runtime": 765, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 18, "unchecked": 0, "unmatched": 6, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/record/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "computed.js" ], "duration": 0.5981819999869913, "failureMessages": [ "computed.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `computed.js format 1`\n \n - Snapshot - 6\n + Received + 6\n \n @@ -13,15 +13,15 @@\n assert(#{ [1 + 1]: \"two\" } === #{ 2: \"two\" })\n assert(#{ [9 + 1]: \"ten\" } === #{ [\"10\"]: \"ten\" })\n \n =====================================output=====================================\n const key = \"a\";\n - assert(#{ [key]: 1 } === #{ a: 1 });\n - assert(#{ [key.toUpperCase()]: 1 } === #{ A: 1 });\n + assert(#{ [key]: 1 } === #{ a: 1 })\n + assert(#{ [key.toUpperCase()]: 1 } === #{ A: 1 })\n \n - assert(#{ [true]: 1 } === #{ true: 1 });\n - assert(#{ [true]: 1 } === #{ [\"true\"]: 1 });\n + assert(#{ [true]: 1 } === #{ true: 1 })\n + assert(#{ [true]: 1 } === #{ [\"true\"]: 1 })\n \n - assert(#{ [1 + 1]: \"two\" } === #{ 2: \"two\" });\n - assert(#{ [9 + 1]: \"ten\" } === #{ [\"10\"]: \"ten\" });\n + assert(#{ [1 + 1]: \"two\" } === #{ 2: \"two\" })\n + assert(#{ [9 + 1]: \"ten\" } === #{ [\"10\"]: \"ten\" })\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "computed.js" ], "duration": 1.0636759999906644, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 0.7454190000426024, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 0.7675900000613183, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 65.47941200004425, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 0.6228989999508485, "failureMessages": [ "destructuring.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `destructuring.js format 1`\n \n - Snapshot - 2\n + Received + 10\n \n @@ -12,15 +12,23 @@\n assert(typeof rest === \"object\");\n assert(rest.b === 2);\n assert(rest.c === 3);\n \n =====================================output=====================================\n - const { a, b } = #{ a: 1, b: 2 };\n + const { a, b } = #;\n + {\n + a: 1, b;\n + : 2\n + }\n assert(a === 1);\n assert(b === 2);\n \n - const { a, ...rest } = #{ a: 1, b: 2, c: 3 };\n + const { a, ...rest } = #;\n + {\n + a: 1, b;\n + : 2, c: 3\n + }\n assert(a === 1);\n assert(typeof rest === \"object\");\n assert(rest.b === 2);\n assert(rest.c === 3);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 1.0934010000200942, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 0.721813999931328, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 0.6957959999563172, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 61.631017999956384, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "record.js" ], "duration": 0.6259039998985827, "failureMessages": [ "record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `record.js format 1`\n \n - Snapshot - 6\n + Received + 10\n \n @@ -19,17 +19,21 @@\n assert(record1?.d === undefined);\n assert(record1?.d ?? 5 === 5);\n assert(record1.d?.a === undefined);\n \n =====================================output=====================================\n - const record1 = #{\n - a: 1,\n - b: 2,\n - c: 3,\n - };\n + const record1 = #;\n + {\n + a: 1, b;\n + : 2,\n + c: 3,\n + }\n \n - const record2 = #{ ...record1, b: 5 };\n + const record2 = #;\n + {\n + ...record1, b: 5\n + }\n \n assert(record1.a === 1);\n assert(record1[\"a\"] === 1);\n assert(record1 !== record2);\n assert(record2 === #{ a: 1, c: 3, b: 5 });\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "record.js" ], "duration": 1.0336390000302345, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "record.js" ], "duration": 0.6918280000099912, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "record.js" ], "duration": 0.6773909999756142, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "record.js" ], "duration": 62.61180199997034, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "shorthand.js" ], "duration": 0.5732950000092387, "failureMessages": [ "shorthand.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `shorthand.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -7,9 +7,12 @@\n const record = #{ url }\n console.log(record.url) // https://github.com/tc39/proposal-record-tuple\n \n =====================================output=====================================\n const url = \"https://github.com/tc39/proposal-record-tuple\";\n - const record = #{ url };\n + const record = #;\n + {\n + url;\n + }\n console.log(record.url); // https://github.com/tc39/proposal-record-tuple\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "shorthand.js" ], "duration": 1.0627539999550208, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "shorthand.js" ], "duration": 0.797978000016883, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "shorthand.js" ], "duration": 0.7166150000412017, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "shorthand.js" ], "duration": 62.236648000078276, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "spread.js" ], "duration": 0.6029109999071807, "failureMessages": [ "spread.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `spread.js format 1`\n \n - Snapshot - 4\n + Received + 14\n \n @@ -9,13 +9,23 @@\n \n // A reminder: The ordering of keys in record literals does not affect equality (and is not retained)\n assert(taskLater === #{ status: \"DONE\", title: formData.title, id: 42 })\n \n =====================================output=====================================\n - const formData = #{ title: \"Implement all the things\" };\n - const taskNow = #{ id: 42, status: \"WIP\", ...formData };\n - const taskLater = #{ ...taskNow, status: \"DONE\" };\n + const formData = #;\n + {\n + title: \"Implement all the things\";\n + }\n + const taskNow = #;\n + {\n + id: 42, status;\n + : \"WIP\", ...formData\n + }\n + const taskLater = #;\n + {\n + ...taskNow, status: \"DONE\"\n + }\n \n // A reminder: The ordering of keys in record literals does not affect equality (and is not retained)\n - assert(taskLater === #{ status: \"DONE\", title: formData.title, id: 42 });\n + assert(taskLater === #{ status: \"DONE\", title: formData.title, id: 42 })\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "spread.js" ], "duration": 1.0121589999180287, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "spread.js" ], "duration": 0.7180670000379905, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "spread.js" ], "duration": 0.7319939999142662, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "spread.js" ], "duration": 62.6405430000741, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "syntax.js" ], "duration": 0.6870990000898018, "failureMessages": [ "syntax.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `syntax.js format 1`\n \n - Snapshot - 3\n + Received + 17\n \n @@ -6,10 +6,24 @@\n #{}\n #{ a: 1, b: 2 }\n #{ a: 1, b: #[2, 3, #{ c: 4 }] }\n \n =====================================output=====================================\n - #{};\n - #{ a: 1, b: 2 };\n - #{ a: 1, b: #[2, 3, #{ c: 4 }] };\n + #\n + {\n + }\n + #\n + {\n + a: 1, b;\n + : 2\n + }\n + #\n + {\n + a: 1, b;\n + : #[2, 3, #\n + {\n + c: 4;\n + }\n + ]\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "syntax.js" ], "duration": 0.9627369999652728, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "syntax.js" ], "duration": 0.6460319999605417, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "syntax.js" ], "duration": 0.6529960000189021, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "syntax.js" ], "duration": 62.66535200004, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "block-comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `block-comments.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -10,12 +10,12 @@\n |> kochabCooieGameOnOboleUnweave\n |> glimseGlyphsHazardNoopsTieTie;\n \n =====================================output=====================================\n bifornCringerMoshedPerplexSawder\n - |> foo1\n - |> foo2 /* comment1 */\n - |> foo3 /* comment2 */\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> foo1\n + |> foo2 /* comment1 */\n + |> foo3 /* comment2 */\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 75)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfsharp_style_pipeline_operator.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `fsharp_style_pipeline_operator.js format 1`\n \n - Snapshot - 21\n + Received + 44\n \n @@ -54,39 +54,62 @@\n const f = x |> (f) => f |> f;\n \n =====================================output=====================================\n promise\n |> await\n - |> (x) => doubleSay(x, \", \")\n + |> x\n + => doubleSay(x, ', ')\n |> capitalize\n - |> (x) => x + \"!\"\n - |> (x) => new User.Message(x)\n - |> (x) => stream.write(x)\n + |> x => x + '!'\n + |> x => new User.Message(x)\n + |> x => stream.write(x)\n |> await\n - |> console.log;\n + |> console.log\n \n - const result = \"hello\" |> doubleSay |> capitalize |> exclaim;\n + const result = \"hello\"\n + |> doubleSay\n + |> capitalize\n + |> exclaim;\n \n - const newScore =\n - person.score |> double |> (n) => add(7, n) |> (n) => boundScore(0, 100, n);\n + const newScore = person.score\n + |> double\n + |> n\n + => add(7, n)\n + |> n => boundScore(0, 100, n)\n \n - const user =\n - url |> api.get |> await |> (r) => r.json() |> await |> (j) => j.data.user;\n + const user = url\n + |> api.get\n + |> await\n + |> r\n + => r.json()\n + |> await\n + |> j => j.data.user\n \n - const f = (x) => x |> (y) => y + 1 |> (z) => z * y;\n + const f = (x) => (x |> (y)\n + => y + 1)\n + |> (z) => z * y\n \n - const _f = (x) => x |> (y) => y + 1 |> (z) => z * y;\n + const _f = (x) => x\n + |> (y)\n + => y + 1\n + |> (z) => z * y\n \n - const g = (x) => x |> (y) => (y + 1 |> (z) => z * y);\n + const g = (x) => x\n + |> (y)\n + => (y + 1 |> (z) => z * y)\n \n - const _g = (x) => x |> ((y) => (y + 1 |> (z) => z * y));\n + const _g = (x) => x\n + |> (y => (y + 1 |> (z)\n + => z * y))\n \n - const __g = (x) =>\n - x\n - |> ((y) => {\n - return y + 1 |> (z) => z * y;\n - });\n + const __g = (x) => x\n + |> (\n + y => {\n + return (y + 1 |> (z) => z * y);\n + }\n + )\n \n - const f = x + ((f) => f |> f);\n - const f = x |> (f) => f |> f;\n + const f = x + ((f) => (f |> f));\n + const f = x |> (f)\n + => f |> f\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 75)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nhack_pipeline_operator.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `hack_pipeline_operator.js format 1`\n \n - Snapshot - 30\n + Received + 36\n \n @@ -55,57 +55,63 @@\n |> (a.b?.(%))\n |> a.b?.(%);\n }\n \n =====================================output=====================================\n - a |> (await %) |> % * 3;\n + a |> await % |> % * 3;\n \n foo\n - |> (await %)\n - |> % || throw new Error(`foo ${bar1}`)\n - |> bar2(%, \", \")\n - |> bar3(%)\n - |> % + \"!\"\n - |> new Bar.Foo(%)\n - |> (await bar.bar(%))\n - |> console.log(%);\n + |> await %\n + |> % ||\n + throw new Error(`foo ${bar1}`)\n + |> bar2(%, \", \")\n + |> bar3(%)\n + |> % + \"!\"\n + |> new Bar.Foo(%)\n + |> await bar.bar(%)\n + |> console.log(%);\n \n - const result = \"hello\" |> doubleSay(%) |> capitalize(%, \"foo\") |> exclaim(%);\n + const result = \"hello\"\n + |> doubleSay(%)\n + |> capitalize(%, \"foo\")\n + |> exclaim(%);\n \n function createPerson(attrs) {\n - attrs |> foo(%) |> foo(%) |> Person.insertIntoDatabase(%);\n + attrs\n + |> foo(%)\n + |> foo(%)\n + |> Person.insertIntoDatabase(%);\n }\n \n - const result =\n - [1, 2, 3]\n - |> %.map((a) => a * 2)\n - |> %.filter((a) => a > 5)\n - |> %.reduce((sum, a) => a + sum, 0)\n - |> increment(%)\n - |> add(%, 3);\n + const result = [1,2,3]\n + |> %\n + .map(a => a * 2 )\n + |> %.filter(a => a > 5)\n + |> %.reduce((sum, a) => a+sum, 0)\n + |> increment(%)\n + |> add(%, 3)\n \n - const searchResults$ =\n - fromEvent(document.querySelector(\"input\"), \"input\")\n - |> map(%, (event) => event.target.value)\n - |> filter(%, (searchText) => searchText.length > 2)\n + const searchResults$ = fromEvent(document.querySelector('input'), 'input')\n + |> map(%, event => event.target.value)\n + |> filter(%, searchText => searchText.length > 2)\n |> debounce(%, 300)\n |> distinctUntilChanged(%)\n - |> switchMap(%, (searchText) => queryApi(searchText) |> retry(%, 3))\n + |> switchMap(%, searchText => queryApi(searchText) |> retry(%, 3))\n |> share(%);\n \n - v |> %.method() |> f(%);\n + v |> %\n + .method() |> f(%)\n \n async function* f() {\n - return (\n - x\n - |> (yield %)\n + return x\n + |> (yield %\n + )\n |> (await %)\n |> y(%)\n |> a.b(%)\n + |> (a.b(%))\n |> a.b(%)\n - |> a.b(%)\n + |> (a.b?.(%))\n |> a.b?.(%)\n - |> a.b?.(%)\n - );\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 75)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nminimal_pipeline_operator.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `minimal_pipeline_operator.js format 1`\n \n - Snapshot - 28\n + Received + 27\n \n @@ -57,52 +57,51 @@\n a |> b |> c;\n \n a |> (b |> c);\n \n (a |> b) || c;\n - a |> b || c;\n + a |> (b || c);\n \n - let result = \"hello\" |> doubleSay |> capitalize |> exclaim;\n + let result = \"hello\"\n + |> doubleSay\n + |> capitalize\n + |> exclaim;\n \n - let newScore =\n - person.score\n + let newScore = person.score\n |> double\n - |> ((_) => add(7, _))\n - |> ((_) => subtract(2, _))\n - |> ((_) => boundScore(0, 100, _));\n + |> (_ => add(7, _))\n + |> (_ => subtract(2, _))\n + |> (_ => boundScore(0, 100, _));\n \n function createPerson(attrs) {\n attrs\n - |> bounded(\"age\", 1, 100)\n - |> format(\"name\", /^[a-z]$/i)\n + |> bounded('age', 1, 100)\n + |> format('name', /^[a-z]$/i)\n |> Person.insertIntoDatabase;\n }\n \n - foo |> bar ?? baz;\n + foo |> (bar ?? baz);\n (foo |> bar) ?? baz;\n \n - const result =\n - [1, 2, 3]\n - |> map((a) => a * 2)\n - |> filter((a) => a > 5)\n - |> reduce((sum, a) => a + sum, 0)\n - |> increment\n - |> add(3);\n + const result = [1,2,3]\n + |> map(a => a * 2)\n + |> filter(a => a > 5)\n + |> reduce((sum, a) => a+sum, 0)\n + |> increment\n + |> add(3)\n \n - const searchResults$ =\n - fromEvent(document.querySelector(\"input\"), \"input\")\n - |> map((event) => event.target.value)\n - |> filter((searchText) => searchText.length > 2)\n + const searchResults$ = fromEvent(document.querySelector('input'), 'input')\n + |> map(event => event.target.value)\n + |> filter(searchText => searchText.length > 2)\n |> debounce(300)\n |> distinctUntilChanged()\n - |> switchMap((searchText) => queryApi(searchText) |> retry(3))\n + |> switchMap(searchText => queryApi(searchText) |> retry(3))\n |> share();\n \n - const result =\n - [5, 10]\n - |> ((_) => _.map((x) => x * 2))\n - |> ((_) => _.reduce((a, b) => a + b))\n - |> ((sum) => sum + 1);\n + const result = [5,10]\n + |> (_ => _.map(x => x * 2))\n + |> (_ => _.reduce( (a,b) => a + b ))\n + |> (sum => sum + 1)\n \n - const result2 = [4, 9].map((x) => x |> inc |> double);\n + const result2 = [4, 9].map( x => x |> inc |> double )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 75)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 4, "numPassingTests": 16, "numPendingTests": 0, "perfStats": { "start": 342352.619979, "end": 342894.22186, "runtime": 542, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 12, "unchecked": 0, "unmatched": 4, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/pipeline-operator/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "block-comments.js" ], "duration": 0.6023800000548363, "failureMessages": [ "block-comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `block-comments.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -10,12 +10,12 @@\n |> kochabCooieGameOnOboleUnweave\n |> glimseGlyphsHazardNoopsTieTie;\n \n =====================================output=====================================\n bifornCringerMoshedPerplexSawder\n - |> foo1\n - |> foo2 /* comment1 */\n - |> foo3 /* comment2 */\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> foo1\n + |> foo2 /* comment1 */\n + |> foo3 /* comment2 */\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 75)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "block-comments.js" ], "duration": 1.087811000063084, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "block-comments.js" ], "duration": 0.728275999892503, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "block-comments.js" ], "duration": 0.706125000026077, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "block-comments.js" ], "duration": 60.59446600009687, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "fsharp_style_pipeline_operator.js" ], "duration": 0.7729599999729544, "failureMessages": [ "fsharp_style_pipeline_operator.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `fsharp_style_pipeline_operator.js format 1`\n \n - Snapshot - 21\n + Received + 44\n \n @@ -54,39 +54,62 @@\n const f = x |> (f) => f |> f;\n \n =====================================output=====================================\n promise\n |> await\n - |> (x) => doubleSay(x, \", \")\n + |> x\n + => doubleSay(x, ', ')\n |> capitalize\n - |> (x) => x + \"!\"\n - |> (x) => new User.Message(x)\n - |> (x) => stream.write(x)\n + |> x => x + '!'\n + |> x => new User.Message(x)\n + |> x => stream.write(x)\n |> await\n - |> console.log;\n + |> console.log\n \n - const result = \"hello\" |> doubleSay |> capitalize |> exclaim;\n + const result = \"hello\"\n + |> doubleSay\n + |> capitalize\n + |> exclaim;\n \n - const newScore =\n - person.score |> double |> (n) => add(7, n) |> (n) => boundScore(0, 100, n);\n + const newScore = person.score\n + |> double\n + |> n\n + => add(7, n)\n + |> n => boundScore(0, 100, n)\n \n - const user =\n - url |> api.get |> await |> (r) => r.json() |> await |> (j) => j.data.user;\n + const user = url\n + |> api.get\n + |> await\n + |> r\n + => r.json()\n + |> await\n + |> j => j.data.user\n \n - const f = (x) => x |> (y) => y + 1 |> (z) => z * y;\n + const f = (x) => (x |> (y)\n + => y + 1)\n + |> (z) => z * y\n \n - const _f = (x) => x |> (y) => y + 1 |> (z) => z * y;\n + const _f = (x) => x\n + |> (y)\n + => y + 1\n + |> (z) => z * y\n \n - const g = (x) => x |> (y) => (y + 1 |> (z) => z * y);\n + const g = (x) => x\n + |> (y)\n + => (y + 1 |> (z) => z * y)\n \n - const _g = (x) => x |> ((y) => (y + 1 |> (z) => z * y));\n + const _g = (x) => x\n + |> (y => (y + 1 |> (z)\n + => z * y))\n \n - const __g = (x) =>\n - x\n - |> ((y) => {\n - return y + 1 |> (z) => z * y;\n - });\n + const __g = (x) => x\n + |> (\n + y => {\n + return (y + 1 |> (z) => z * y);\n + }\n + )\n \n - const f = x + ((f) => f |> f);\n - const f = x |> (f) => f |> f;\n + const f = x + ((f) => (f |> f));\n + const f = x |> (f)\n + => f |> f\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 75)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "fsharp_style_pipeline_operator.js" ], "duration": 1.046152999973856, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "fsharp_style_pipeline_operator.js" ], "duration": 0.7412210000911728, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "fsharp_style_pipeline_operator.js" ], "duration": 0.697148000006564, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "fsharp_style_pipeline_operator.js" ], "duration": 65.50524799991399, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "hack_pipeline_operator.js" ], "duration": 0.8739599999971688, "failureMessages": [ "hack_pipeline_operator.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `hack_pipeline_operator.js format 1`\n \n - Snapshot - 30\n + Received + 36\n \n @@ -55,57 +55,63 @@\n |> (a.b?.(%))\n |> a.b?.(%);\n }\n \n =====================================output=====================================\n - a |> (await %) |> % * 3;\n + a |> await % |> % * 3;\n \n foo\n - |> (await %)\n - |> % || throw new Error(`foo ${bar1}`)\n - |> bar2(%, \", \")\n - |> bar3(%)\n - |> % + \"!\"\n - |> new Bar.Foo(%)\n - |> (await bar.bar(%))\n - |> console.log(%);\n + |> await %\n + |> % ||\n + throw new Error(`foo ${bar1}`)\n + |> bar2(%, \", \")\n + |> bar3(%)\n + |> % + \"!\"\n + |> new Bar.Foo(%)\n + |> await bar.bar(%)\n + |> console.log(%);\n \n - const result = \"hello\" |> doubleSay(%) |> capitalize(%, \"foo\") |> exclaim(%);\n + const result = \"hello\"\n + |> doubleSay(%)\n + |> capitalize(%, \"foo\")\n + |> exclaim(%);\n \n function createPerson(attrs) {\n - attrs |> foo(%) |> foo(%) |> Person.insertIntoDatabase(%);\n + attrs\n + |> foo(%)\n + |> foo(%)\n + |> Person.insertIntoDatabase(%);\n }\n \n - const result =\n - [1, 2, 3]\n - |> %.map((a) => a * 2)\n - |> %.filter((a) => a > 5)\n - |> %.reduce((sum, a) => a + sum, 0)\n - |> increment(%)\n - |> add(%, 3);\n + const result = [1,2,3]\n + |> %\n + .map(a => a * 2 )\n + |> %.filter(a => a > 5)\n + |> %.reduce((sum, a) => a+sum, 0)\n + |> increment(%)\n + |> add(%, 3)\n \n - const searchResults$ =\n - fromEvent(document.querySelector(\"input\"), \"input\")\n - |> map(%, (event) => event.target.value)\n - |> filter(%, (searchText) => searchText.length > 2)\n + const searchResults$ = fromEvent(document.querySelector('input'), 'input')\n + |> map(%, event => event.target.value)\n + |> filter(%, searchText => searchText.length > 2)\n |> debounce(%, 300)\n |> distinctUntilChanged(%)\n - |> switchMap(%, (searchText) => queryApi(searchText) |> retry(%, 3))\n + |> switchMap(%, searchText => queryApi(searchText) |> retry(%, 3))\n |> share(%);\n \n - v |> %.method() |> f(%);\n + v |> %\n + .method() |> f(%)\n \n async function* f() {\n - return (\n - x\n - |> (yield %)\n + return x\n + |> (yield %\n + )\n |> (await %)\n |> y(%)\n |> a.b(%)\n + |> (a.b(%))\n |> a.b(%)\n - |> a.b(%)\n + |> (a.b?.(%))\n |> a.b?.(%)\n - |> a.b?.(%)\n - );\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 75)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "hack_pipeline_operator.js" ], "duration": 1.0807069999864325, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "hack_pipeline_operator.js" ], "duration": 0.7597860000096262, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "hack_pipeline_operator.js" ], "duration": 0.6912269999738783, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "hack_pipeline_operator.js" ], "duration": 66.90362299990375, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "minimal_pipeline_operator.js" ], "duration": 0.7400780000025406, "failureMessages": [ "minimal_pipeline_operator.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `minimal_pipeline_operator.js format 1`\n \n - Snapshot - 28\n + Received + 27\n \n @@ -57,52 +57,51 @@\n a |> b |> c;\n \n a |> (b |> c);\n \n (a |> b) || c;\n - a |> b || c;\n + a |> (b || c);\n \n - let result = \"hello\" |> doubleSay |> capitalize |> exclaim;\n + let result = \"hello\"\n + |> doubleSay\n + |> capitalize\n + |> exclaim;\n \n - let newScore =\n - person.score\n + let newScore = person.score\n |> double\n - |> ((_) => add(7, _))\n - |> ((_) => subtract(2, _))\n - |> ((_) => boundScore(0, 100, _));\n + |> (_ => add(7, _))\n + |> (_ => subtract(2, _))\n + |> (_ => boundScore(0, 100, _));\n \n function createPerson(attrs) {\n attrs\n - |> bounded(\"age\", 1, 100)\n - |> format(\"name\", /^[a-z]$/i)\n + |> bounded('age', 1, 100)\n + |> format('name', /^[a-z]$/i)\n |> Person.insertIntoDatabase;\n }\n \n - foo |> bar ?? baz;\n + foo |> (bar ?? baz);\n (foo |> bar) ?? baz;\n \n - const result =\n - [1, 2, 3]\n - |> map((a) => a * 2)\n - |> filter((a) => a > 5)\n - |> reduce((sum, a) => a + sum, 0)\n - |> increment\n - |> add(3);\n + const result = [1,2,3]\n + |> map(a => a * 2)\n + |> filter(a => a > 5)\n + |> reduce((sum, a) => a+sum, 0)\n + |> increment\n + |> add(3)\n \n - const searchResults$ =\n - fromEvent(document.querySelector(\"input\"), \"input\")\n - |> map((event) => event.target.value)\n - |> filter((searchText) => searchText.length > 2)\n + const searchResults$ = fromEvent(document.querySelector('input'), 'input')\n + |> map(event => event.target.value)\n + |> filter(searchText => searchText.length > 2)\n |> debounce(300)\n |> distinctUntilChanged()\n - |> switchMap((searchText) => queryApi(searchText) |> retry(3))\n + |> switchMap(searchText => queryApi(searchText) |> retry(3))\n |> share();\n \n - const result =\n - [5, 10]\n - |> ((_) => _.map((x) => x * 2))\n - |> ((_) => _.reduce((a, b) => a + b))\n - |> ((sum) => sum + 1);\n + const result = [5,10]\n + |> (_ => _.map(x => x * 2))\n + |> (_ => _.reduce( (a,b) => a + b ))\n + |> (sum => sum + 1)\n \n - const result2 = [4, 9].map((x) => x |> inc |> double);\n + const result2 = [4, 9].map( x => x |> inc |> double )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 75)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "minimal_pipeline_operator.js" ], "duration": 1.0547800000058487, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "minimal_pipeline_operator.js" ], "duration": 0.7100220000138506, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "minimal_pipeline_operator.js" ], "duration": 0.6753570000873879, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "minimal_pipeline_operator.js" ], "duration": 69.27186199999414, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "test.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -20,8 +20,10 @@\n \n const addTen = add(?, 10); // apply from the right\n addTen(2); // 12\n \n // with pipeline\n - let newScore = player.score |> add(7, ?) |> clamp(0, 100, ?); // shallow stack, the pipe to `clamp` is the same frame as the pipe to `add`.\n + let newScore = player.score\n + |> add(7, ?)\n + |> clamp(0, 100, ?); // shallow stack, the pipe to `clamp` is the same frame as the pipe to `add`.\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 76)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 4, "numPendingTests": 0, "perfStats": { "start": 342976.245205, "end": 343106.52343400003, "runtime": 130, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/partial-application/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "test.js" ], "duration": 0.6609399999724701, "failureMessages": [ "test.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -20,8 +20,10 @@\n \n const addTen = add(?, 10); // apply from the right\n addTen(2); // 12\n \n // with pipeline\n - let newScore = player.score |> add(7, ?) |> clamp(0, 100, ?); // shallow stack, the pipe to `clamp` is the same frame as the pipe to `add`.\n + let newScore = player.score\n + |> add(7, ?)\n + |> clamp(0, 100, ?); // shallow stack, the pipe to `clamp` is the same frame as the pipe to `add`.\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 76)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "test.js" ], "duration": 1.1086310000391677, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test.js" ], "duration": 0.748213000013493, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 0.7179769999347627, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test.js" ], "duration": 63.59254300000612, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "call-arguments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `call-arguments.js format 1`\n \n - Snapshot - 15\n + Received + 27\n \n @@ -45,39 +45,51 @@\n }\n ).toThrow(ReferenceError);\n \n =====================================output=====================================\n // from https://github.com/babel/babel/pull/13122/\n - expect(do {\n - var bar = \"foo\";\n - if (!bar) throw new Error(\"unreachable\");\n - bar;\n - }).toBe(\"foo\");\n + expect(\n + do {\n + var bar = \"foo\";\n + if (!bar) throw new Error(\n + \"unreachable\"\n + )\n + bar;\n + }\n + )\n + .toBe(\"foo\")\n expect(bar).toBe(\"foo\");\n \n - var x = do {\n + var x =\n + do {\n var bar = \"foo\";\n - if (!bar) throw new Error(\"unreachable\");\n + if (!bar) throw new Error(\n + \"unreachable\"\n + )\n bar;\n };\n \n - expect(do {\n - var bar = \"foo\";\n - bar;\n - }).toBe(\"foo\");\n + expect(\n + do {\n + var bar = \"foo\";\n + bar;\n + }\n + )\n + .toBe(\"foo\")\n expect(bar).toBe(\"foo\");\n \n - var x = do {\n + var x =\n + do {\n var bar = \"foo\";\n bar;\n };\n \n expect(\n () => do {\n () => {\n var bar = \"foo\";\n };\n - bar;\n - },\n - ).toThrow(ReferenceError);\n + bar;\n + }\n + ).toThrow(ReferenceError)\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 77)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ndo.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `do.js format 1`\n \n - Snapshot - 34\n + Received + 42\n \n @@ -72,75 +72,83 @@\n }\n };\n \n =====================================output=====================================\n const envSpecific = {\n - domain: do {\n - if (env === \"production\") \"https://abc.mno.com/\";\n - else if (env === \"development\") \"http://localhost:4000\";\n - },\n - };\n + domain:\n + do {\n + if(env === 'production') 'https://abc.mno.com/';\n + else\n + if (env === \"development\") \"http://localhost:4000\";\n + }\n + }\n \n - let x = do {\n + let x =\n + do {\n let tmp = f();\n - tmp * tmp + 1;\n + tmp * tmp + 1\n };\n \n - let y = do {\n - if (foo()) {\n - f();\n - } else if (bar()) {\n - g();\n - } else {\n - h();\n - }\n + let y =\n + do {\n + if (foo()) { f() }\n + else if (bar()) { g() }\n + else { h() }\n };\n \n function foo() {\n return (\n <nav>\n <Home />\n - {do {\n - if (loggedIn) {\n - <LogoutButton />;\n - } else {\n - <LoginButton />;\n + {\n + do {\n + if (loggedIn) {\n + <LogoutButton />\n + } else {\n + <LoginButton />\n + }\n }\n - }}\n + }\n </nav>\n );\n }\n \n - (do {});\n - (do {}) + 1;\n - 1 + do {};\n - () => do {};\n + (\n + do {});\n + (\n + do {} + 1);\n + (1 +\n + do {});\n + () =>\n + do {};\n \n - (do {\n - switch (0) {\n - case 0:\n - \"foo\";\n - case 1:\n - break;\n + (\n + do {\n + switch(0) {\n + case 0: \"foo\";\n + case 1: break;\n }\n });\n \n - () => do {\n + () =>\n + do {\n var obj = { foo: \"bar\", bar: \"foo\" };\n for (var key in obj) {\n obj[key];\n }\n };\n \n - () => () => do {\n + () => ( ) =>\n + do {\n var obj = { foo: \"bar\", bar: \"foo\" };\n for (var key in obj) {\n obj[key];\n }\n };\n \n - (a) => (b) => (c) => do {\n + a =>b=> c =>\n + do {\n var obj = { foo: \"bar\", bar: \"foo\" };\n for (var key in obj) {\n obj[key];\n }\n };\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 77)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 2, "numPassingTests": 8, "numPendingTests": 0, "perfStats": { "start": 343194.575824, "end": 343475.01449400006, "runtime": 280, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 6, "unchecked": 0, "unmatched": 2, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/do/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "call-arguments.js" ], "duration": 0.6707480000331998, "failureMessages": [ "call-arguments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `call-arguments.js format 1`\n \n - Snapshot - 15\n + Received + 27\n \n @@ -45,39 +45,51 @@\n }\n ).toThrow(ReferenceError);\n \n =====================================output=====================================\n // from https://github.com/babel/babel/pull/13122/\n - expect(do {\n - var bar = \"foo\";\n - if (!bar) throw new Error(\"unreachable\");\n - bar;\n - }).toBe(\"foo\");\n + expect(\n + do {\n + var bar = \"foo\";\n + if (!bar) throw new Error(\n + \"unreachable\"\n + )\n + bar;\n + }\n + )\n + .toBe(\"foo\")\n expect(bar).toBe(\"foo\");\n \n - var x = do {\n + var x =\n + do {\n var bar = \"foo\";\n - if (!bar) throw new Error(\"unreachable\");\n + if (!bar) throw new Error(\n + \"unreachable\"\n + )\n bar;\n };\n \n - expect(do {\n - var bar = \"foo\";\n - bar;\n - }).toBe(\"foo\");\n + expect(\n + do {\n + var bar = \"foo\";\n + bar;\n + }\n + )\n + .toBe(\"foo\")\n expect(bar).toBe(\"foo\");\n \n - var x = do {\n + var x =\n + do {\n var bar = \"foo\";\n bar;\n };\n \n expect(\n () => do {\n () => {\n var bar = \"foo\";\n };\n - bar;\n - },\n - ).toThrow(ReferenceError);\n + bar;\n + }\n + ).toThrow(ReferenceError)\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 77)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "call-arguments.js" ], "duration": 1.1747939999913797, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "call-arguments.js" ], "duration": 0.7386059999698773, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "call-arguments.js" ], "duration": 0.7153630000539124, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "call-arguments.js" ], "duration": 60.58818900003098, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "do.js" ], "duration": 0.9020630000159144, "failureMessages": [ "do.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `do.js format 1`\n \n - Snapshot - 34\n + Received + 42\n \n @@ -72,75 +72,83 @@\n }\n };\n \n =====================================output=====================================\n const envSpecific = {\n - domain: do {\n - if (env === \"production\") \"https://abc.mno.com/\";\n - else if (env === \"development\") \"http://localhost:4000\";\n - },\n - };\n + domain:\n + do {\n + if(env === 'production') 'https://abc.mno.com/';\n + else\n + if (env === \"development\") \"http://localhost:4000\";\n + }\n + }\n \n - let x = do {\n + let x =\n + do {\n let tmp = f();\n - tmp * tmp + 1;\n + tmp * tmp + 1\n };\n \n - let y = do {\n - if (foo()) {\n - f();\n - } else if (bar()) {\n - g();\n - } else {\n - h();\n - }\n + let y =\n + do {\n + if (foo()) { f() }\n + else if (bar()) { g() }\n + else { h() }\n };\n \n function foo() {\n return (\n <nav>\n <Home />\n - {do {\n - if (loggedIn) {\n - <LogoutButton />;\n - } else {\n - <LoginButton />;\n + {\n + do {\n + if (loggedIn) {\n + <LogoutButton />\n + } else {\n + <LoginButton />\n + }\n }\n - }}\n + }\n </nav>\n );\n }\n \n - (do {});\n - (do {}) + 1;\n - 1 + do {};\n - () => do {};\n + (\n + do {});\n + (\n + do {} + 1);\n + (1 +\n + do {});\n + () =>\n + do {};\n \n - (do {\n - switch (0) {\n - case 0:\n - \"foo\";\n - case 1:\n - break;\n + (\n + do {\n + switch(0) {\n + case 0: \"foo\";\n + case 1: break;\n }\n });\n \n - () => do {\n + () =>\n + do {\n var obj = { foo: \"bar\", bar: \"foo\" };\n for (var key in obj) {\n obj[key];\n }\n };\n \n - () => () => do {\n + () => ( ) =>\n + do {\n var obj = { foo: \"bar\", bar: \"foo\" };\n for (var key in obj) {\n obj[key];\n }\n };\n \n - (a) => (b) => (c) => do {\n + a =>b=> c =>\n + do {\n var obj = { foo: \"bar\", bar: \"foo\" };\n for (var key in obj) {\n obj[key];\n }\n };\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 77)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "do.js" ], "duration": 1.1479139999719337, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "do.js" ], "duration": 0.7820170000195503, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "do.js" ], "duration": 0.8036579999607056, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "do.js" ], "duration": 63.47088599996641, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "pipeline_own_line.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `pipeline_own_line.js format 1`\n \n - Snapshot - 19\n + Received + 19\n \n @@ -42,44 +42,44 @@\n |> kochabCooieGameOnOboleUnweave\n |> glimseGlyphsHazardNoopsTieTie;\n \n =====================================output=====================================\n function pipeline() {\n - 0 |>\n - // Comment\n - x;\n + 0\n + \t// Comment\n + \t|> x\n }\n \n bifornCringerMoshedPerplexSawder(\n askTrovenaBeenaDependsRowans,\n glimseGlyphsHazardNoopsTieTie,\n - averredBathersBoxroomBuggyNurl,\n + averredBathersBoxroomBuggyNurl\n ) // comment\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n bifornCringerMoshedPerplexSawder(\n askTrovenaBeenaDependsRowans,\n - glimseGlyphsHazardNoopsTieTie,\n + glimseGlyphsHazardNoopsTieTie\n )\n - |> foo // comment\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> foo // comment\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n bifornCringerMoshedPerplexSawder[\n askTrovenaBeenaDependsRowans +\n - glimseGlyphsHazardNoopsTieTie +\n - averredBathersBoxroomBuggyNurl\n + glimseGlyphsHazardNoopsTieTie +\n + averredBathersBoxroomBuggyNurl\n ] // comment\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n bifornCringerMoshedPerplexSawder[\n askTrovenaBeenaDependsRowans +\n - glimseGlyphsHazardNoopsTieTie +\n - averredBathersBoxroomBuggyNurl\n + glimseGlyphsHazardNoopsTieTie +\n + averredBathersBoxroomBuggyNurl\n ]\n - |> foo // comment\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> foo // comment\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 78)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 4, "numPendingTests": 0, "perfStats": { "start": 343556.967687, "end": 343683.29118, "runtime": 126, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/comments-pipeline-own-line/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "pipeline_own_line.js" ], "duration": 0.8248579999199137, "failureMessages": [ "pipeline_own_line.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `pipeline_own_line.js format 1`\n \n - Snapshot - 19\n + Received + 19\n \n @@ -42,44 +42,44 @@\n |> kochabCooieGameOnOboleUnweave\n |> glimseGlyphsHazardNoopsTieTie;\n \n =====================================output=====================================\n function pipeline() {\n - 0 |>\n - // Comment\n - x;\n + 0\n + \t// Comment\n + \t|> x\n }\n \n bifornCringerMoshedPerplexSawder(\n askTrovenaBeenaDependsRowans,\n glimseGlyphsHazardNoopsTieTie,\n - averredBathersBoxroomBuggyNurl,\n + averredBathersBoxroomBuggyNurl\n ) // comment\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n bifornCringerMoshedPerplexSawder(\n askTrovenaBeenaDependsRowans,\n - glimseGlyphsHazardNoopsTieTie,\n + glimseGlyphsHazardNoopsTieTie\n )\n - |> foo // comment\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> foo // comment\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n bifornCringerMoshedPerplexSawder[\n askTrovenaBeenaDependsRowans +\n - glimseGlyphsHazardNoopsTieTie +\n - averredBathersBoxroomBuggyNurl\n + glimseGlyphsHazardNoopsTieTie +\n + averredBathersBoxroomBuggyNurl\n ] // comment\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n bifornCringerMoshedPerplexSawder[\n askTrovenaBeenaDependsRowans +\n - glimseGlyphsHazardNoopsTieTie +\n - averredBathersBoxroomBuggyNurl\n + glimseGlyphsHazardNoopsTieTie +\n + averredBathersBoxroomBuggyNurl\n ]\n - |> foo // comment\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> foo // comment\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 78)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "pipeline_own_line.js" ], "duration": 1.205792999942787, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "pipeline_own_line.js" ], "duration": 0.7835800000466406, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "pipeline_own_line.js" ], "duration": 0.771608000039123, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "pipeline_own_line.js" ], "duration": 61.42140699992888, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "async-do-expressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `async-do-expressions.js format 1`\n \n - Snapshot - 18\n + Received + 19\n \n @@ -29,37 +29,38 @@\n let tmp = f();\n tmp * tmp + 1\n };\n \n =====================================output=====================================\n - (async do {\n + async;\n + do {\n 1;\n - });\n + };\n \n - (async do {});\n + (async\n + do {});\n \n - let x = async do {\n - if (foo()) {\n - f();\n - } else if (bar()) {\n - g();\n - } else {\n - h();\n - }\n + let x = async;\n + do {\n + if (foo()) { f() }\n + else if (bar()) { g() }\n + else { h() }\n };\n \n - (async do {\n - await 42;\n - });\n + async;\n + do {\n + await 42\n + }\n \n function iter() {\n return async do {\n return 1;\n - };\n - }\n + }\n + };\n \n - let x = async do {\n + let x = async;\n + do {\n let tmp = f();\n - tmp * tmp + 1;\n + tmp * tmp + 1\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 79)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 4, "numPendingTests": 0, "perfStats": { "start": 343766.56708800007, "end": 343892.354135, "runtime": 126, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/async-do-expressions/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "async-do-expressions.js" ], "duration": 0.6777920000022277, "failureMessages": [ "async-do-expressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `async-do-expressions.js format 1`\n \n - Snapshot - 18\n + Received + 19\n \n @@ -29,37 +29,38 @@\n let tmp = f();\n tmp * tmp + 1\n };\n \n =====================================output=====================================\n - (async do {\n + async;\n + do {\n 1;\n - });\n + };\n \n - (async do {});\n + (async\n + do {});\n \n - let x = async do {\n - if (foo()) {\n - f();\n - } else if (bar()) {\n - g();\n - } else {\n - h();\n - }\n + let x = async;\n + do {\n + if (foo()) { f() }\n + else if (bar()) { g() }\n + else { h() }\n };\n \n - (async do {\n - await 42;\n - });\n + async;\n + do {\n + await 42\n + }\n \n function iter() {\n return async do {\n return 1;\n - };\n - }\n + }\n + };\n \n - let x = async do {\n + let x = async;\n + do {\n let tmp = f();\n - tmp * tmp + 1;\n + tmp * tmp + 1\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 79)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "async-do-expressions.js" ], "duration": 1.0026209999341518, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "async-do-expressions.js" ], "duration": 0.7551570000359789, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "async-do-expressions.js" ], "duration": 0.8484010000247508, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "async-do-expressions.js" ], "duration": 60.24046199989971, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "arrows-bind.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arrows-bind.js format 1`\n \n - Snapshot - 3\n + Received + 6\n \n @@ -6,10 +6,13 @@\n a => ({}::b()``[''].c++ && 0 ? 0 : 0);\n (a => b)::c;\n a::(b => c);\n \n =====================================output=====================================\n - (a) => ({})::b()``[\"\"].c++ && 0 ? 0 : 0;\n - ((a) => b)::c;\n - a::((b) => c);\n + a => ({}\n + ::b()``[''].c++ && 0 ? 0 : 0)\n + (a) => b;\n + ::c\n + a:\n + :(b => c)\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 80)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 4, "numPendingTests": 0, "perfStats": { "start": 343977.848832, "end": 344101.9751, "runtime": 124, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/arrows-bind/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "arrows-bind.js" ], "duration": 0.5883440000470728, "failureMessages": [ "arrows-bind.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arrows-bind.js format 1`\n \n - Snapshot - 3\n + Received + 6\n \n @@ -6,10 +6,13 @@\n a => ({}::b()``[''].c++ && 0 ? 0 : 0);\n (a => b)::c;\n a::(b => c);\n \n =====================================output=====================================\n - (a) => ({})::b()``[\"\"].c++ && 0 ? 0 : 0;\n - ((a) => b)::c;\n - a::((b) => c);\n + a => ({}\n + ::b()``[''].c++ && 0 ? 0 : 0)\n + (a) => b;\n + ::c\n + a:\n + :(b => c)\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 80)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "arrows-bind.js" ], "duration": 1.1108940000412986, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arrows-bind.js" ], "duration": 0.7444370000157505, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arrows-bind.js" ], "duration": 0.7322740000672638, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arrows-bind.js" ], "duration": 60.63856200000737, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 7, "numPendingTests": 0, "perfStats": { "start": 344190.136691, "end": 344548.863327, "runtime": 359, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/numeric-separators/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "number.js" ], "duration": 0.4839280000887811, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "number.js" ], "duration": 1.3964600000763312, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "number.js" ], "duration": 59.00493400008418, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "number.js" ], "duration": 59.30450299999211, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "number.js" ], "duration": 59.2341599999927, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "number.js" ], "duration": 60.00258299999405, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "number.js" ], "duration": 59.141902999952435, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 344633.68098400004, "end": 345189.899243, "runtime": 556, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/rest/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "trailing-commas.js - {\"trailingComma\":\"all\"}" ], "duration": 0.4335639999480918, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "trailing-commas.js - {\"trailingComma\":\"all\"}" ], "duration": 62.78821699996479, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "trailing-commas.js - {\"trailingComma\":\"all\"}" ], "duration": 62.472514000022784, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "trailing-commas.js - {\"trailingComma\":\"all\"}" ], "duration": 62.215868000057526, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "trailing-commas.js - {\"trailingComma\":\"all\"}" ], "duration": 61.11314899998251, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "trailing-commas.js - {\"trailingComma\":\"all\"}" ], "duration": 60.93282200000249, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "trailing-commas.js - {\"trailingComma\":\"all\"}" ], "duration": 61.66455400001723, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "trailing-commas.js - {\"trailingComma\":\"all\"}" ], "duration": 61.97581600002013, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "trailing-commas.js - {\"trailingComma\":\"all\"}" ], "duration": 60.833840999985114, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "cursor-without-pragma.js - {\"requirePragma\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-without-pragma.js - {\"requirePragma\":true} format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -6,8 +6,10 @@\n | printWidth\n =====================================input======================================\n (function() {return <|> 15})()\n \n =====================================output=====================================\n - (function() {return <|> 15})()\n + (function () {\n + return 15;<|>\n + })();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 83)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 8, "numPendingTests": 0, "perfStats": { "start": 345275.638476, "end": 345814.89475100004, "runtime": 539, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 0, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/cursor/require-pragma/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "cursor-without-pragma.js - {\"requirePragma\":true}" ], "duration": 0.5902370000258088, "failureMessages": [ "cursor-without-pragma.js - {\"requirePragma\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-without-pragma.js - {\"requirePragma\":true} format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -6,8 +6,10 @@\n | printWidth\n =====================================input======================================\n (function() {return <|> 15})()\n \n =====================================output=====================================\n - (function() {return <|> 15})()\n + (function () {\n + return 15;<|>\n + })();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 83)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "cursor-without-pragma.js - {\"requirePragma\":true}" ], "duration": 59.57939600001555, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "cursor-without-pragma.js - {\"requirePragma\":true}" ], "duration": 59.45625300006941, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "cursor-without-pragma.js - {\"requirePragma\":true}" ], "duration": 59.41177400003653, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-without-pragma.js - {\"requirePragma\":true}" ], "duration": 59.30536100000609, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-without-pragma.js - {\"requirePragma\":true}" ], "duration": 60.12814899999648, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-without-pragma.js - {\"requirePragma\":true}" ], "duration": 60.19682100007776, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "cursor-without-pragma.js - {\"requirePragma\":true}" ], "duration": 60.05106700002216, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "cursor-without-pragma.js - {\"requirePragma\":true}" ], "duration": 59.480111000011675, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 49, "numPendingTests": 0, "perfStats": { "start": 345904.42467000004, "end": 347725.993725, "runtime": 1822, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 30, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/decorators/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "classes.js" ], "duration": 0.40056199999526143, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "classes.js" ], "duration": 0.9912400000030175, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "classes.js" ], "duration": 0.6575939999893308, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "classes.js" ], "duration": 61.09522500005551, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "classes.js" ], "duration": 61.475346000050195, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 0.4068729999708012, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comments.js" ], "duration": 1.1210940000601113, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 0.7317840000614524, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 61.60254500003066, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 62.51764400000684, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "member-expression.js" ], "duration": 0.47307700000237674, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "member-expression.js" ], "duration": 1.1219649999402463, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "member-expression.js" ], "duration": 0.7436760000418872, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "member-expression.js" ], "duration": 64.10377399995923, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "methods.js" ], "duration": 0.39303699997253716, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "methods.js" ], "duration": 1.0833530001109466, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "methods.js" ], "duration": 0.6982609999831766, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "methods.js" ], "duration": 60.66077099996619, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "methods.js" ], "duration": 61.459111999953166, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "mixed.js" ], "duration": 0.38965200004167855, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "mixed.js" ], "duration": 0.9687070000218228, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "mixed.js" ], "duration": 0.7152619999833405, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "mixed.js" ], "duration": 60.542138000018895, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "mixed.js" ], "duration": 61.443726999918, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "mobx.js" ], "duration": 0.49964699998963624, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "mobx.js" ], "duration": 1.1490759999724105, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "mobx.js" ], "duration": 0.7076769999694079, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "mobx.js" ], "duration": 64.49034899997059, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "mobx.js" ], "duration": 64.63488500006497, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multiline.js" ], "duration": 0.3917549999896437, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multiline.js" ], "duration": 1.0300829999614507, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multiline.js" ], "duration": 0.7053540000924841, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multiline.js" ], "duration": 61.49541099998169, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multiline.js" ], "duration": 62.4069540000055, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 0.39839699992444366, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 1.1018970001023263, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 0.7341070000547916, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 61.3746070000343, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 61.59191799990367, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 0.38155599997844547, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "parens.js" ], "duration": 1.0699680000543594, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 0.7100320000899956, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 61.49240599991754, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 61.37202200002503, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "redux.js" ], "duration": 0.3958019999554381, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "redux.js" ], "duration": 0.9732469998998567, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "redux.js" ], "duration": 0.6901439999928698, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "redux.js" ], "duration": 61.010135999997146, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "redux.js" ], "duration": 61.967955999891274, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 18, "numPendingTests": 0, "perfStats": { "start": 347814.42011400004, "end": 348991.096296, "runtime": 1177, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/method-chain/print-width-120/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "constructor.js - {\"printWidth\":120}" ], "duration": 0.38945100002456456, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "constructor.js - {\"printWidth\":120}" ], "duration": 63.4659850000171, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "constructor.js - {\"printWidth\":120}" ], "duration": 62.6452439998975, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "constructor.js - {\"printWidth\":120}" ], "duration": 76.49242600006983, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "constructor.js - {\"printWidth\":120}" ], "duration": 62.29541799996514, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "constructor.js - {\"printWidth\":120}" ], "duration": 88.4244020000333, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "constructor.js - {\"printWidth\":120}" ], "duration": 64.19728899991605, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "constructor.js - {\"printWidth\":120}" ], "duration": 64.19275699998252, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "constructor.js - {\"printWidth\":120}" ], "duration": 64.12141399993561, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-7884.js - {\"printWidth\":120}" ], "duration": 0.4146180000388995, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-7884.js - {\"printWidth\":120}" ], "duration": 64.54107299994212, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-7884.js - {\"printWidth\":120}" ], "duration": 64.12620199995581, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-7884.js - {\"printWidth\":120}" ], "duration": 62.83086800004821, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-7884.js - {\"printWidth\":120}" ], "duration": 62.838053000043146, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-7884.js - {\"printWidth\":120}" ], "duration": 61.782865999965, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-7884.js - {\"printWidth\":120}" ], "duration": 62.54397200001404, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-7884.js - {\"printWidth\":120}" ], "duration": 62.38512300001457, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-7884.js - {\"printWidth\":120}" ], "duration": 63.08527499996126, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 5, "numPendingTests": 0, "perfStats": { "start": 349075.91311400005, "end": 349264.39714099996, "runtime": 188, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/private-in/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "private-in.js" ], "duration": 0.4442640000488609, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "private-in.js" ], "duration": 1.0401409999467432, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "private-in.js" ], "duration": 0.6961059999885038, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "private-in.js" ], "duration": 61.58679500001017, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "private-in.js" ], "duration": 62.341399999917485, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 5, "numPendingTests": 0, "perfStats": { "start": 349387.90054800006, "end": 349564.69931900006, "runtime": 177, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/invalid-code/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "duplicate_bindings.js" ], "duration": 0.5150460000149906, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "duplicate_bindings.js" ], "duration": 1.221551000024192, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "duplicate_bindings.js" ], "duration": 0.7447169999359176, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "duplicate_bindings.js" ], "duration": 57.326487999991514, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "duplicate_bindings.js" ], "duration": 57.7665519999573, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 349650.739685, "end": 350184.647602, "runtime": 534, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/object-colon-bug/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "bug.js - {\"printWidth\":35}" ], "duration": 0.4060119999339804, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "bug.js - {\"printWidth\":35}" ], "duration": 59.97026299999561, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "bug.js - {\"printWidth\":35}" ], "duration": 59.964572999975644, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "bug.js - {\"printWidth\":35}" ], "duration": 58.95188800001051, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "bug.js - {\"printWidth\":35}" ], "duration": 59.22657000005711, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "bug.js - {\"printWidth\":35}" ], "duration": 59.02281999995466, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "bug.js - {\"printWidth\":35}" ], "duration": 59.02402000001166, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "bug.js - {\"printWidth\":35}" ], "duration": 59.276832000003196, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "bug.js - {\"printWidth\":35}" ], "duration": 59.095235000015236, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 10, "numPendingTests": 0, "perfStats": { "start": 350272.662694, "end": 350749.811742, "runtime": 477, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 4, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/module-string-names/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "module-string-names-export.js" ], "duration": 0.37851000006776303, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "module-string-names-export.js" ], "duration": 59.86881899996661, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "module-string-names-export.js" ], "duration": 59.39007199998014, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "module-string-names-export.js" ], "duration": 1.1800130000337958, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "module-string-names-export.js" ], "duration": 59.33658300002571, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "module-string-names-import.js" ], "duration": 0.41022900003008544, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "module-string-names-import.js" ], "duration": 58.958257999969646, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "module-string-names-import.js" ], "duration": 59.182297999970615, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "module-string-names-import.js" ], "duration": 1.0705279998946935, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "module-string-names-import.js" ], "duration": 59.23777200002223, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 5, "numPendingTests": 0, "perfStats": { "start": 350838.586267, "end": 351139.64432300004, "runtime": 301, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/reserved-word/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "interfaces.js" ], "duration": 0.5221390000078827, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "interfaces.js" ], "duration": 60.12875599996187, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "interfaces.js" ], "duration": 59.70906400005333, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "interfaces.js" ], "duration": 60.166159000014886, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "interfaces.js" ], "duration": 60.50424799998291, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "object-property.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `object-property.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -7,9 +7,9 @@\n [this.resource = resource]: 1,\n }\n \n =====================================output=====================================\n a = {\n - [(this.resource = resource)]: 1,\n + [this.resource = resource]: 1,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 91)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 17, "numPendingTests": 0, "perfStats": { "start": 351231.91386000003, "end": 352331.572534, "runtime": 1100, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/objects/assignment-expression/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "object-property.js" ], "duration": 0.6159850000403821, "failureMessages": [ "object-property.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `object-property.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -7,9 +7,9 @@\n [this.resource = resource]: 1,\n }\n \n =====================================output=====================================\n a = {\n - [(this.resource = resource)]: 1,\n + [this.resource = resource]: 1,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 91)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "object-property.js" ], "duration": 61.356568999937735, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "object-property.js" ], "duration": 60.61027000006288, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "object-property.js" ], "duration": 59.463984000030905, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "object-property.js" ], "duration": 59.76727200008463, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "object-property.js" ], "duration": 60.62568800000008, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "object-property.js" ], "duration": 60.12820500007365, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "object-property.js" ], "duration": 60.167439999990165, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "object-property.js" ], "duration": 60.00649600010365, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "object-value.js" ], "duration": 0.44194900000002235, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "object-value.js" ], "duration": 62.34546500002034, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "object-value.js" ], "duration": 62.68512599996757, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "object-value.js" ], "duration": 60.966151000000536, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "object-value.js" ], "duration": 60.64590500004124, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "object-value.js" ], "duration": 60.81585300003644, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "object-value.js" ], "duration": 61.03131900005974, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "object-value.js" ], "duration": 61.46373399998993, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "object-value.js" ], "duration": 61.826333999983035, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "let.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `let.js format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -20,16 +20,16 @@\n =====================================output=====================================\n for ((let) of foo);\n for (foo of let);\n for (foo of let.a);\n for (foo of let[a]);\n - for ((let).a of foo);\n - for ((let)[a] of foo);\n + for (let.a of foo);\n + for (let[a] of foo);\n for ((let)().a of foo);\n for (letFoo of foo);\n \n for (let.a in foo);\n - for ((let)[a] in foo);\n + for (let[a] in foo);\n \n for (let of of let);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 92)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 17, "numPendingTests": 0, "perfStats": { "start": 352435.450824, "end": 353522.03612400003, "runtime": 1087, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/identifier/for-of/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "await.js" ], "duration": 0.47272600000724196, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "await.js" ], "duration": 73.78420300001744, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "await.js" ], "duration": 58.65043699997477, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "await.js" ], "duration": 57.77699300006498, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "await.js" ], "duration": 58.82816100004129, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "await.js" ], "duration": 59.4828550000675, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "await.js" ], "duration": 58.73363100003917, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "await.js" ], "duration": 57.63340299995616, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "await.js" ], "duration": 58.136618999997154, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "let.js" ], "duration": 0.6034919999074191, "failureMessages": [ "let.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `let.js format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -20,16 +20,16 @@\n =====================================output=====================================\n for ((let) of foo);\n for (foo of let);\n for (foo of let.a);\n for (foo of let[a]);\n - for ((let).a of foo);\n - for ((let)[a] of foo);\n + for (let.a of foo);\n + for (let[a] of foo);\n for ((let)().a of foo);\n for (letFoo of foo);\n \n for (let.a in foo);\n - for ((let)[a] in foo);\n + for (let[a] in foo);\n \n for (let of of let);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 92)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "let.js" ], "duration": 60.15078799996991, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "let.js" ], "duration": 59.10175499995239, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "let.js" ], "duration": 58.84321199997794, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "let.js" ], "duration": 57.8834649999626, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "let.js" ], "duration": 58.78094200009946, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "let.js" ], "duration": 58.83583799994085, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "let.js" ], "duration": 58.67868299991824, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "let.js" ], "duration": 58.89854299998842, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "between-parentheses-and-function-body.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `between-parentheses-and-function-body.js format 1`\n \n - Snapshot - 7\n + Received + 6\n \n @@ -43,17 +43,17 @@\n function function_declaration() {\n // this is a function\n return 42;\n }\n \n - (function named() {\n - // this is a function\n + (function named() // this is a function\n + {\n return 42;\n })();\n \n - (function () {\n - // this is a function\n + (function () // this is a function\n + {\n return 42;\n })();\n \n /* anonymous declaration */\n export default function () {\n @@ -64,11 +64,10 @@\n a = {\n foo() {\n // this is a function\n },\n \n - bar: function () {\n - // this is a function\n - },\n + bar: function () // this is a function\n + {},\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 93)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 8, "numPendingTests": 0, "perfStats": { "start": 353612.93351199996, "end": 354152.423565, "runtime": 539, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 0, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/comments/function/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "between-parentheses-and-function-body.js" ], "duration": 0.6641059999819845, "failureMessages": [ "between-parentheses-and-function-body.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `between-parentheses-and-function-body.js format 1`\n \n - Snapshot - 7\n + Received + 6\n \n @@ -43,17 +43,17 @@\n function function_declaration() {\n // this is a function\n return 42;\n }\n \n - (function named() {\n - // this is a function\n + (function named() // this is a function\n + {\n return 42;\n })();\n \n - (function () {\n - // this is a function\n + (function () // this is a function\n + {\n return 42;\n })();\n \n /* anonymous declaration */\n export default function () {\n @@ -64,11 +64,10 @@\n a = {\n foo() {\n // this is a function\n },\n \n - bar: function () {\n - // this is a function\n - },\n + bar: function () // this is a function\n + {},\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 93)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "between-parentheses-and-function-body.js" ], "duration": 62.128016000031494, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "between-parentheses-and-function-body.js" ], "duration": 59.78662599995732, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "between-parentheses-and-function-body.js" ], "duration": 59.13109799998347, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "between-parentheses-and-function-body.js" ], "duration": 60.24803100002464, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "between-parentheses-and-function-body.js" ], "duration": 59.229918999946676, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "between-parentheses-and-function-body.js" ], "duration": 59.567130999988876, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "between-parentheses-and-function-body.js" ], "duration": 59.06546200008597, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "between-parentheses-and-function-body.js" ], "duration": 59.667116999975406, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 354249.97002099996, "end": 354797.517607, "runtime": 548, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/comments/flow-types/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "inline.js" ], "duration": 0.46591399994213134, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "inline.js" ], "duration": 58.947497999994084, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 58.9779410000192, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 58.63504500000272, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 57.96004599996377, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 58.80559199990239, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 58.02212900004815, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 58.22218799998518, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 58.39403199998196, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 354885.787404, "end": 355409.935382, "runtime": 524, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/call/no-argument/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "special-cases.js" ], "duration": 0.3768870000494644, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "special-cases.js" ], "duration": 58.023611000040546, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "special-cases.js" ], "duration": 58.73944999999367, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "special-cases.js" ], "duration": 58.0383720000973, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "special-cases.js" ], "duration": 58.13621799997054, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "special-cases.js" ], "duration": 58.19434599997476, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "special-cases.js" ], "duration": 58.17376599996351, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "special-cases.js" ], "duration": 58.229638000018895, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "special-cases.js" ], "duration": 58.10546599992085, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "expression-2nd-arg.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `expression-2nd-arg.js format 1`\n \n - Snapshot - 14\n + Received + 8\n \n @@ -27,22 +27,16 @@\n =====================================output=====================================\n call(function () {\n return 1;\n }, 200_000_000_000n * askTrovenaBeenaDependsRowans);\n \n - call(\n - function () {\n - return 1;\n - },\n - (200_000_000_000n * askTrovenaBeenaDependsRowans) /\n - glimseGlyphsHazardNoopsTieTie,\n - );\n + call(function () {\n + return 1;\n + }, (200_000_000_000n * askTrovenaBeenaDependsRowans) /\n + glimseGlyphsHazardNoopsTieTie);\n \n - call(\n - function () {\n - return 1;\n - },\n - (askTrovenaBeenaDependsRowans = glimseGlyphsHazardNoopsTieTie =\n - 200_000_000_000n),\n - );\n + call(function () {\n + return 1;\n + }, (askTrovenaBeenaDependsRowans = glimseGlyphsHazardNoopsTieTie =\n + 200_000_000_000n));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 96)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-12892.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-12892.js format 1`\n \n - Snapshot - 11\n + Received + 8\n \n @@ -11,18 +11,15 @@\n veryLongParameterName3,\n veryLongParameterName4,\n ));\n \n =====================================output=====================================\n - setTimeout(\n - () => {\n - console.log(\"test\");\n - },\n - someFunctionCall(\n - veryLongParameterName1,\n - veryLongParameterName2,\n - veryLongParameterName3,\n - veryLongParameterName4,\n - ),\n - );\n + setTimeout(() => {\n + console.log(\"test\");\n + }, someFunctionCall(\n + veryLongParameterName1,\n + veryLongParameterName2,\n + veryLongParameterName3,\n + veryLongParameterName4,\n + ));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 96)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-2456.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-2456.js format 1`\n \n - Snapshot - 11\n + Received + 8\n \n @@ -7,18 +7,15 @@\n err.message.includes('\"1\"') && err.message.includes(\"Model\") &&\n err.message.includes(\"/id\") && err.message.includes(\"identifier(number)\")\n )\n \n =====================================output=====================================\n - f(\n - (x) => {\n - y;\n - },\n - err.message.includes(\"asd\") &&\n - err.message.includes(\"id\") &&\n - err.message.includes('\"1\"') &&\n - err.message.includes(\"Model\") &&\n - err.message.includes(\"/id\") &&\n - err.message.includes(\"identifier(number)\"),\n - );\n + f((x) => {\n + y;\n + }, err.message.includes(\"asd\") &&\n + err.message.includes(\"id\") &&\n + err.message.includes('\"1\"') &&\n + err.message.includes(\"Model\") &&\n + err.message.includes(\"/id\") &&\n + err.message.includes(\"identifier(number)\"));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 96)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-4401.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-4401.js format 1`\n \n - Snapshot - 6\n + Received + 3\n \n @@ -10,14 +10,11 @@\n );\n }\n \n =====================================output=====================================\n export function test() {\n - setTimeout(\n - () => {\n - console.warn({}, \"Lambda approaching timeout.\");\n - },\n - Math.max(context.getRemainingTimeInMillis() - WARN_TIMEOUT_MS, 0),\n - );\n + setTimeout(() => {\n + console.warn({}, \"Lambda approaching timeout.\");\n + }, Math.max(context.getRemainingTimeInMillis() - WARN_TIMEOUT_MS, 0));\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 96)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-5172.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-5172.js format 1`\n \n - Snapshot - 21\n + Received + 15\n \n @@ -13,30 +13,24 @@\n call(function () {\n return 1;\n }, $var || ($var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? \"test\"));\n \n =====================================output=====================================\n - call(\n - function () {\n - return 1;\n - },\n + call(function () {\n + return 1;\n + }, $var ??\n $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - \"test\",\n - );\n + $var ??\n + $var ??\n + $var ??\n + $var ??\n + $var ??\n + $var ??\n + $var ??\n + \"test\");\n \n - call(\n - function () {\n - return 1;\n - },\n - $var ||\n - ($var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? \"test\"),\n - );\n + call(function () {\n + return 1;\n + }, $var ||\n + ($var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? \"test\"));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 96)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 5, "numPassingTests": 76, "numPendingTests": 0, "perfStats": { "start": 355499.35478800006, "end": 360402.08182300004, "runtime": 4903, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 4, "unchecked": 0, "unmatched": 5, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/call/first-argument-expansion/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "expression-2nd-arg.js" ], "duration": 0.7213729999493808, "failureMessages": [ "expression-2nd-arg.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `expression-2nd-arg.js format 1`\n \n - Snapshot - 14\n + Received + 8\n \n @@ -27,22 +27,16 @@\n =====================================output=====================================\n call(function () {\n return 1;\n }, 200_000_000_000n * askTrovenaBeenaDependsRowans);\n \n - call(\n - function () {\n - return 1;\n - },\n - (200_000_000_000n * askTrovenaBeenaDependsRowans) /\n - glimseGlyphsHazardNoopsTieTie,\n - );\n + call(function () {\n + return 1;\n + }, (200_000_000_000n * askTrovenaBeenaDependsRowans) /\n + glimseGlyphsHazardNoopsTieTie);\n \n - call(\n - function () {\n - return 1;\n - },\n - (askTrovenaBeenaDependsRowans = glimseGlyphsHazardNoopsTieTie =\n - 200_000_000_000n),\n - );\n + call(function () {\n + return 1;\n + }, (askTrovenaBeenaDependsRowans = glimseGlyphsHazardNoopsTieTie =\n + 200_000_000_000n));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 96)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "expression-2nd-arg.js" ], "duration": 61.31869300000835, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "expression-2nd-arg.js" ], "duration": 59.68557199998759, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "expression-2nd-arg.js" ], "duration": 58.67846000008285, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "expression-2nd-arg.js" ], "duration": 59.15778699994553, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "expression-2nd-arg.js" ], "duration": 59.02599300001748, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "expression-2nd-arg.js" ], "duration": 60.2098479999695, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "expression-2nd-arg.js" ], "duration": 59.032262000022456, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "expression-2nd-arg.js" ], "duration": 59.78385999996681, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-12892.js" ], "duration": 0.6561310000251979, "failureMessages": [ "issue-12892.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-12892.js format 1`\n \n - Snapshot - 11\n + Received + 8\n \n @@ -11,18 +11,15 @@\n veryLongParameterName3,\n veryLongParameterName4,\n ));\n \n =====================================output=====================================\n - setTimeout(\n - () => {\n - console.log(\"test\");\n - },\n - someFunctionCall(\n - veryLongParameterName1,\n - veryLongParameterName2,\n - veryLongParameterName3,\n - veryLongParameterName4,\n - ),\n - );\n + setTimeout(() => {\n + console.log(\"test\");\n + }, someFunctionCall(\n + veryLongParameterName1,\n + veryLongParameterName2,\n + veryLongParameterName3,\n + veryLongParameterName4,\n + ));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 96)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "issue-12892.js" ], "duration": 59.86437299998943, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-12892.js" ], "duration": 59.40976199996658, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-12892.js" ], "duration": 58.460015999968164, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-12892.js" ], "duration": 59.436191999935545, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-12892.js" ], "duration": 58.0028460000176, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-12892.js" ], "duration": 58.459690000046976, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-12892.js" ], "duration": 58.62240800005384, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-12892.js" ], "duration": 59.02272200002335, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-13237.js" ], "duration": 0.3842409999342635, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-13237.js" ], "duration": 60.73134499997832, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-13237.js" ], "duration": 60.00787600001786, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-13237.js" ], "duration": 58.826299000065774, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-13237.js" ], "duration": 58.53762100008316, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-13237.js" ], "duration": 58.57749299996067, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-13237.js" ], "duration": 58.69886200001929, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-13237.js" ], "duration": 59.17405999999028, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-13237.js" ], "duration": 58.827716000028886, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-14454.js" ], "duration": 0.41669099999126047, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-14454.js" ], "duration": 58.26129299995955, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-14454.js" ], "duration": 58.61049699992873, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-14454.js" ], "duration": 57.741302000009455, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-14454.js" ], "duration": 58.04680200002622, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-14454.js" ], "duration": 57.819967999937944, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-14454.js" ], "duration": 58.73271799995564, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-14454.js" ], "duration": 61.70326999993995, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-14454.js" ], "duration": 58.05195399990771, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-2456.js" ], "duration": 0.6624829999636859, "failureMessages": [ "issue-2456.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-2456.js format 1`\n \n - Snapshot - 11\n + Received + 8\n \n @@ -7,18 +7,15 @@\n err.message.includes('\"1\"') && err.message.includes(\"Model\") &&\n err.message.includes(\"/id\") && err.message.includes(\"identifier(number)\")\n )\n \n =====================================output=====================================\n - f(\n - (x) => {\n - y;\n - },\n - err.message.includes(\"asd\") &&\n - err.message.includes(\"id\") &&\n - err.message.includes('\"1\"') &&\n - err.message.includes(\"Model\") &&\n - err.message.includes(\"/id\") &&\n - err.message.includes(\"identifier(number)\"),\n - );\n + f((x) => {\n + y;\n + }, err.message.includes(\"asd\") &&\n + err.message.includes(\"id\") &&\n + err.message.includes('\"1\"') &&\n + err.message.includes(\"Model\") &&\n + err.message.includes(\"/id\") &&\n + err.message.includes(\"identifier(number)\"));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 96)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "issue-2456.js" ], "duration": 60.234528000000864, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-2456.js" ], "duration": 60.284773999941535, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-2456.js" ], "duration": 60.024436000036076, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-2456.js" ], "duration": 59.29919799999334, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-2456.js" ], "duration": 59.81397899996955, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-2456.js" ], "duration": 59.56659599998966, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-2456.js" ], "duration": 59.91077600000426, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-2456.js" ], "duration": 59.77194300002884, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-4401.js" ], "duration": 0.5734549999469891, "failureMessages": [ "issue-4401.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-4401.js format 1`\n \n - Snapshot - 6\n + Received + 3\n \n @@ -10,14 +10,11 @@\n );\n }\n \n =====================================output=====================================\n export function test() {\n - setTimeout(\n - () => {\n - console.warn({}, \"Lambda approaching timeout.\");\n - },\n - Math.max(context.getRemainingTimeInMillis() - WARN_TIMEOUT_MS, 0),\n - );\n + setTimeout(() => {\n + console.warn({}, \"Lambda approaching timeout.\");\n + }, Math.max(context.getRemainingTimeInMillis() - WARN_TIMEOUT_MS, 0));\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 96)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "issue-4401.js" ], "duration": 59.443684999947436, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-4401.js" ], "duration": 59.38371600001119, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-4401.js" ], "duration": 59.045380000025034, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-4401.js" ], "duration": 58.77833100000862, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-4401.js" ], "duration": 58.252452000044286, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-4401.js" ], "duration": 59.53596100001596, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-4401.js" ], "duration": 58.815316000021994, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-4401.js" ], "duration": 59.805563999922015, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-5172.js" ], "duration": 0.7270439999410883, "failureMessages": [ "issue-5172.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-5172.js format 1`\n \n - Snapshot - 21\n + Received + 15\n \n @@ -13,30 +13,24 @@\n call(function () {\n return 1;\n }, $var || ($var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? \"test\"));\n \n =====================================output=====================================\n - call(\n - function () {\n - return 1;\n - },\n + call(function () {\n + return 1;\n + }, $var ??\n $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - \"test\",\n - );\n + $var ??\n + $var ??\n + $var ??\n + $var ??\n + $var ??\n + $var ??\n + $var ??\n + \"test\");\n \n - call(\n - function () {\n - return 1;\n - },\n - $var ||\n - ($var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? \"test\"),\n - );\n + call(function () {\n + return 1;\n + }, $var ||\n + ($var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? \"test\"));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 96)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "issue-5172.js" ], "duration": 60.20303800003603, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-5172.js" ], "duration": 60.39812700008042, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-5172.js" ], "duration": 58.446595999994315, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-5172.js" ], "duration": 58.47343000001274, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-5172.js" ], "duration": 59.45560700003989, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-5172.js" ], "duration": 59.47558600001503, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-5172.js" ], "duration": 59.29100299999118, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-5172.js" ], "duration": 58.67804000002798, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 0.39405900007113814, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 59.1896349999588, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 59.19274299999233, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 58.656714999931864, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 58.40949200000614, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 58.360550999990664, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 58.65007600001991, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 58.54244600003585, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 58.615228999988176, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 0.4565760000841692, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "test.js" ], "duration": 102.92828300001565, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 70.59153699991293, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "test.js" ], "duration": 65.78331299999263, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test.js" ], "duration": 65.6591110000154, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 64.54599700006656, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test.js" ], "duration": 66.70428800000809, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "test.js" ], "duration": 66.57929200003855, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 67.87424599996302, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "indent.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js format 1`\n \n - Snapshot - 2\n + Received + 1\n \n @@ -6,11 +6,10 @@\n with (0) {}\n \n with (0) 1;\n \n =====================================output=====================================\n - with (0) {\n - }\n + with (0) {}\n \n with (0) 1;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 97)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 8, "numPendingTests": 0, "perfStats": { "start": 360499.49015300005, "end": 361031.141276, "runtime": 532, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 0, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/with/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "indent.js" ], "duration": 0.5558129999553785, "failureMessages": [ "indent.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js format 1`\n \n - Snapshot - 2\n + Received + 1\n \n @@ -6,11 +6,10 @@\n with (0) {}\n \n with (0) 1;\n \n =====================================output=====================================\n - with (0) {\n - }\n + with (0) {}\n \n with (0) 1;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 97)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "indent.js" ], "duration": 57.803452000021935, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 58.21084700000938, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 57.79166999994777, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 57.110485999961384, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 57.300306000048295, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 58.65719399997033, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 57.06649700005073, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 58.0554509999929, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 361130.1518180001, "end": 361669.363693, "runtime": 539, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/while/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "indent.js" ], "duration": 0.45524500007741153, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "indent.js" ], "duration": 60.48660199996084, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 58.839970999979414, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 58.28049000003375, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 58.247178000048734, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 58.70346799993422, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 58.465033999993466, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 58.3891869999934, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 58.54342300002463, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 18, "numPendingTests": 0, "perfStats": { "start": 361756.401748, "end": 362823.326424, "runtime": 1067, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/variable_declarator/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "multiple.js" ], "duration": 0.384671000065282, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 62.87269800005015, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 61.45304799999576, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 60.07732599996962, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 60.05262099998072, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 59.42732900008559, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 61.30023399996571, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 61.133888999931514, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 60.058874000096694, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "string.js" ], "duration": 0.3786600000457838, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "string.js" ], "duration": 57.48532899993006, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "string.js" ], "duration": 58.03074299998116, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "string.js" ], "duration": 57.37096699990798, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "string.js" ], "duration": 58.1888419999741, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "string.js" ], "duration": 57.67387900000904, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "string.js" ], "duration": 58.51679000002332, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "string.js" ], "duration": 58.01862600003369, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "string.js" ], "duration": 56.889289999962784, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 362909.36437100003, "end": 363440.4156850001, "runtime": 531, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/update-expression/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "update_expression.js" ], "duration": 0.37961199996061623, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "update_expression.js" ], "duration": 59.30947999993805, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "update_expression.js" ], "duration": 60.18270200002007, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "update_expression.js" ], "duration": 58.32561199995689, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "update_expression.js" ], "duration": 58.86544700001832, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "update_expression.js" ], "duration": 58.65789799997583, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "update_expression.js" ], "duration": 58.83354200003669, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "update_expression.js" ], "duration": 58.31563600001391, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "update_expression.js" ], "duration": 59.08560800005216, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 18, "numPendingTests": 0, "perfStats": { "start": 363530.785903, "end": 364758.259835, "runtime": 1227, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/unary-expression/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "comments.js" ], "duration": 0.45401200000196695, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comments.js" ], "duration": 97.94107899989467, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 83.2199140000157, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 72.91522700001951, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 76.4263669999782, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 74.29981199989561, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 70.906042000046, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 71.38853200001176, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 74.69371600006707, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "urnary_expression.js" ], "duration": 0.3843110000016168, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "urnary_expression.js" ], "duration": 59.6494979999261, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "urnary_expression.js" ], "duration": 59.74973999999929, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "urnary_expression.js" ], "duration": 59.301671999972314, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "urnary_expression.js" ], "duration": 59.61071300006006, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "urnary_expression.js" ], "duration": 58.41170300007798, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "urnary_expression.js" ], "duration": 59.72632999997586, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "urnary_expression.js" ], "duration": 58.65725300007034, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "urnary_expression.js" ], "duration": 59.37704399996437, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 27, "numPendingTests": 0, "perfStats": { "start": 364845.17376, "end": 366454.82383199997, "runtime": 1610, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/unicode/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "combining-characters.js" ], "duration": 0.3766360000008717, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "combining-characters.js" ], "duration": 59.56440099992324, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "combining-characters.js" ], "duration": 59.446796000003815, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "combining-characters.js" ], "duration": 58.7590949999867, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "combining-characters.js" ], "duration": 58.861508000059985, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "combining-characters.js" ], "duration": 59.271956000011414, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "combining-characters.js" ], "duration": 59.267995000001974, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "combining-characters.js" ], "duration": 59.71392900007777, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "combining-characters.js" ], "duration": 59.31609700003173, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "keys.js" ], "duration": 0.39792699995450675, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "keys.js" ], "duration": 59.716695999959484, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "keys.js" ], "duration": 59.889627999975346, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "keys.js" ], "duration": 59.00300199992489, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "keys.js" ], "duration": 58.75201499997638, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "keys.js" ], "duration": 59.342631999985315, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "keys.js" ], "duration": 59.16241299989633, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "keys.js" ], "duration": 58.96111700008623, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "keys.js" ], "duration": 59.510495999944396, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nbsp-jsx.js" ], "duration": 0.37234799994621426, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "nbsp-jsx.js" ], "duration": 59.7972979999613, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nbsp-jsx.js" ], "duration": 60.10074100003112, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nbsp-jsx.js" ], "duration": 59.80045400001109, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nbsp-jsx.js" ], "duration": 62.475561000057496, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nbsp-jsx.js" ], "duration": 59.225749999983236, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nbsp-jsx.js" ], "duration": 60.183011000044644, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nbsp-jsx.js" ], "duration": 59.17777000006754, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nbsp-jsx.js" ], "duration": 59.50083899998572, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 18, "numPendingTests": 0, "perfStats": { "start": 366542.96994499996, "end": 367630.70859800006, "runtime": 1088, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/unary/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "object.js" ], "duration": 0.4104700000025332, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "object.js" ], "duration": 60.29172500001732, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "object.js" ], "duration": 60.98598400002811, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "object.js" ], "duration": 60.10453899996355, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "object.js" ], "duration": 60.0055880000582, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "object.js" ], "duration": 60.233941000071354, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "object.js" ], "duration": 60.5963220000267, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "object.js" ], "duration": 60.02970600000117, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "object.js" ], "duration": 60.01063399994746, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "series.js" ], "duration": 0.37649699999019504, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "series.js" ], "duration": 60.73152699996717, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "series.js" ], "duration": 60.62142400001176, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "series.js" ], "duration": 60.0919119999744, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "series.js" ], "duration": 60.91192099999171, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "series.js" ], "duration": 59.83322000002954, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "series.js" ], "duration": 60.7274070000276, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "series.js" ], "duration": 60.10517799993977, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "series.js" ], "duration": 60.57080099999439, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 27, "numPendingTests": 0, "perfStats": { "start": 367721.138294, "end": 369350.702704, "runtime": 1630, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/try/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "catch.js" ], "duration": 0.37650699994992465, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "catch.js" ], "duration": 61.55079400003888, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "catch.js" ], "duration": 62.61173400003463, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "catch.js" ], "duration": 61.18272399995476, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "catch.js" ], "duration": 60.07033999997657, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "catch.js" ], "duration": 60.12876099999994, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "catch.js" ], "duration": 60.54126099997666, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "catch.js" ], "duration": 60.58880200004205, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "catch.js" ], "duration": 60.0396189999301, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 0.37301999994087964, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "empty.js" ], "duration": 60.30263000004925, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 59.86802099994384, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 59.45215500006452, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 59.56370699999388, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 59.75337699998636, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 60.00439100002404, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 59.691850999952294, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 59.99612200004049, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "try.js" ], "duration": 0.3738209999864921, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "try.js" ], "duration": 60.263314999989234, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "try.js" ], "duration": 61.137572999927215, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "try.js" ], "duration": 60.162750000017695, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "try.js" ], "duration": 60.50205900007859, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "try.js" ], "duration": 59.7020059999777, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "try.js" ], "duration": 59.34308299992699, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "try.js" ], "duration": 60.44458200002555, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "try.js" ], "duration": 59.59570399997756, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 27, "numPendingTests": 0, "perfStats": { "start": 369439.60183, "end": 371124.996904, "runtime": 1685, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/throw_statement/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "binaryish.js" ], "duration": 0.4807910000672564, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 64.04793799994513, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 63.93076799996197, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 62.65993099997286, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 62.53792099992279, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 62.155114999972284, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 62.57691800000612, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 62.73906099994201, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 63.30582200002391, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 0.37108599999919534, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comment.js" ], "duration": 62.368707999936305, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 63.63812199991662, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 62.21530799998436, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 62.792524000047706, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 60.94328200002201, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 61.63550800003577, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 61.15949500002898, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 61.42732600006275, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 0.40088299999479204, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 63.46576199994888, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 62.79000499995891, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 61.73442899994552, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 61.81775499996729, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 61.23107400001027, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 61.40066000004299, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 62.463909000041895, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 62.15856699994765, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "indention.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indention.js format 1`\n \n - Snapshot - 10\n + Received + 10\n \n @@ -97,31 +97,31 @@\n `,\n `\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n `,\n `\n 1. Go to \"-{chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\"\n )}\" ${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n `,\n `\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n 1. Go to \"-{chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\"\n )}\" ${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n @@ -133,24 +133,24 @@\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n `,\n `\n 1. Go to \"-{chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\"\n )}\" ${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n `,\n `\n # blabla ${a} ${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 106)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 53, "numPendingTests": 0, "perfStats": { "start": 371220.64834700007, "end": 374499.207508, "runtime": 3279, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 5, "unchecked": 4, "unmatched": 1, "updated": 0, "uncheckedKeys": [ "css-prop.js format 1", "styled-components-with-expressions.js format 1", "styled-jsx.js format 1", "styled-jsx-with-expressions.js format 1" ] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/template-literals/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "binary-exporessions.js" ], "duration": 0.4134459999622777, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binary-exporessions.js" ], "duration": 58.57486100005917, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binary-exporessions.js" ], "duration": 58.43827399995644, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binary-exporessions.js" ], "duration": 58.041824999963865, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binary-exporessions.js" ], "duration": 57.51049600006081, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binary-exporessions.js" ], "duration": 56.996353000053205, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binary-exporessions.js" ], "duration": 57.57905399997253, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binary-exporessions.js" ], "duration": 57.14762999990489, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binary-exporessions.js" ], "duration": 58.30837199999951, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "conditional-expressions.js" ], "duration": 0.3720880000619218, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "conditional-expressions.js" ], "duration": 57.62529799994081, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "conditional-expressions.js" ], "duration": 57.85540499992203, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "conditional-expressions.js" ], "duration": 56.91524600004777, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "conditional-expressions.js" ], "duration": 57.47502900008112, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "conditional-expressions.js" ], "duration": 57.3617240000749, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "conditional-expressions.js" ], "duration": 57.3615090000676, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "conditional-expressions.js" ], "duration": 57.82283099996857, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "conditional-expressions.js" ], "duration": 57.8019599999534, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "expressions.js" ], "duration": 0.40483899996615946, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "expressions.js" ], "duration": 73.63930699997582, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "expressions.js" ], "duration": 66.57645599998068, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "expressions.js" ], "duration": 63.99369300005492, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "expressions.js" ], "duration": 63.17233600001782, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "expressions.js" ], "duration": 66.1636990000261, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "expressions.js" ], "duration": 69.90021599992178, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "expressions.js" ], "duration": 63.47687400004361, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "expressions.js" ], "duration": 65.7267480000155, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "indention.js" ], "duration": 0.7880279999226332, "failureMessages": [ "indention.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indention.js format 1`\n \n - Snapshot - 10\n + Received + 10\n \n @@ -97,31 +97,31 @@\n `,\n `\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n `,\n `\n 1. Go to \"-{chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\"\n )}\" ${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n `,\n `\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n 1. Go to \"-{chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\"\n )}\" ${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n @@ -133,24 +133,24 @@\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n `,\n `\n 1. Go to \"-{chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\"\n )}\" ${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n `,\n `\n # blabla ${a} ${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 106)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "indention.js" ], "duration": 74.64136400003918, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "indention.js" ], "duration": 66.22715900000185, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "indention.js" ], "duration": 60.79530299990438, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "indention.js" ], "duration": 60.384038000018336, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "indention.js" ], "duration": 60.29087000002619, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "indention.js" ], "duration": 61.043585999985225, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "indention.js" ], "duration": 63.43123200000264, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "indention.js" ], "duration": 61.01792899996508, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "logical-expressions.js" ], "duration": 0.3787500000325963, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "logical-expressions.js" ], "duration": 58.39276100008283, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "logical-expressions.js" ], "duration": 58.40732400002889, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "logical-expressions.js" ], "duration": 58.93619400006719, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "logical-expressions.js" ], "duration": 57.66960000002291, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "logical-expressions.js" ], "duration": 56.96541800000705, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "logical-expressions.js" ], "duration": 58.998666000086814, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "logical-expressions.js" ], "duration": 58.0304120000219, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "logical-expressions.js" ], "duration": 58.533260000054725, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "sequence-expressions.js" ], "duration": 0.3749639999587089, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "sequence-expressions.js" ], "duration": 57.64125600003172, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "sequence-expressions.js" ], "duration": 57.933649999904446, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "sequence-expressions.js" ], "duration": 57.842745000030845, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "sequence-expressions.js" ], "duration": 57.069048000033945, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "sequence-expressions.js" ], "duration": 57.00091799988877, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "sequence-expressions.js" ], "duration": 57.5772200000938, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "sequence-expressions.js" ], "duration": 57.3736659999704, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "sequence-expressions.js" ], "duration": 58.42027100000996, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "comments2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments2.js format 1`\n \n - Snapshot - 3\n + Received + 6\n \n @@ -25,15 +25,17 @@\n break;// comment5c\n }\n \n =====================================output=====================================\n switch (1) {\n - default: // comment1\n + default:\n + // comment1\n }\n \n switch (2) {\n - default: // comment2\n + default:\n + // comment2\n //comment2a\n }\n \n switch (3) {\n default: // comment3\n @@ -46,12 +48,13 @@\n break; // comment4b\n }\n \n switch (5) {\n default: // comment5\n + //comment5b\n // comment5a\n foo();\n - bar(); //comment5b\n + bar();\n break; // comment5c\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 107)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 53, "numPendingTests": 0, "perfStats": { "start": 374590.87272200006, "end": 377810.841324, "runtime": 3220, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 5, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/switch/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "comments.js" ], "duration": 0.3947700000135228, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comments.js" ], "duration": 73.55259300000034, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 60.76121000002604, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 59.3757349998923, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 59.349190999986604, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 59.7831030000234, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 59.86203299998306, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 60.32193700002972, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 60.11336999991909, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comments2.js" ], "duration": 0.659406999940984, "failureMessages": [ "comments2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments2.js format 1`\n \n - Snapshot - 3\n + Received + 6\n \n @@ -25,15 +25,17 @@\n break;// comment5c\n }\n \n =====================================output=====================================\n switch (1) {\n - default: // comment1\n + default:\n + // comment1\n }\n \n switch (2) {\n - default: // comment2\n + default:\n + // comment2\n //comment2a\n }\n \n switch (3) {\n default: // comment3\n @@ -46,12 +48,13 @@\n break; // comment4b\n }\n \n switch (5) {\n default: // comment5\n + //comment5b\n // comment5a\n foo();\n - bar(); //comment5b\n + bar();\n break; // comment5c\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 107)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "comments2.js" ], "duration": 59.45471199997701, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comments2.js" ], "duration": 59.31369999994058, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comments2.js" ], "duration": 59.03160599991679, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments2.js" ], "duration": 59.42537700000685, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments2.js" ], "duration": 60.12709399999585, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments2.js" ], "duration": 58.97168300009798, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comments2.js" ], "duration": 59.7050740000559, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments2.js" ], "duration": 59.783371000085026, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty_lines.js" ], "duration": 0.49772400001529604, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "empty_lines.js" ], "duration": 61.35242799995467, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "empty_lines.js" ], "duration": 60.07688900001813, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "empty_lines.js" ], "duration": 59.29613099992275, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty_lines.js" ], "duration": 59.813825000077486, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty_lines.js" ], "duration": 61.671704000094905, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty_lines.js" ], "duration": 59.12512099999003, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "empty_lines.js" ], "duration": 58.94330199994147, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "empty_lines.js" ], "duration": 60.34910700004548, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty_statement.js" ], "duration": 0.40883700002450496, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "empty_statement.js" ], "duration": 58.89931699994486, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "empty_statement.js" ], "duration": 58.87328900001012, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "empty_statement.js" ], "duration": 58.18614400003571, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty_statement.js" ], "duration": 57.80847300007008, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty_statement.js" ], "duration": 58.46566500002518, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty_statement.js" ], "duration": 58.617173000006005, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "empty_statement.js" ], "duration": 58.22071599995252, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "empty_statement.js" ], "duration": 58.194825000013225, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty_switch.js" ], "duration": 0.411100999917835, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "empty_switch.js" ], "duration": 58.58111899998039, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "empty_switch.js" ], "duration": 58.48030400008429, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "empty_switch.js" ], "duration": 58.17168400005903, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty_switch.js" ], "duration": 57.68051099998411, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty_switch.js" ], "duration": 58.05942700000014, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty_switch.js" ], "duration": 57.42449000000488, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "empty_switch.js" ], "duration": 58.45426500006579, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "empty_switch.js" ], "duration": 58.471060999901965, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "switch.js" ], "duration": 0.4039689999772236, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "switch.js" ], "duration": 61.613983000046574, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "switch.js" ], "duration": 61.89538200001698, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "switch.js" ], "duration": 60.43176099995617, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "switch.js" ], "duration": 58.87355200003367, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "switch.js" ], "duration": 58.498549000010826, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "switch.js" ], "duration": 59.19483399996534, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "switch.js" ], "duration": 59.35954199999105, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "switch.js" ], "duration": 59.29933099995833, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 377903.2668500001, "end": 378444.16071500006, "runtime": 541, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/spread/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "spread.js" ], "duration": 0.38278800004627556, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "spread.js" ], "duration": 60.71391399996355, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "spread.js" ], "duration": 60.48275799991097, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "spread.js" ], "duration": 58.930082999984734, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "spread.js" ], "duration": 59.55782999994699, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "spread.js" ], "duration": 60.16838099993765, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "spread.js" ], "duration": 59.832452999893576, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "spread.js" ], "duration": 60.53937600005884, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "spread.js" ], "duration": 60.20216200000141, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "ignore.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `ignore.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -15,17 +15,17 @@\n )\n )\n ;\n \n =====================================output=====================================\n - +(\n - // prettier-ignore\n - ((\n + +// prettier-ignore\n + (\n + (\n first\n )\n ,\n (\n last\n - ))\n - );\n + )\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 109)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nparenthesized.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `parenthesized.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -26,19 +26,21 @@\n );\n \n =====================================output=====================================\n console.log(\n /* 1 */\n +\n /* 2 */\n - (/* 3 */\n - first,\n +\n + /* 3 */\n + (first,\n /* 4 */\n /* 5 */\n /* 6 */\n +\n /* 7 */\n last),\n /* 8 */\n - /* 9 */\n /* 10 */\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 109)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 2, "numPassingTests": 25, "numPendingTests": 0, "perfStats": { "start": 378536.641963, "end": 380145.990881, "runtime": 1609, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 2, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/sequence-expression/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "export-default.js" ], "duration": 0.3894209999125451, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export-default.js" ], "duration": 59.69824199995492, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export-default.js" ], "duration": 59.48903399996925, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export-default.js" ], "duration": 59.625522999907844, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export-default.js" ], "duration": 58.91415700002108, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export-default.js" ], "duration": 58.660588999977335, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export-default.js" ], "duration": 59.587874000077136, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export-default.js" ], "duration": 60.08721599995624, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export-default.js" ], "duration": 59.82880599994678, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 0.6054660000372678, "failureMessages": [ "ignore.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `ignore.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -15,17 +15,17 @@\n )\n )\n ;\n \n =====================================output=====================================\n - +(\n - // prettier-ignore\n - ((\n + +// prettier-ignore\n + (\n + (\n first\n )\n ,\n (\n last\n - ))\n - );\n + )\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 109)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 59.45426399994176, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 59.89109799999278, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 60.62635999999475, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 58.51875899999868, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 59.08786400000099, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 59.589180999901146, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 59.15911300003063, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 59.178642999962904, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "parenthesized.js" ], "duration": 0.6579950000159442, "failureMessages": [ "parenthesized.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `parenthesized.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -26,19 +26,21 @@\n );\n \n =====================================output=====================================\n console.log(\n /* 1 */\n +\n /* 2 */\n - (/* 3 */\n - first,\n +\n + /* 3 */\n + (first,\n /* 4 */\n /* 5 */\n /* 6 */\n +\n /* 7 */\n last),\n /* 8 */\n - /* 9 */\n /* 10 */\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 109)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "parenthesized.js" ], "duration": 59.44361800001934, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "parenthesized.js" ], "duration": 60.0332880000351, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "parenthesized.js" ], "duration": 59.33865400007926, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "parenthesized.js" ], "duration": 60.4108459999552, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "parenthesized.js" ], "duration": 59.78922999999486, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "parenthesized.js" ], "duration": 59.36780600005295, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "parenthesized.js" ], "duration": 59.52453600009903, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "parenthesized.js" ], "duration": 59.28248599998187, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 380238.26695400005, "end": 380822.677094, "runtime": 584, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/sequence-break/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "break.js" ], "duration": 0.4596419999143109, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "break.js" ], "duration": 72.10880399995949, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "break.js" ], "duration": 66.52515500003938, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "break.js" ], "duration": 70.95453099999577, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "break.js" ], "duration": 61.50078999996185, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "break.js" ], "duration": 62.027866999967955, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "break.js" ], "duration": 62.92498599993996, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "break.js" ], "duration": 62.73858000000473, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "break.js" ], "duration": 62.25375500007067, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 18, "numPendingTests": 0, "perfStats": { "start": 380913.8841290001, "end": 382050.17904600006, "runtime": 1136, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/return/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "binaryish.js" ], "duration": 0.38949099997989833, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 62.537769000045955, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 62.49894199997652, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 64.0016830000095, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 76.61667600006331, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 61.00662499992177, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 61.611571999965236, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 62.33263600000646, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 63.13942100002896, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 0.3924259999766946, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comment.js" ], "duration": 63.79390799999237, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 62.3106390000321, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 60.88708500005305, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 61.67896699998528, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 61.096669999998994, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 62.686174999922514, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 61.59286199999042, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 62.69280299998354, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 27, "numPendingTests": 0, "perfStats": { "start": 382140.617656, "end": 383778.020557, "runtime": 1637, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/require-amd/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "named-amd-module.js" ], "duration": 0.4428009999683127, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "named-amd-module.js" ], "duration": 61.19896300008986, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "named-amd-module.js" ], "duration": 60.86452299996745, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "named-amd-module.js" ], "duration": 60.484837000025436, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "named-amd-module.js" ], "duration": 60.84742200002074, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "named-amd-module.js" ], "duration": 60.664494000026025, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "named-amd-module.js" ], "duration": 61.220644999993965, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "named-amd-module.js" ], "duration": 60.649551999988034, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "named-amd-module.js" ], "duration": 61.05617399991024, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "non-amd-define.js" ], "duration": 0.4443829999072477, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "non-amd-define.js" ], "duration": 61.37088399997447, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "non-amd-define.js" ], "duration": 60.89377600001171, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "non-amd-define.js" ], "duration": 79.29191799997352, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "non-amd-define.js" ], "duration": 58.90706700005103, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "non-amd-define.js" ], "duration": 57.58353800000623, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "non-amd-define.js" ], "duration": 58.219381999922916, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "non-amd-define.js" ], "duration": 58.118338000029325, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "non-amd-define.js" ], "duration": 58.18971200007945, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "require.js" ], "duration": 0.4287739999126643, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "require.js" ], "duration": 60.758263999945484, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "require.js" ], "duration": 60.52766499994323, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "require.js" ], "duration": 58.79090899997391, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "require.js" ], "duration": 58.82840700005181, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "require.js" ], "duration": 58.62178400007542, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "require.js" ], "duration": 59.57749200006947, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "require.js" ], "duration": 59.02590300003067, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "require.js" ], "duration": 59.36488000000827, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 383871.464141, "end": 384434.38252499996, "runtime": 563, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/require/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "require.js" ], "duration": 0.3878679999615997, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "require.js" ], "duration": 62.0964110000059, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "require.js" ], "duration": 62.40176999999676, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "require.js" ], "duration": 60.142337999888696, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "require.js" ], "duration": 60.43443300004583, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "require.js" ], "duration": 60.203733999980614, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "require.js" ], "duration": 60.388426000019535, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "require.js" ], "duration": 75.64428400003817, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "require.js" ], "duration": 60.784348000073805, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "array.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `array.js format 1`\n \n - Snapshot - 0\n + Received + 1\n \n @@ -18,6 +18,7 @@\n 7 | ,\n 8 | a,\n 9 | ]\n =====================================output=====================================\n a = [, , , , , , , a];\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nboundary-2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `boundary-2.js format 1`\n \n - Snapshot - 2\n + Received + 1\n \n @@ -16,12 +16,11 @@\n 8 | );\n 9 |\n 10 | }\n 11 |\n =====================================output=====================================\n - function a(\n - ){\n + function a() {\n a();\n b();\n c();\n d();\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nboundary-3.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `boundary-3.js format 1`\n \n - Snapshot - 6\n + Received + 4\n \n @@ -12,13 +12,11 @@\n | ^^^^^^^^^^^^^^^^^\n 5 | ); d(\n 6 | );\n 7 |\n =====================================output=====================================\n - a (\n - );\n - b (\n - ); c (\n - ); d(\n - );\n + a();\n + b();\n + c();\n + d();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nboundary.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `boundary.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -10,11 +10,13 @@\n 2 | // The range will be 13~26\n 3 | // `foo` ends at 13, should not format\n 4 | // `bar` ends at 26, should format\n 5 |\n =====================================output=====================================\n - foo = 1.0000;bar = 1.0;baz=1.0000;\n + foo = 1.0;\n + bar = 1.0;\n + baz = 1.0;\n // The range will be 13~26\n // `foo` ends at 13, should not format\n // `bar` ends at 26, should format\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nclass-declaration.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `class-declaration.js format 1`\n \n - Snapshot - 3\n + Received + 2\n \n @@ -13,13 +13,12 @@\n | ^^^^^^^^^^^\n 5 | }\n 6 |\n 7 | let x\n =====================================output=====================================\n -\n -\n class a {\n b() {}\n }\n \n - let x\n + let x;\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ndifferent-levels.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `different-levels.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -13,11 +13,11 @@\n > 4 | call(1,2,3)\n | ^^^^^^^^^\n 5 | }\n 6 |\n =====================================output=====================================\n - call(1,2,3)\n + call(1, 2, 3);\n call(1, 2, 3);\n function f() {\n call(1, 2, 3);\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ndirective.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `directive.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,8 +9,8 @@\n | ^\n 2 | 'bbb';\n 3 |\n =====================================output=====================================\n \"aaa\";\n - 'bbb';\n + \"bbb\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunction-body.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-body.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,10 +9,10 @@\n > 2 | quux (); //\n | ^^^^^^^^^^^^^\n 3 | });\n 4 |\n =====================================output=====================================\n - let fn =a((x ) => {\n + let fn = a((x) => {\n quux(); //\n });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nignore-indentation.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `ignore-indentation.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,14 +14,14 @@\n 6 | }\n 7 | }\n 8 | }\n 9 |\n =====================================output=====================================\n - function ugly ( {a=1, b = 2 } ) {\n - function ugly ( {a=1, b = 2 } ) {\n - function ugly ( {a=1, b = 2 } ) {\n - \t \t `multiline template string\n + function ugly({ a = 1, b = 2 }) {\n + function ugly({ a = 1, b = 2 }) {\n + function ugly({ a = 1, b = 2 }) {\n + `multiline template string\n with too much indentation`;\n }\n }\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-7082.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-7082.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -11,9 +11,9 @@\n | ^^^^^\n 3 | `;\n 4 |\n =====================================output=====================================\n export const Button = styled.button`\n - color: blue;\n + color: blue;\n `;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmodule-export1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-export1.js format 1`\n \n - Snapshot - 5\n + Received + 3\n \n @@ -15,16 +15,14 @@\n 7 |\n 8 | export default 42\n 9 |\n 10 |\n =====================================output=====================================\n - import def , {named} from 'x'\n + import def, { named } from \"x\";\n \n export * from \"d\";\n \n - export const x\n - = 42\n + export const x = 42;\n \n - export default 42\n -\n + export default 42;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmodule-export2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-export2.js format 1`\n \n - Snapshot - 4\n + Received + 3\n \n @@ -17,15 +17,14 @@\n 7 |\n 8 | export default 42\n 9 |\n 10 |\n =====================================output=====================================\n - import def , {named} from 'x'\n + import def, { named } from \"x\";\n \n - export * from 'd'\n + export * from \"d\";\n \n export const x = 42;\n \n - export default 42\n -\n + export default 42;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmodule-export3.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-export3.js format 1`\n \n - Snapshot - 5\n + Received + 3\n \n @@ -15,16 +15,14 @@\n > 8 | export default 42\n | ^^^^\n 9 |\n 10 |\n =====================================output=====================================\n - import def , {named} from 'x'\n + import def, { named } from \"x\";\n \n - export * from 'd'\n + export * from \"d\";\n \n - export const x\n - = 42\n + export const x = 42;\n \n export default 42;\n -\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmodule-import.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-import.js format 1`\n \n - Snapshot - 5\n + Received + 3\n \n @@ -17,14 +17,12 @@\n 9 |\n 10 |\n =====================================output=====================================\n import def, { named } from \"x\";\n \n - export * from 'd'\n + export * from \"d\";\n \n - export const x\n - = 42\n + export const x = 42;\n \n - export default 42\n -\n + export default 42;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmultiple-statements.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `multiple-statements.js format 1`\n \n - Snapshot - 6\n + Received + 2\n \n @@ -25,18 +25,14 @@\n 13 | call(\n 14 | 1, 2,3\n 15 | );\n 16 |\n =====================================output=====================================\n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n call(1, 2, 3);\n \n call(1, 2, 3);\n \n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmultiple-statements2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `multiple-statements2.js format 1`\n \n - Snapshot - 6\n + Received + 2\n \n @@ -29,18 +29,14 @@\n 13 | call(\n 14 | 1, 2,3\n 15 | );\n 16 |\n =====================================output=====================================\n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n call(1, 2, 3);\n \n call(1, 2, 3);\n \n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested2.js format 1`\n \n - Snapshot - 2\n + Received + 1\n \n @@ -18,9 +18,8 @@\n =====================================output=====================================\n try {\n if (condition) {\n body;\n }\n - }\n - catch (err) {}\n + } catch (err) {}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested3.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested3.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -15,12 +15,12 @@\n 5 | }\n 6 | catch (err) {}\n 7 |\n =====================================output=====================================\n try {\n - 1;if (condition) {\n - body;\n - }\n - }\n - catch (err) {}\n + 1;\n + if (condition) {\n + body;\n + }\n + } catch (err) {}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nobject-expression2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `object-expression2.js format 1`\n \n - Snapshot - 1\n + Received + 0\n \n @@ -20,11 +20,10 @@\n > 9 | },\n | ^^^^^^\n 10 | ]\n 11 |\n =====================================output=====================================\n -\n const y = [\n {\n a: 1,\n },\n {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-end.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-end.js format 1`\n \n - Snapshot - 4\n + Received + 2\n \n @@ -18,12 +18,10 @@\n | ^^^^^\n > 9 | );\n | ^^\n =====================================output=====================================\n // Unchanged\n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n + call(1, 2, 3);\n \n - call(1, 2, 3);\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-start.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-start.js format 1`\n \n - Snapshot - 4\n + Received + 1\n \n @@ -20,12 +20,9 @@\n 9 | );\n 10 |\n =====================================output=====================================\n call(1, 2, 3);\n \n -\n // Unchanged\n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,14 +14,14 @@\n 6 | }\n 7 | }\n 8 | }\n 9 |\n =====================================output=====================================\n - function ugly ( {a=1, b = 2 } ) {\n - function ugly ( {a=1, b = 2 } ) {\n - function ugly ( {a=1, b = 2 } ) {\n - `multiline template string\n + function ugly({ a = 1, b = 2 }) {\n + function ugly({ a = 1, b = 2 }) {\n + function ugly({ a = 1, b = 2 }) {\n + `multiline template string\n with too much indentation`;\n }\n }\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nreversed-range.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `reversed-range.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -8,9 +8,11 @@\n > 1 | foo = 1.0000;bar = 1.0000;baz=1.0000;\n | ^^^^^^^^^^^^^ [Reversed range]\n 2 | // The range will be 26~13, should not format anything\n 3 |\n =====================================output=====================================\n - foo = 1.0000;bar = 1.0000;baz=1.0000;\n + foo = 1.0;\n + bar = 1.0;\n + baz = 1.0;\n // The range will be 26~13, should not format anything\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nstart-equals-end.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `start-equals-end.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -8,9 +8,11 @@\n > 1 | foo = 1.0000;bar = 1.0000;baz=1.0000;\n | ^\n 2 | // The range will be 13~13, should not format anything\n 3 |\n =====================================output=====================================\n - foo = 1.0000;bar = 1.0000;baz=1.0000;\n + foo = 1.0;\n + bar = 1.0;\n + baz = 1.0;\n // The range will be 13~13, should not format anything\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nwhitespace.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `whitespace.js format 1`\n \n - Snapshot - 1\n + Received + 0\n \n @@ -7,8 +7,7 @@\n =====================================input======================================\n > 1 | \n | ^\n 2 |\n =====================================output=====================================\n - \n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 25, "numPassingTests": 308, "numPendingTests": 0, "perfStats": { "start": 384534.80821800005, "end": 404290.45763799996, "runtime": 19756, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 12, "unchecked": 0, "unmatched": 25, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/range/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "array.js" ], "duration": 1.0131709999404848, "failureMessages": [ "array.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `array.js format 1`\n \n - Snapshot - 0\n + Received + 1\n \n @@ -18,6 +18,7 @@\n 7 | ,\n 8 | a,\n 9 | ]\n =====================================output=====================================\n a = [, , , , , , , a];\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "array.js" ], "duration": 59.22380300005898, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "array.js" ], "duration": 59.648621000000276, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "array.js" ], "duration": 58.5433170000324, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "array.js" ], "duration": 58.1019039999228, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "array.js" ], "duration": 58.76061200001277, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "array.js" ], "duration": 59.193761999951676, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "array.js" ], "duration": 58.72132300003432, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "array.js" ], "duration": 58.61957799992524, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "boundary-2.js" ], "duration": 0.7390860000159591, "failureMessages": [ "boundary-2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `boundary-2.js format 1`\n \n - Snapshot - 2\n + Received + 1\n \n @@ -16,12 +16,11 @@\n 8 | );\n 9 |\n 10 | }\n 11 |\n =====================================output=====================================\n - function a(\n - ){\n + function a() {\n a();\n b();\n c();\n d();\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "boundary-2.js" ], "duration": 59.02657600003295, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "boundary-2.js" ], "duration": 60.057574999984354, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "boundary-2.js" ], "duration": 58.24487300007604, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "boundary-2.js" ], "duration": 59.16810700006317, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "boundary-2.js" ], "duration": 58.480885999975726, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "boundary-2.js" ], "duration": 59.00252300000284, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "boundary-2.js" ], "duration": 58.88346000004094, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "boundary-2.js" ], "duration": 59.35411299997941, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "boundary-3.js" ], "duration": 0.7187080000294372, "failureMessages": [ "boundary-3.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `boundary-3.js format 1`\n \n - Snapshot - 6\n + Received + 4\n \n @@ -12,13 +12,11 @@\n | ^^^^^^^^^^^^^^^^^\n 5 | ); d(\n 6 | );\n 7 |\n =====================================output=====================================\n - a (\n - );\n - b (\n - ); c (\n - ); d(\n - );\n + a();\n + b();\n + c();\n + d();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "boundary-3.js" ], "duration": 58.71011500002351, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "boundary-3.js" ], "duration": 59.306984999915585, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "boundary-3.js" ], "duration": 58.47614399995655, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "boundary-3.js" ], "duration": 58.18975599994883, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "boundary-3.js" ], "duration": 57.61440299998503, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "boundary-3.js" ], "duration": 58.3667279999936, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "boundary-3.js" ], "duration": 58.8150349999778, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "boundary-3.js" ], "duration": 58.340730000054464, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "boundary.js" ], "duration": 0.859072000021115, "failureMessages": [ "boundary.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `boundary.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -10,11 +10,13 @@\n 2 | // The range will be 13~26\n 3 | // `foo` ends at 13, should not format\n 4 | // `bar` ends at 26, should format\n 5 |\n =====================================output=====================================\n - foo = 1.0000;bar = 1.0;baz=1.0000;\n + foo = 1.0;\n + bar = 1.0;\n + baz = 1.0;\n // The range will be 13~26\n // `foo` ends at 13, should not format\n // `bar` ends at 26, should format\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "boundary.js" ], "duration": 58.917297999956645, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "boundary.js" ], "duration": 59.247675999999046, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "boundary.js" ], "duration": 58.29872299998533, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "boundary.js" ], "duration": 58.57327900000382, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "boundary.js" ], "duration": 58.26001099997666, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "boundary.js" ], "duration": 59.183612999971956, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "boundary.js" ], "duration": 58.11342299997341, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "boundary.js" ], "duration": 59.16145699995104, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "class-declaration.js" ], "duration": 0.759955000015907, "failureMessages": [ "class-declaration.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `class-declaration.js format 1`\n \n - Snapshot - 3\n + Received + 2\n \n @@ -13,13 +13,12 @@\n | ^^^^^^^^^^^\n 5 | }\n 6 |\n 7 | let x\n =====================================output=====================================\n -\n -\n class a {\n b() {}\n }\n \n - let x\n + let x;\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "class-declaration.js" ], "duration": 60.22402499988675, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class-declaration.js" ], "duration": 59.533540999982506, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "class-declaration.js" ], "duration": 58.978405999951065, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class-declaration.js" ], "duration": 59.51896599994507, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class-declaration.js" ], "duration": 58.708950000000186, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class-declaration.js" ], "duration": 59.21325499995146, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class-declaration.js" ], "duration": 59.33797300001606, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class-declaration.js" ], "duration": 59.19089399999939, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "different-levels.js" ], "duration": 0.7469609999097884, "failureMessages": [ "different-levels.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `different-levels.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -13,11 +13,11 @@\n > 4 | call(1,2,3)\n | ^^^^^^^^^\n 5 | }\n 6 |\n =====================================output=====================================\n - call(1,2,3)\n + call(1, 2, 3);\n call(1, 2, 3);\n function f() {\n call(1, 2, 3);\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "different-levels.js" ], "duration": 59.93857300002128, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "different-levels.js" ], "duration": 58.933190000010654, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "different-levels.js" ], "duration": 57.49617800000124, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "different-levels.js" ], "duration": 58.59759399993345, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "different-levels.js" ], "duration": 58.972958000027575, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "different-levels.js" ], "duration": 59.07941799995024, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "different-levels.js" ], "duration": 59.283052999991924, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "different-levels.js" ], "duration": 59.42524400004186, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "directive.js" ], "duration": 0.7189879999496043, "failureMessages": [ "directive.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `directive.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,8 +9,8 @@\n | ^\n 2 | 'bbb';\n 3 |\n =====================================output=====================================\n \"aaa\";\n - 'bbb';\n + \"bbb\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "directive.js" ], "duration": 58.662332999985665, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "directive.js" ], "duration": 58.82850899989717, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "directive.js" ], "duration": 58.54954200005159, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "directive.js" ], "duration": 58.86469599988777, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "directive.js" ], "duration": 58.78873599995859, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "directive.js" ], "duration": 58.401455999934115, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "directive.js" ], "duration": 58.67877499992028, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "directive.js" ], "duration": 58.26030399999581, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function-body.js" ], "duration": 0.7763269999995828, "failureMessages": [ "function-body.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-body.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,10 +9,10 @@\n > 2 | quux (); //\n | ^^^^^^^^^^^^^\n 3 | });\n 4 |\n =====================================output=====================================\n - let fn =a((x ) => {\n + let fn = a((x) => {\n quux(); //\n });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "function-body.js" ], "duration": 59.622897000052035, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function-body.js" ], "duration": 60.38781200000085, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "function-body.js" ], "duration": 58.7623560000211, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function-body.js" ], "duration": 59.01694799994584, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function-body.js" ], "duration": 58.444340000045486, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function-body.js" ], "duration": 59.01288800011389, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "function-body.js" ], "duration": 59.32783700001892, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function-body.js" ], "duration": 59.028020999976434, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 0.53830899996683, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 59.181096000014804, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 60.026872000074945, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 59.53737700008787, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 58.69621199998073, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 58.141250999993645, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 58.97245500003919, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 58.586390000069514, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 59.63756100006867, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "ignore-indentation.js" ], "duration": 0.7418319999706, "failureMessages": [ "ignore-indentation.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `ignore-indentation.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,14 +14,14 @@\n 6 | }\n 7 | }\n 8 | }\n 9 |\n =====================================output=====================================\n - function ugly ( {a=1, b = 2 } ) {\n - function ugly ( {a=1, b = 2 } ) {\n - function ugly ( {a=1, b = 2 } ) {\n - \t \t `multiline template string\n + function ugly({ a = 1, b = 2 }) {\n + function ugly({ a = 1, b = 2 }) {\n + function ugly({ a = 1, b = 2 }) {\n + `multiline template string\n with too much indentation`;\n }\n }\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "ignore-indentation.js" ], "duration": 64.87541099998634, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "ignore-indentation.js" ], "duration": 60.21618300001137, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "ignore-indentation.js" ], "duration": 58.519375000032596, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "ignore-indentation.js" ], "duration": 60.26131600001827, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "ignore-indentation.js" ], "duration": 58.95680799998809, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "ignore-indentation.js" ], "duration": 59.554151999996975, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "ignore-indentation.js" ], "duration": 59.36642600002233, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "ignore-indentation.js" ], "duration": 59.1129479999654, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-3789-1.js" ], "duration": 0.5409650000510737, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-3789-1.js" ], "duration": 66.67211899999529, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-3789-1.js" ], "duration": 60.358399999910034, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-3789-1.js" ], "duration": 59.11395499994978, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-3789-1.js" ], "duration": 58.71077099989634, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-3789-1.js" ], "duration": 58.66433000005782, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-3789-1.js" ], "duration": 59.672833999968134, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-3789-1.js" ], "duration": 59.48686299996916, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-3789-1.js" ], "duration": 59.84446400008164, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-3789-2.js" ], "duration": 0.5320080000674352, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-3789-2.js" ], "duration": 60.991219000075944, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-3789-2.js" ], "duration": 59.64236499997787, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-3789-2.js" ], "duration": 58.275422999984585, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-3789-2.js" ], "duration": 58.28610799997114, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-3789-2.js" ], "duration": 60.13289699994493, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-3789-2.js" ], "duration": 60.14555800007656, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-3789-2.js" ], "duration": 59.23052500002086, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-3789-2.js" ], "duration": 60.27140199998394, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-4206-1.js" ], "duration": 0.5363549999892712, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-4206-1.js" ], "duration": 58.71776999998838, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-4206-1.js" ], "duration": 59.21641200000886, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-4206-1.js" ], "duration": 59.06630399997812, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-4206-1.js" ], "duration": 58.84029299998656, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-4206-1.js" ], "duration": 58.45788999996148, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-4206-1.js" ], "duration": 59.04171799996402, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-4206-1.js" ], "duration": 59.46154299995396, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-4206-1.js" ], "duration": 58.30200899997726, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-4206-2.js" ], "duration": 0.6159460000926629, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-4206-2.js" ], "duration": 58.83620800008066, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-4206-2.js" ], "duration": 59.321045999997295, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-4206-2.js" ], "duration": 58.6938379999483, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-4206-2.js" ], "duration": 58.74267699988559, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-4206-2.js" ], "duration": 58.53146999992896, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-4206-2.js" ], "duration": 58.92565300001297, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-4206-2.js" ], "duration": 59.08419199998025, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-4206-2.js" ], "duration": 59.17899100005161, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-4206-3.js" ], "duration": 0.6272869999520481, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-4206-3.js" ], "duration": 59.98653800005559, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-4206-3.js" ], "duration": 59.48747400008142, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-4206-3.js" ], "duration": 58.580362000036985, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-4206-3.js" ], "duration": 59.087507000076585, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-4206-3.js" ], "duration": 58.49625399999786, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-4206-3.js" ], "duration": 58.801990999956615, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-4206-3.js" ], "duration": 58.4324819999747, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-4206-3.js" ], "duration": 58.65049300005194, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-4206-4.js" ], "duration": 0.5482080000219867, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-4206-4.js" ], "duration": 58.68442499998491, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-4206-4.js" ], "duration": 59.79015400004573, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-4206-4.js" ], "duration": 58.294372000033036, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-4206-4.js" ], "duration": 58.28339799994137, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-4206-4.js" ], "duration": 58.08973899995908, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-4206-4.js" ], "duration": 58.66615499998443, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-4206-4.js" ], "duration": 58.544895999948494, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-4206-4.js" ], "duration": 58.514268000028096, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-7082.js" ], "duration": 0.8381819999776781, "failureMessages": [ "issue-7082.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-7082.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -11,9 +11,9 @@\n | ^^^^^\n 3 | `;\n 4 |\n =====================================output=====================================\n export const Button = styled.button`\n - color: blue;\n + color: blue;\n `;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "issue-7082.js" ], "duration": 60.33955999999307, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-7082.js" ], "duration": 60.04331900004763, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-7082.js" ], "duration": 59.53012100001797, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-7082.js" ], "duration": 59.62604400003329, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-7082.js" ], "duration": 59.9538590000011, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-7082.js" ], "duration": 59.60073800000828, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-7082.js" ], "duration": 59.22189000004437, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-7082.js" ], "duration": 60.12868900003377, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "large-dict.js" ], "duration": 0.6265760000096634, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "large-dict.js" ], "duration": 59.948851999943145, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "large-dict.js" ], "duration": 59.938700999948196, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "large-dict.js" ], "duration": 58.988838999997824, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "large-dict.js" ], "duration": 59.22474100010004, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "large-dict.js" ], "duration": 58.40254799998365, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "large-dict.js" ], "duration": 59.715709000010975, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "large-dict.js" ], "duration": 61.155406999983825, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "large-dict.js" ], "duration": 59.61133300000802, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "module-export1.js" ], "duration": 0.7981279999949038, "failureMessages": [ "module-export1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-export1.js format 1`\n \n - Snapshot - 5\n + Received + 3\n \n @@ -15,16 +15,14 @@\n 7 |\n 8 | export default 42\n 9 |\n 10 |\n =====================================output=====================================\n - import def , {named} from 'x'\n + import def, { named } from \"x\";\n \n export * from \"d\";\n \n - export const x\n - = 42\n + export const x = 42;\n \n - export default 42\n -\n + export default 42;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "module-export1.js" ], "duration": 59.86670600005891, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "module-export1.js" ], "duration": 59.239835000014864, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "module-export1.js" ], "duration": 59.01538200001232, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "module-export1.js" ], "duration": 58.39826299995184, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "module-export1.js" ], "duration": 58.734969999990426, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "module-export1.js" ], "duration": 59.65238599991426, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "module-export1.js" ], "duration": 59.14519100007601, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "module-export1.js" ], "duration": 59.52028300007805, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "module-export2.js" ], "duration": 0.7511889999732375, "failureMessages": [ "module-export2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-export2.js format 1`\n \n - Snapshot - 4\n + Received + 3\n \n @@ -17,15 +17,14 @@\n 7 |\n 8 | export default 42\n 9 |\n 10 |\n =====================================output=====================================\n - import def , {named} from 'x'\n + import def, { named } from \"x\";\n \n - export * from 'd'\n + export * from \"d\";\n \n export const x = 42;\n \n - export default 42\n -\n + export default 42;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "module-export2.js" ], "duration": 59.21970099990722, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "module-export2.js" ], "duration": 62.06949000002351, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "module-export2.js" ], "duration": 59.075026999926195, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "module-export2.js" ], "duration": 58.79320099996403, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "module-export2.js" ], "duration": 58.73974400002044, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "module-export2.js" ], "duration": 59.01390999997966, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "module-export2.js" ], "duration": 60.00882500002626, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "module-export2.js" ], "duration": 59.56642200006172, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "module-export3.js" ], "duration": 0.7375739999115467, "failureMessages": [ "module-export3.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-export3.js format 1`\n \n - Snapshot - 5\n + Received + 3\n \n @@ -15,16 +15,14 @@\n > 8 | export default 42\n | ^^^^\n 9 |\n 10 |\n =====================================output=====================================\n - import def , {named} from 'x'\n + import def, { named } from \"x\";\n \n - export * from 'd'\n + export * from \"d\";\n \n - export const x\n - = 42\n + export const x = 42;\n \n export default 42;\n -\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "module-export3.js" ], "duration": 58.84442500001751, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "module-export3.js" ], "duration": 59.11850400001276, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "module-export3.js" ], "duration": 58.714833999983966, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "module-export3.js" ], "duration": 58.66262399998959, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "module-export3.js" ], "duration": 58.255655999993905, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "module-export3.js" ], "duration": 59.1330569999991, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "module-export3.js" ], "duration": 59.50458599999547, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "module-export3.js" ], "duration": 60.03579200000968, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "module-import.js" ], "duration": 0.7501580000389367, "failureMessages": [ "module-import.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-import.js format 1`\n \n - Snapshot - 5\n + Received + 3\n \n @@ -17,14 +17,12 @@\n 9 |\n 10 |\n =====================================output=====================================\n import def, { named } from \"x\";\n \n - export * from 'd'\n + export * from \"d\";\n \n - export const x\n - = 42\n + export const x = 42;\n \n - export default 42\n -\n + export default 42;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "module-import.js" ], "duration": 59.76817100006156, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "module-import.js" ], "duration": 60.92899800010491, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "module-import.js" ], "duration": 58.53674000001047, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "module-import.js" ], "duration": 58.778426999924704, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "module-import.js" ], "duration": 58.31080400000792, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "module-import.js" ], "duration": 60.3107809999492, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "module-import.js" ], "duration": 62.87185699993279, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "module-import.js" ], "duration": 62.517592999967746, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multiple-statements.js" ], "duration": 0.8434519999427721, "failureMessages": [ "multiple-statements.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `multiple-statements.js format 1`\n \n - Snapshot - 6\n + Received + 2\n \n @@ -25,18 +25,14 @@\n 13 | call(\n 14 | 1, 2,3\n 15 | );\n 16 |\n =====================================output=====================================\n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n call(1, 2, 3);\n \n call(1, 2, 3);\n \n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "multiple-statements.js" ], "duration": 59.99990799999796, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multiple-statements.js" ], "duration": 59.23675799998455, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multiple-statements.js" ], "duration": 59.30888800008688, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multiple-statements.js" ], "duration": 58.828960999962874, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multiple-statements.js" ], "duration": 59.30752599996049, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multiple-statements.js" ], "duration": 59.55289699998684, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multiple-statements.js" ], "duration": 60.24418399995193, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multiple-statements.js" ], "duration": 59.98102199996356, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multiple-statements2.js" ], "duration": 0.7898009999189526, "failureMessages": [ "multiple-statements2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `multiple-statements2.js format 1`\n \n - Snapshot - 6\n + Received + 2\n \n @@ -29,18 +29,14 @@\n 13 | call(\n 14 | 1, 2,3\n 15 | );\n 16 |\n =====================================output=====================================\n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n call(1, 2, 3);\n \n call(1, 2, 3);\n \n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "multiple-statements2.js" ], "duration": 60.527772999950685, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multiple-statements2.js" ], "duration": 59.28106700000353, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multiple-statements2.js" ], "duration": 60.140539000043646, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multiple-statements2.js" ], "duration": 66.0681409999961, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multiple-statements2.js" ], "duration": 61.305809999932535, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multiple-statements2.js" ], "duration": 61.49600000004284, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multiple-statements2.js" ], "duration": 60.5573779999977, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multiple-statements2.js" ], "duration": 59.13348499999847, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested-print-width.js" ], "duration": 0.609976000036113, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "nested-print-width.js" ], "duration": 59.41732000000775, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested-print-width.js" ], "duration": 59.54555799998343, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested-print-width.js" ], "duration": 58.978745999978855, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested-print-width.js" ], "duration": 58.55166500003543, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested-print-width.js" ], "duration": 58.94219400000293, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested-print-width.js" ], "duration": 58.990590000059456, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested-print-width.js" ], "duration": 59.25727000006009, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested-print-width.js" ], "duration": 59.293243999942206, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 0.5234930000733584, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "nested.js" ], "duration": 59.21960599999875, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 59.379967000102624, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 58.75637600000482, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 59.149532999959774, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 58.1748320000479, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 59.312470000004396, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 58.890102999983355, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 59.26594199996907, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 0.782439999980852, "failureMessages": [ "nested2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested2.js format 1`\n \n - Snapshot - 2\n + Received + 1\n \n @@ -18,9 +18,8 @@\n =====================================output=====================================\n try {\n if (condition) {\n body;\n }\n - }\n - catch (err) {}\n + } catch (err) {}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 58.81561200006399, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 60.821557000046596, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 59.78675299999304, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 59.595277999993414, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 60.78801100002602, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 59.47209899988957, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 58.74018399999477, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 58.97696800006088, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested3.js" ], "duration": 0.6966890000039712, "failureMessages": [ "nested3.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested3.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -15,12 +15,12 @@\n 5 | }\n 6 | catch (err) {}\n 7 |\n =====================================output=====================================\n try {\n - 1;if (condition) {\n - body;\n - }\n - }\n - catch (err) {}\n + 1;\n + if (condition) {\n + body;\n + }\n + } catch (err) {}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "nested3.js" ], "duration": 59.61943300010171, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested3.js" ], "duration": 59.59596299997065, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested3.js" ], "duration": 58.696586000034586, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested3.js" ], "duration": 58.46161100000609, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested3.js" ], "duration": 59.587816999992356, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested3.js" ], "duration": 59.07800400000997, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested3.js" ], "duration": 58.952035999973305, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested3.js" ], "duration": 58.96755099995062, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "object-expression.js" ], "duration": 0.517742000054568, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "object-expression.js" ], "duration": 59.6607490000315, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "object-expression.js" ], "duration": 59.38402400002815, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "object-expression.js" ], "duration": 58.93398800003342, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "object-expression.js" ], "duration": 58.631280999979936, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "object-expression.js" ], "duration": 59.86959400004707, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "object-expression.js" ], "duration": 60.13939599995501, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "object-expression.js" ], "duration": 59.625898000085726, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "object-expression.js" ], "duration": 59.45038600009866, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "object-expression2.js" ], "duration": 0.7408310000319034, "failureMessages": [ "object-expression2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `object-expression2.js format 1`\n \n - Snapshot - 1\n + Received + 0\n \n @@ -20,11 +20,10 @@\n > 9 | },\n | ^^^^^^\n 10 | ]\n 11 |\n =====================================output=====================================\n -\n const y = [\n {\n a: 1,\n },\n {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "object-expression2.js" ], "duration": 60.138568999944255, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "object-expression2.js" ], "duration": 59.73528400005307, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "object-expression2.js" ], "duration": 58.81725299998652, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "object-expression2.js" ], "duration": 59.09510200005025, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "object-expression2.js" ], "duration": 59.71695299993735, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "object-expression2.js" ], "duration": 59.47866599995177, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "object-expression2.js" ], "duration": 58.9400729999179, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "object-expression2.js" ], "duration": 59.78162899997551, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-end.js" ], "duration": 0.7817890000296757, "failureMessages": [ "range-end.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-end.js format 1`\n \n - Snapshot - 4\n + Received + 2\n \n @@ -18,12 +18,10 @@\n | ^^^^^\n > 9 | );\n | ^^\n =====================================output=====================================\n // Unchanged\n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n + call(1, 2, 3);\n \n - call(1, 2, 3);\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range-end.js" ], "duration": 59.71369300002698, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "range-end.js" ], "duration": 59.3853999999119, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "range-end.js" ], "duration": 59.160304000019096, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-end.js" ], "duration": 59.41541200003121, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-end.js" ], "duration": 58.51491100003477, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-end.js" ], "duration": 59.65868900006171, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "range-end.js" ], "duration": 59.28820199996699, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "range-end.js" ], "duration": 59.23017400002573, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-start.js" ], "duration": 0.7391659999266267, "failureMessages": [ "range-start.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-start.js format 1`\n \n - Snapshot - 4\n + Received + 1\n \n @@ -20,12 +20,9 @@\n 9 | );\n 10 |\n =====================================output=====================================\n call(1, 2, 3);\n \n -\n // Unchanged\n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range-start.js" ], "duration": 59.60216799995396, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "range-start.js" ], "duration": 59.553707999992184, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "range-start.js" ], "duration": 58.85136600001715, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-start.js" ], "duration": 58.705427000066265, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-start.js" ], "duration": 58.51554099994246, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-start.js" ], "duration": 59.651950999978, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "range-start.js" ], "duration": 58.736694999970496, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "range-start.js" ], "duration": 59.33848699997179, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range.js" ], "duration": 0.8776559999678284, "failureMessages": [ "range.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,14 +14,14 @@\n 6 | }\n 7 | }\n 8 | }\n 9 |\n =====================================output=====================================\n - function ugly ( {a=1, b = 2 } ) {\n - function ugly ( {a=1, b = 2 } ) {\n - function ugly ( {a=1, b = 2 } ) {\n - `multiline template string\n + function ugly({ a = 1, b = 2 }) {\n + function ugly({ a = 1, b = 2 }) {\n + function ugly({ a = 1, b = 2 }) {\n + `multiline template string\n with too much indentation`;\n }\n }\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range.js" ], "duration": 60.16989000001922, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "range.js" ], "duration": 59.852009999915026, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "range.js" ], "duration": 59.29304499994032, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range.js" ], "duration": 59.2296900000656, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range.js" ], "duration": 58.966806999989785, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range.js" ], "duration": 59.07199800002854, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "range.js" ], "duration": 60.85112700005993, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "range.js" ], "duration": 60.108560999971814, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "reversed-range.js" ], "duration": 0.750006000045687, "failureMessages": [ "reversed-range.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `reversed-range.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -8,9 +8,11 @@\n > 1 | foo = 1.0000;bar = 1.0000;baz=1.0000;\n | ^^^^^^^^^^^^^ [Reversed range]\n 2 | // The range will be 26~13, should not format anything\n 3 |\n =====================================output=====================================\n - foo = 1.0000;bar = 1.0000;baz=1.0000;\n + foo = 1.0;\n + bar = 1.0;\n + baz = 1.0;\n // The range will be 26~13, should not format anything\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "reversed-range.js" ], "duration": 58.02658399997745, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "reversed-range.js" ], "duration": 57.76021900004707, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "reversed-range.js" ], "duration": 58.314944999990985, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "reversed-range.js" ], "duration": 57.92469500005245, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "reversed-range.js" ], "duration": 57.770839000004344, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "reversed-range.js" ], "duration": 58.386742000002414, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "reversed-range.js" ], "duration": 58.41827100003138, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "reversed-range.js" ], "duration": 58.457521000062115, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "start-equals-end.js" ], "duration": 0.6930400000419468, "failureMessages": [ "start-equals-end.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `start-equals-end.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -8,9 +8,11 @@\n > 1 | foo = 1.0000;bar = 1.0000;baz=1.0000;\n | ^\n 2 | // The range will be 13~13, should not format anything\n 3 |\n =====================================output=====================================\n - foo = 1.0000;bar = 1.0000;baz=1.0000;\n + foo = 1.0;\n + bar = 1.0;\n + baz = 1.0;\n // The range will be 13~13, should not format anything\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "start-equals-end.js" ], "duration": 58.05001399992034, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "start-equals-end.js" ], "duration": 58.00289400003385, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "start-equals-end.js" ], "duration": 58.51912700000685, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "start-equals-end.js" ], "duration": 57.74552500003483, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "start-equals-end.js" ], "duration": 57.33707000000868, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "start-equals-end.js" ], "duration": 57.90897500002757, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "start-equals-end.js" ], "duration": 58.650024999980815, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "start-equals-end.js" ], "duration": 58.301628999994136, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "try-catch.js" ], "duration": 0.5146749999839813, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "try-catch.js" ], "duration": 58.41815799998585, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "try-catch.js" ], "duration": 59.13769999996293, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "try-catch.js" ], "duration": 58.72516000003088, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "try-catch.js" ], "duration": 58.67583199997898, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "try-catch.js" ], "duration": 58.50827800005209, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "try-catch.js" ], "duration": 60.05362400005106, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "try-catch.js" ], "duration": 59.365467000054196, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "try-catch.js" ], "duration": 59.58519700006582, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "whitespace.js" ], "duration": 0.7531629999866709, "failureMessages": [ "whitespace.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `whitespace.js format 1`\n \n - Snapshot - 1\n + Received + 0\n \n @@ -7,8 +7,7 @@\n =====================================input======================================\n > 1 | \n | ^\n 2 |\n =====================================output=====================================\n - \n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "whitespace.js" ], "duration": 58.433018999989145, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "whitespace.js" ], "duration": 71.64597599999979, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "whitespace.js" ], "duration": 58.42856999998912, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "whitespace.js" ], "duration": 57.43443599995226, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "whitespace.js" ], "duration": 57.412434999947436, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "whitespace.js" ], "duration": 58.06665100005921, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "whitespace.js" ], "duration": 57.79745000007097, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "whitespace.js" ], "duration": 57.261759000015445, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 36, "numPendingTests": 0, "perfStats": { "start": 404435.59112000006, "end": 406706.330045, "runtime": 2271, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 4, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/preserve-line/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "argument-list.js" ], "duration": 0.527959999977611, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "argument-list.js" ], "duration": 78.44836399995256, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "argument-list.js" ], "duration": 65.4188729999587, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "argument-list.js" ], "duration": 63.34941099991556, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "argument-list.js" ], "duration": 63.249093000078574, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "argument-list.js" ], "duration": 62.63524099998176, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "argument-list.js" ], "duration": 64.91812300006859, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "argument-list.js" ], "duration": 67.11589899996761, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "argument-list.js" ], "duration": 65.08655700006057, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 0.3886489999713376, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comments.js" ], "duration": 61.84520400001202, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 59.89967399998568, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 58.981476000044495, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 58.713094000006095, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 58.74467399995774, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 58.79770600004122, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 59.277239999966696, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 59.89293800003361, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "member-chain.js" ], "duration": 0.40650299994740635, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "member-chain.js" ], "duration": 66.72397799999453, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "member-chain.js" ], "duration": 64.00163700000849, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "member-chain.js" ], "duration": 61.79530200001318, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "member-chain.js" ], "duration": 64.1990780000342, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "member-chain.js" ], "duration": 62.015457000001334, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "member-chain.js" ], "duration": 63.56183299992699, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "member-chain.js" ], "duration": 64.03708700009156, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "member-chain.js" ], "duration": 64.49527499999385, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "parameter-list.js" ], "duration": 0.46367000008467585, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "parameter-list.js" ], "duration": 68.44376099994406, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "parameter-list.js" ], "duration": 63.154205000028014, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "parameter-list.js" ], "duration": 61.68967699992936, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "parameter-list.js" ], "duration": 62.353470999980345, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "parameter-list.js" ], "duration": 61.14457400003448, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "parameter-list.js" ], "duration": 62.24941799999215, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "parameter-list.js" ], "duration": 62.18940100003965, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "parameter-list.js" ], "duration": 62.43305300001521, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 18, "numPendingTests": 0, "perfStats": { "start": 406805.16409400007, "end": 407989.93520300003, "runtime": 1185, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/performance/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "nested-real.js" ], "duration": 0.43263100006151944, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "nested-real.js" ], "duration": 77.77942599996459, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested-real.js" ], "duration": 69.73305800009985, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested-real.js" ], "duration": 66.38700600003358, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested-real.js" ], "duration": 66.59095199999865, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested-real.js" ], "duration": 66.43873300007544, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested-real.js" ], "duration": 69.34831499995198, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested-real.js" ], "duration": 69.0200589998858, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested-real.js" ], "duration": 68.46616799989715, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 0.3854130000108853, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "nested.js" ], "duration": 65.018827999942, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 64.32121999992523, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 60.93950400000904, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 60.81807400006801, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 62.76649200008251, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 61.45071000000462, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 62.828229999984615, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 62.31816999998409, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "chaining.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chaining.js format 1`\n \n - Snapshot - 10\n + Received + 10\n \n @@ -98,18 +98,18 @@\n a?.();\n a?.[++x];\n a?.b.c(++x).d;\n a?.b[3].c?.(x).d;\n a?.b.c;\n - (a?.b).c;\n + a?.b.c;\n a?.b?.c;\n delete a?.b;\n \n a?.b[3].c?.(x).d.e?.f[3].g?.(y).h;\n \n - (a?.b).c();\n - (a?.b[c]).c();\n + a?.b.c();\n + a?.b[c].c();\n \n a?.b?.c.d?.e;\n (a ? b : c)?.d;\n \n (list || list2)?.length;\n @@ -125,33 +125,33 @@\n a?.[b?.c].d();\n a[b?.c]?.d();\n a?.[b?.c]?.d();\n \n one?.fn();\n - (one?.two).fn();\n - (one?.two)();\n - (one?.two())();\n + one?.two.fn();\n + one?.two();\n + one?.two()();\n one.two?.fn();\n - (one.two?.three).fn();\n + one.two?.three.fn();\n one.two?.three?.fn();\n \n one?.();\n - (one?.())();\n + one?.()();\n one?.()?.();\n \n - (one?.()).two;\n + one?.().two;\n \n a?.[b ? c : d];\n \n (-1)?.toFixed();\n (void fn)?.();\n (a && b)?.();\n (a ? b : c)?.();\n (function () {})?.();\n (() => f)?.();\n (() => f)?.x;\n - (a?.(x)).x;\n + a?.(x).x;\n (\n aaaaaaaaaaaaaaaaaaaaaaaa &&\n aaaaaaaaaaaaaaaaaaaaaaaa &&\n aaaaaaaaaaaaaaaaaaaaaaaa\n )?.();\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 117)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 26, "numPendingTests": 0, "perfStats": { "start": 408096.47801200004, "end": 409833.28788400005, "runtime": 1737, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/optional-chaining/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "chaining.js" ], "duration": 0.7039400000358, "failureMessages": [ "chaining.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chaining.js format 1`\n \n - Snapshot - 10\n + Received + 10\n \n @@ -98,18 +98,18 @@\n a?.();\n a?.[++x];\n a?.b.c(++x).d;\n a?.b[3].c?.(x).d;\n a?.b.c;\n - (a?.b).c;\n + a?.b.c;\n a?.b?.c;\n delete a?.b;\n \n a?.b[3].c?.(x).d.e?.f[3].g?.(y).h;\n \n - (a?.b).c();\n - (a?.b[c]).c();\n + a?.b.c();\n + a?.b[c].c();\n \n a?.b?.c.d?.e;\n (a ? b : c)?.d;\n \n (list || list2)?.length;\n @@ -125,33 +125,33 @@\n a?.[b?.c].d();\n a[b?.c]?.d();\n a?.[b?.c]?.d();\n \n one?.fn();\n - (one?.two).fn();\n - (one?.two)();\n - (one?.two())();\n + one?.two.fn();\n + one?.two();\n + one?.two()();\n one.two?.fn();\n - (one.two?.three).fn();\n + one.two?.three.fn();\n one.two?.three?.fn();\n \n one?.();\n - (one?.())();\n + one?.()();\n one?.()?.();\n \n - (one?.()).two;\n + one?.().two;\n \n a?.[b ? c : d];\n \n (-1)?.toFixed();\n (void fn)?.();\n (a && b)?.();\n (a ? b : c)?.();\n (function () {})?.();\n (() => f)?.();\n (() => f)?.x;\n - (a?.(x)).x;\n + a?.(x).x;\n (\n aaaaaaaaaaaaaaaaaaaaaaaa &&\n aaaaaaaaaaaaaaaaaaaaaaaa &&\n aaaaaaaaaaaaaaaaaaaaaaaa\n )?.();\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 117)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "chaining.js" ], "duration": 79.64688600006048, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "chaining.js" ], "duration": 75.65687900001649, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "chaining.js" ], "duration": 67.41554399998859, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "chaining.js" ], "duration": 65.51892500009853, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "chaining.js" ], "duration": 65.218349999981, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "chaining.js" ], "duration": 71.45157300005667, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "chaining.js" ], "duration": 66.52996100008022, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "chaining.js" ], "duration": 69.7604879999999, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 0.41274499997962266, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comments.js" ], "duration": 65.7492070000153, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 62.25931200000923, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 61.56856099993456, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 61.3867330000503, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 60.917724999948405, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 61.611392000108026, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 61.221212000004016, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 63.626014000037685, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "eval.js" ], "duration": 0.391755000106059, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "eval.js" ], "duration": 60.63861700007692, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "eval.js" ], "duration": 59.83504199993331, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "eval.js" ], "duration": 58.35249099996872, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "eval.js" ], "duration": 58.37504000007175, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "eval.js" ], "duration": 58.33572199998889, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "eval.js" ], "duration": 58.673321999958716, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "eval.js" ], "duration": 59.00721200008411, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "eval.js" ], "duration": 58.44812499999534, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 409929.13474099996, "end": 410454.37712, "runtime": 525, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/optional-catch-binding/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "optional_catch_binding.js" ], "duration": 0.3841809999430552, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "optional_catch_binding.js" ], "duration": 58.27828800003044, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "optional_catch_binding.js" ], "duration": 58.153322999947704, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "optional_catch_binding.js" ], "duration": 57.56110599997919, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "optional_catch_binding.js" ], "duration": 58.36817000003066, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "optional_catch_binding.js" ], "duration": 58.45228500000667, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "optional_catch_binding.js" ], "duration": 59.111096999957226, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "optional_catch_binding.js" ], "duration": 58.11597499996424, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "optional_catch_binding.js" ], "duration": 58.28614599991124, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 36, "numPendingTests": 0, "perfStats": { "start": 410563.93280400004, "end": 412726.18249800004, "runtime": 2162, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 4, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/object-prop-break-in/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "comment.js" ], "duration": 0.5055479999864474, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comment.js" ], "duration": 58.74869400006719, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 58.74193399993237, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 58.267862999928184, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 58.74554000003263, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 58.00458599999547, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 57.886720999958925, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 58.243784000049345, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 58.28867400006857, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "long-value.js" ], "duration": 0.41610999999102205, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "long-value.js" ], "duration": 59.316139000002295, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "long-value.js" ], "duration": 61.1423669999931, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "long-value.js" ], "duration": 58.14429800002836, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "long-value.js" ], "duration": 57.839218999957666, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "long-value.js" ], "duration": 57.49322599999141, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "long-value.js" ], "duration": 58.46510499995202, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "long-value.js" ], "duration": 57.51438800001051, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "long-value.js" ], "duration": 57.752642999985255, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "short-keys.js" ], "duration": 0.39519199996721, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "short-keys.js" ], "duration": 61.83094599994365, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "short-keys.js" ], "duration": 60.63470600009896, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "short-keys.js" ], "duration": 59.045824999921024, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "short-keys.js" ], "duration": 58.72774499992374, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "short-keys.js" ], "duration": 58.753354999935254, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "short-keys.js" ], "duration": 59.58817900007125, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "short-keys.js" ], "duration": 59.00464199995622, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "short-keys.js" ], "duration": 59.12857900001109, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 0.42894500005058944, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "test.js" ], "duration": 63.36944200005382, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 61.934379999991506, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "test.js" ], "duration": 60.45549100008793, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test.js" ], "duration": 60.69215499993879, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 61.20953999995254, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test.js" ], "duration": 63.13969300000463, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "test.js" ], "duration": 62.59499699994922, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 61.354143999982625, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 412822.0919630001, "end": 413384.847226, "runtime": 563, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/nullish-coalescing/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "nullish_coalesing_operator.js" ], "duration": 0.43835200008470565, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "nullish_coalesing_operator.js" ], "duration": 61.25093800004106, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nullish_coalesing_operator.js" ], "duration": 61.65259700000752, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nullish_coalesing_operator.js" ], "duration": 59.70653800002765, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nullish_coalesing_operator.js" ], "duration": 59.32346600003075, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nullish_coalesing_operator.js" ], "duration": 59.6626760000363, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nullish_coalesing_operator.js" ], "duration": 60.026891999994405, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nullish_coalesing_operator.js" ], "duration": 60.38374700001441, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nullish_coalesing_operator.js" ], "duration": 60.49585399997886, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 27, "numPendingTests": 0, "perfStats": { "start": 413482.303241, "end": 415092.04964599997, "runtime": 1610, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/new-expression/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "call.js" ], "duration": 0.45875099999830127, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "call.js" ], "duration": 59.217233999981545, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "call.js" ], "duration": 58.66967700002715, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "call.js" ], "duration": 58.86021399998572, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "call.js" ], "duration": 59.30738700006623, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "call.js" ], "duration": 58.07193500001449, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "call.js" ], "duration": 58.74174700002186, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "call.js" ], "duration": 58.97351000003982, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "call.js" ], "duration": 59.219033999950625, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "new_expression.js" ], "duration": 0.44372300000395626, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "new_expression.js" ], "duration": 64.67651499994099, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "new_expression.js" ], "duration": 61.35182700003497, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "new_expression.js" ], "duration": 59.89532200002577, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "new_expression.js" ], "duration": 59.7887140000239, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "new_expression.js" ], "duration": 58.743263999931514, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "new_expression.js" ], "duration": 59.96744099992793, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "new_expression.js" ], "duration": 59.18980000005104, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "new_expression.js" ], "duration": 61.387566999997944, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "with-member-expression.js" ], "duration": 0.3696629999903962, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "with-member-expression.js" ], "duration": 59.75666600000113, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "with-member-expression.js" ], "duration": 59.645967999938875, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "with-member-expression.js" ], "duration": 59.349775999900885, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "with-member-expression.js" ], "duration": 58.68180899997242, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "with-member-expression.js" ], "duration": 59.13175099994987, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "with-member-expression.js" ], "duration": 58.93611700006295, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "with-member-expression.js" ], "duration": 58.97705399990082, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "with-member-expression.js" ], "duration": 59.00213299994357, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 27, "numPendingTests": 0, "perfStats": { "start": 415212.372686, "end": 416839.16750499996, "runtime": 1627, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/member/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "conditional.js" ], "duration": 0.4714539999840781, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 59.20014299999457, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 58.88744299998507, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 58.91173100005835, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 58.2500220000511, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 58.57131000002846, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 58.54363099997863, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 58.48905099998228, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 59.82053899997845, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "expand.js" ], "duration": 0.4591820000205189, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "expand.js" ], "duration": 69.40300500008743, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "expand.js" ], "duration": 63.91384300007485, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "expand.js" ], "duration": 62.09652899997309, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "expand.js" ], "duration": 61.25533800001722, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "expand.js" ], "duration": 62.04745199996978, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "expand.js" ], "duration": 62.410938999964856, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "expand.js" ], "duration": 62.329631000058725, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "expand.js" ], "duration": 62.93596100003924, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "logical.js" ], "duration": 0.36886199994478375, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "logical.js" ], "duration": 59.938979000085965, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "logical.js" ], "duration": 58.29858800000511, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "logical.js" ], "duration": 58.009218000108376, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "logical.js" ], "duration": 58.07470100000501, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "logical.js" ], "duration": 58.09738199994899, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "logical.js" ], "duration": 59.41153000004124, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "logical.js" ], "duration": 58.254027000046335, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "logical.js" ], "duration": 58.58213600004092, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 18, "numPendingTests": 0, "perfStats": { "start": 416943.365039, "end": 418053.51840800006, "runtime": 1110, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/logical_expressions/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "issue-7024.js" ], "duration": 0.4549239999614656, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-7024.js" ], "duration": 58.57562000001781, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-7024.js" ], "duration": 59.76799800002482, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-7024.js" ], "duration": 58.415032000048086, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-7024.js" ], "duration": 58.45744300005026, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-7024.js" ], "duration": 58.6901610000059, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-7024.js" ], "duration": 59.97539399995003, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-7024.js" ], "duration": 58.29380900005344, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-7024.js" ], "duration": 58.922614000039175, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "logical_expression_operators.js" ], "duration": 0.4506960000144318, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "logical_expression_operators.js" ], "duration": 70.50432400009595, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "logical_expression_operators.js" ], "duration": 61.87251100002322, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "logical_expression_operators.js" ], "duration": 60.69101299997419, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "logical_expression_operators.js" ], "duration": 61.80987200001255, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "logical_expression_operators.js" ], "duration": 60.308028000057675, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "logical_expression_operators.js" ], "duration": 61.502362000057474, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "logical_expression_operators.js" ], "duration": 62.195071000023745, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "logical_expression_operators.js" ], "duration": 60.74225800007116, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 418155.02733, "end": 418775.57601300004, "runtime": 621, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/logical-assignment/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "logical-assignment.js" ], "duration": 0.4231440000003204, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "logical-assignment.js" ], "duration": 65.2795380000025, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "logical-assignment.js" ], "duration": 87.66563900001347, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "logical-assignment.js" ], "duration": 63.64616099989507, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "logical-assignment.js" ], "duration": 62.196740000043064, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "logical-assignment.js" ], "duration": 67.60698499996215, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "logical-assignment.js" ], "duration": 66.62516000005417, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "logical-assignment.js" ], "duration": 63.22223600000143, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "logical-assignment.js" ], "duration": 63.67325999995228, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 418872.67962, "end": 419414.375234, "runtime": 542, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/literal-numeric-separator/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "test.js" ], "duration": 0.39162400003988296, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "test.js" ], "duration": 58.62921100005042, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 58.171123999985866, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "test.js" ], "duration": 56.871182000031695, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test.js" ], "duration": 57.71785900008399, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 58.547500000102445, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test.js" ], "duration": 57.986694999970496, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "test.js" ], "duration": 58.65339399990626, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 57.629317999933846, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 419509.68558700004, "end": 420051.17274600005, "runtime": 541, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/line-suffix-boundary/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "boundary.js" ], "duration": 0.40097199997399, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "boundary.js" ], "duration": 62.27043300005607, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "boundary.js" ], "duration": 60.65349699999206, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "boundary.js" ], "duration": 59.00854499998968, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "boundary.js" ], "duration": 59.45182399998885, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "boundary.js" ], "duration": 59.01128999993671, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "boundary.js" ], "duration": 59.8655049999943, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "boundary.js" ], "duration": 59.87682499992661, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "boundary.js" ], "duration": 61.11189099994954, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 420148.53442800004, "end": 420701.813335, "runtime": 553, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/line/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "windows.js" ], "duration": 0.5112189999781549, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "windows.js" ], "duration": 62.139089000062086, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "windows.js" ], "duration": 64.68313200003468, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "windows.js" ], "duration": 64.37079099996481, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "windows.js" ], "duration": 63.57699199998751, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "windows.js" ], "duration": 60.49949299998116, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "windows.js" ], "duration": 59.0089910000097, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "windows.js" ], "duration": 59.05515199992806, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "windows.js" ], "duration": 59.866161000099964, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 27, "numPendingTests": 0, "perfStats": { "start": 420804.700764, "end": 422384.89334300003, "runtime": 1580, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/label/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "block-statement-and-regexp.js" ], "duration": 0.5342320000054315, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "block-statement-and-regexp.js" ], "duration": 58.85920900001656, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "block-statement-and-regexp.js" ], "duration": 57.84271799994167, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "block-statement-and-regexp.js" ], "duration": 58.42680100002326, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "block-statement-and-regexp.js" ], "duration": 57.69623000000138, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "block-statement-and-regexp.js" ], "duration": 57.65153300005477, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "block-statement-and-regexp.js" ], "duration": 58.08494299999438, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "block-statement-and-regexp.js" ], "duration": 57.50055499991868, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "block-statement-and-regexp.js" ], "duration": 57.41654899995774, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 0.37681699998211116, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comment.js" ], "duration": 58.88107899995521, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 57.985596999991685, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 57.38832800008822, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 57.33535099995788, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 57.645723999943584, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 58.29598499997519, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 57.909915000083856, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 57.58890199998859, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty_label.js" ], "duration": 0.37874999991618097, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "empty_label.js" ], "duration": 57.18427500000689, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "empty_label.js" ], "duration": 57.78001700004097, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "empty_label.js" ], "duration": 57.17632800003048, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty_label.js" ], "duration": 57.6312410000246, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty_label.js" ], "duration": 57.46087900002021, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty_label.js" ], "duration": 57.123549000010826, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "empty_label.js" ], "duration": 57.39185799995903, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "empty_label.js" ], "duration": 57.82867799990345, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 422477.82102800003, "end": 423006.116815, "runtime": 528, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/import-meta/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "import_meta.js" ], "duration": 0.3685309999855235, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "import_meta.js" ], "duration": 59.80867300007958, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "import_meta.js" ], "duration": 59.68373699998483, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "import_meta.js" ], "duration": 58.59853100008331, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "import_meta.js" ], "duration": 58.307884000008926, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "import_meta.js" ], "duration": 58.43450600001961, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "import_meta.js" ], "duration": 58.28940199990757, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "import_meta.js" ], "duration": 58.43021699995734, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "import_meta.js" ], "duration": 57.98513299995102, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "expr_and_same_line_comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `expr_and_same_line_comments.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -78,10 +78,10 @@\n // TODO[@fisker]: fix this\n // if (a) var a = 1; /* comment 6e */\n // else return 2;\n \n if (a)\n - if (b /* comment 6f */);\n + if (b);/* comment 6f */\n else return 2;\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 130)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 44, "numPendingTests": 0, "perfStats": { "start": 423105.7987, "end": 425879.16522400005, "runtime": 2773, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 4, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/if/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "comment_before_else.js" ], "duration": 0.386765000061132, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comment_before_else.js" ], "duration": 59.94038299995009, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comment_before_else.js" ], "duration": 59.87193499994464, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comment_before_else.js" ], "duration": 59.12255900003947, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comment_before_else.js" ], "duration": 59.03235200000927, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comment_before_else.js" ], "duration": 65.51503500004765, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comment_before_else.js" ], "duration": 62.316754000028595, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comment_before_else.js" ], "duration": 58.90581199992448, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comment_before_else.js" ], "duration": 58.95050599996466, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "else.js" ], "duration": 0.4617259999504313, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "else.js" ], "duration": 62.955589000019245, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "else.js" ], "duration": 61.488409999990836, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "else.js" ], "duration": 61.03419199993368, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "else.js" ], "duration": 61.71856700000353, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "else.js" ], "duration": 60.28628200001549, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "else.js" ], "duration": 60.81498600007035, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "else.js" ], "duration": 61.43207900004927, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "else.js" ], "duration": 61.97465899994131, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "expr_and_same_line_comments.js" ], "duration": 0.6301730000413954, "failureMessages": [ "expr_and_same_line_comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `expr_and_same_line_comments.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -78,10 +78,10 @@\n // TODO[@fisker]: fix this\n // if (a) var a = 1; /* comment 6e */\n // else return 2;\n \n if (a)\n - if (b /* comment 6f */);\n + if (b);/* comment 6f */\n else return 2;\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 130)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "expr_and_same_line_comments.js" ], "duration": 65.09993500006385, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "expr_and_same_line_comments.js" ], "duration": 62.95460800000001, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "expr_and_same_line_comments.js" ], "duration": 61.084813000052236, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "expr_and_same_line_comments.js" ], "duration": 60.944897999987006, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "expr_and_same_line_comments.js" ], "duration": 60.91123199998401, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "expr_and_same_line_comments.js" ], "duration": 62.058399000088684, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "expr_and_same_line_comments.js" ], "duration": 61.86250599997584, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "expr_and_same_line_comments.js" ], "duration": 61.83283400000073, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "if_comments.js" ], "duration": 0.3909830000484362, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "if_comments.js" ], "duration": 75.81178700004239, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "if_comments.js" ], "duration": 65.59212200006004, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "if_comments.js" ], "duration": 63.27413000003435, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "if_comments.js" ], "duration": 61.857508999994025, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "if_comments.js" ], "duration": 63.25530199997593, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "if_comments.js" ], "duration": 62.59040200000163, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "if_comments.js" ], "duration": 63.736404999974184, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "if_comments.js" ], "duration": 62.87877500010654, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "trailing_comment.js" ], "duration": 0.3772480000043288, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "trailing_comment.js" ], "duration": 59.8762229999993, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "trailing_comment.js" ], "duration": 59.253892999957316, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "trailing_comment.js" ], "duration": 59.16480899997987, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "trailing_comment.js" ], "duration": 59.11411600001156, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "trailing_comment.js" ], "duration": 58.23240900004748, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "trailing_comment.js" ], "duration": 59.32082400005311, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "trailing_comment.js" ], "duration": 59.34471100009978, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "trailing_comment.js" ], "duration": 59.84404800005723, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 27, "numPendingTests": 0, "perfStats": { "start": 425981.129882, "end": 427615.27735300007, "runtime": 1634, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/generator/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "anonymous.js" ], "duration": 0.3810550000052899, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "anonymous.js" ], "duration": 62.1345760000404, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "anonymous.js" ], "duration": 61.051727999933064, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "anonymous.js" ], "duration": 62.75307800003793, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "anonymous.js" ], "duration": 61.0264610000886, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "anonymous.js" ], "duration": 59.301944999955595, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "anonymous.js" ], "duration": 60.06870699999854, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "anonymous.js" ], "duration": 60.18681599991396, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "anonymous.js" ], "duration": 60.35280699993018, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "async.js" ], "duration": 0.3794919999781996, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "async.js" ], "duration": 62.17953700001817, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "async.js" ], "duration": 62.9720330000855, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "async.js" ], "duration": 60.32808999996632, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "async.js" ], "duration": 60.553384000086226, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "async.js" ], "duration": 60.295670000021346, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "async.js" ], "duration": 62.26993800001219, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "async.js" ], "duration": 60.71494899992831, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "async.js" ], "duration": 60.391185999964364, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function-name-starts-with-get.js" ], "duration": 0.3656050000572577, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "function-name-starts-with-get.js" ], "duration": 59.341022999957204, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "function-name-starts-with-get.js" ], "duration": 59.55594900005963, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function-name-starts-with-get.js" ], "duration": 58.943078999989666, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function-name-starts-with-get.js" ], "duration": 59.28466300002765, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function-name-starts-with-get.js" ], "duration": 59.41260199993849, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function-name-starts-with-get.js" ], "duration": 59.67621800000779, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "function-name-starts-with-get.js" ], "duration": 59.5968339999672, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function-name-starts-with-get.js" ], "duration": 59.14395399997011, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 427710.783334, "end": 428259.245617, "runtime": 548, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/function-comments/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "params-trail-comments.js" ], "duration": 0.45416199997998774, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "params-trail-comments.js" ], "duration": 62.166988000040874, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "params-trail-comments.js" ], "duration": 60.66561700007878, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "params-trail-comments.js" ], "duration": 60.75118400005158, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "params-trail-comments.js" ], "duration": 59.801481999922544, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "params-trail-comments.js" ], "duration": 60.640864000073634, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "params-trail-comments.js" ], "duration": 61.60298500000499, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "params-trail-comments.js" ], "duration": 60.584542000084184, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "params-trail-comments.js" ], "duration": 60.77581000002101, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 428374.128796, "end": 428931.86833300005, "runtime": 558, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/function-first-param/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "function_expression.js" ], "duration": 0.41270499990787357, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "function_expression.js" ], "duration": 61.97801299998537, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function_expression.js" ], "duration": 60.93431099993177, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "function_expression.js" ], "duration": 59.54828200000338, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function_expression.js" ], "duration": 59.81777600001078, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function_expression.js" ], "duration": 61.568440000060946, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function_expression.js" ], "duration": 60.08584399998654, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "function_expression.js" ], "duration": 59.37643499998376, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function_expression.js" ], "duration": 60.45804399996996, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 18, "numPendingTests": 0, "perfStats": { "start": 429032.159909, "end": 430113.97323000006, "runtime": 1082, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/function/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "function_expression.js" ], "duration": 0.3802129999967292, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "function_expression.js" ], "duration": 62.385765999904834, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function_expression.js" ], "duration": 60.950055000022985, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "function_expression.js" ], "duration": 61.14452800003346, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function_expression.js" ], "duration": 60.353593999985605, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function_expression.js" ], "duration": 59.22096700000111, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function_expression.js" ], "duration": 60.60691700002644, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "function_expression.js" ], "duration": 60.54296200000681, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function_expression.js" ], "duration": 59.43255900009535, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-10277.js" ], "duration": 0.3547559999860823, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-10277.js" ], "duration": 59.45879800000694, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-10277.js" ], "duration": 60.02222300006542, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-10277.js" ], "duration": 58.469479999970645, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-10277.js" ], "duration": 58.396650000009686, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-10277.js" ], "duration": 59.594221999985166, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-10277.js" ], "duration": 61.14663900004234, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-10277.js" ], "duration": 59.08694299997296, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-10277.js" ], "duration": 59.36989600001834, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 430208.06621, "end": 430747.68144899997, "runtime": 540, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/for-of/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "async-identifier.js" ], "duration": 0.37613600003533065, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "async-identifier.js" ], "duration": 60.85973100003321, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "async-identifier.js" ], "duration": 60.14155699999537, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "async-identifier.js" ], "duration": 58.97232000005897, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "async-identifier.js" ], "duration": 59.92734799999744, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "async-identifier.js" ], "duration": 59.49132699996699, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "async-identifier.js" ], "duration": 59.3107580000069, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "async-identifier.js" ], "duration": 59.90115499997046, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "async-identifier.js" ], "duration": 60.0626110000303, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 430847.530768, "end": 431396.371138, "runtime": 549, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/for-await/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "for-await.js" ], "duration": 0.38335900008678436, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "for-await.js" ], "duration": 64.05577500001527, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "for-await.js" ], "duration": 61.20398400002159, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "for-await.js" ], "duration": 60.1097600000212, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "for-await.js" ], "duration": 60.39326899999287, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "for-await.js" ], "duration": 60.67141700000502, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "for-await.js" ], "duration": 60.391195000032894, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "for-await.js" ], "duration": 60.276134000043385, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "for-await.js" ], "duration": 60.28604399994947, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "continue-and-break-comment-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `continue-and-break-comment-1.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -213,13 +213,13 @@\n do {\n break; /* comment */\n } while (true);\n \n label1: for (;;) {\n - continue label1 /* comment */;\n + continue label1; /* comment */\n }\n \n label2: {\n - break label2 /* comment */;\n + break label2; /* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 137)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncontinue-and-break-comment-without-blocks.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `continue-and-break-comment-without-blocks.js format 1`\n \n - Snapshot - 57\n + Received + 36\n \n @@ -100,51 +100,39 @@\n label1: for (;;) continue label1\n // comment\n ;\n \n =====================================output=====================================\n - for (;;)\n - continue;\n - // comment\n + for (;;) continue;\n + // comment\n \n - for (;;)\n - break;\n - // comment\n + for (;;) break;\n + // comment\n \n - for (const f of [])\n - continue;\n - // comment\n + for (const f of []) continue;\n + // comment\n \n - for (const f of [])\n - break;\n - // comment\n + for (const f of []) break;\n + // comment\n \n - for (const f in {})\n - continue;\n - // comment\n + for (const f in {}) continue;\n + // comment\n \n - for (const f in {})\n - break;\n - // comment\n + for (const f in {}) break;\n + // comment\n \n - for (;;)\n - continue; // comment\n + for (;;) continue; // comment\n \n - for (;;)\n - break; // comment\n + for (;;) break; // comment\n \n - for (const f of [])\n - continue; // comment\n + for (const f of []) continue; // comment\n \n - for (const f of [])\n - break; // comment\n + for (const f of []) break; // comment\n \n - for (const f in {})\n - continue; // comment\n + for (const f in {}) continue; // comment\n \n - for (const f in {})\n - break; // comment\n + for (const f in {}) break; // comment\n \n for (;;) continue; /* comment */\n \n for (;;) break; /* comment */\n \n @@ -154,43 +142,34 @@\n \n for (const f in {}) continue; /* comment */\n \n for (const f in {}) break; /* comment */\n \n - for (;;)\n - continue;\n - /* comment */\n + for (;;) continue;\n + /* comment */\n \n - for (;;)\n - break;\n - /* comment */\n + for (;;) break;\n + /* comment */\n \n - for (const f of [])\n - continue;\n - /* comment */\n + for (const f of []) continue;\n + /* comment */\n \n - for (const f of [])\n - break;\n - /* comment */\n + for (const f of []) break;\n + /* comment */\n \n - for (const f in {})\n - continue;\n - /* comment */\n + for (const f in {}) continue;\n + /* comment */\n \n - for (const f in {})\n - break;\n - /* comment */\n + for (const f in {}) break;\n + /* comment */\n \n - label1: for (;;) continue label1 /* comment */;\n + label1: for (;;) continue label1; /* comment */\n \n - label1: for (;;)\n - continue label1;\n - /* comment */\n + label1: for (;;) continue label1;\n + /* comment */\n \n - label1: for (;;)\n - continue label1; // comment\n + label1: for (;;) continue label1; // comment\n \n - label1: for (;;)\n - continue label1;\n - // comment\n + label1: for (;;) continue label1;\n + // comment\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 137)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 2, "numPassingTests": 61, "numPendingTests": 0, "perfStats": { "start": 431494.832303, "end": 435399.60330899997, "runtime": 3905, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 5, "unchecked": 0, "unmatched": 2, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/for/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "comment.js" ], "duration": 0.36782100005075336, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comment.js" ], "duration": 66.49193499993999, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 60.90273800003342, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 60.26223300001584, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 60.41248800000176, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 60.03748800000176, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 61.4473289999878, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 62.293520000064746, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 60.6994630000554, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "continue-and-break-comment-1.js" ], "duration": 0.714159999974072, "failureMessages": [ "continue-and-break-comment-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `continue-and-break-comment-1.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -213,13 +213,13 @@\n do {\n break; /* comment */\n } while (true);\n \n label1: for (;;) {\n - continue label1 /* comment */;\n + continue label1; /* comment */\n }\n \n label2: {\n - break label2 /* comment */;\n + break label2; /* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 137)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "continue-and-break-comment-1.js" ], "duration": 65.84802899998613, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "continue-and-break-comment-1.js" ], "duration": 63.67294699989725, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "continue-and-break-comment-1.js" ], "duration": 62.636918000061996, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "continue-and-break-comment-1.js" ], "duration": 62.4094079999486, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "continue-and-break-comment-1.js" ], "duration": 62.371255999896675, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "continue-and-break-comment-1.js" ], "duration": 62.601907999953255, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "continue-and-break-comment-1.js" ], "duration": 64.29979700001422, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "continue-and-break-comment-1.js" ], "duration": 64.91580000007525, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "continue-and-break-comment-2.js" ], "duration": 0.39042200008407235, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "continue-and-break-comment-2.js" ], "duration": 70.39548099995591, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "continue-and-break-comment-2.js" ], "duration": 62.84556199994404, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "continue-and-break-comment-2.js" ], "duration": 62.293634000001475, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "continue-and-break-comment-2.js" ], "duration": 63.02365300001111, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "continue-and-break-comment-2.js" ], "duration": 62.210144000011496, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "continue-and-break-comment-2.js" ], "duration": 62.88435900001787, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "continue-and-break-comment-2.js" ], "duration": 63.65339099999983, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "continue-and-break-comment-2.js" ], "duration": 62.84042699995916, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "continue-and-break-comment-without-blocks.js" ], "duration": 1.1134590000147, "failureMessages": [ "continue-and-break-comment-without-blocks.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `continue-and-break-comment-without-blocks.js format 1`\n \n - Snapshot - 57\n + Received + 36\n \n @@ -100,51 +100,39 @@\n label1: for (;;) continue label1\n // comment\n ;\n \n =====================================output=====================================\n - for (;;)\n - continue;\n - // comment\n + for (;;) continue;\n + // comment\n \n - for (;;)\n - break;\n - // comment\n + for (;;) break;\n + // comment\n \n - for (const f of [])\n - continue;\n - // comment\n + for (const f of []) continue;\n + // comment\n \n - for (const f of [])\n - break;\n - // comment\n + for (const f of []) break;\n + // comment\n \n - for (const f in {})\n - continue;\n - // comment\n + for (const f in {}) continue;\n + // comment\n \n - for (const f in {})\n - break;\n - // comment\n + for (const f in {}) break;\n + // comment\n \n - for (;;)\n - continue; // comment\n + for (;;) continue; // comment\n \n - for (;;)\n - break; // comment\n + for (;;) break; // comment\n \n - for (const f of [])\n - continue; // comment\n + for (const f of []) continue; // comment\n \n - for (const f of [])\n - break; // comment\n + for (const f of []) break; // comment\n \n - for (const f in {})\n - continue; // comment\n + for (const f in {}) continue; // comment\n \n - for (const f in {})\n - break; // comment\n + for (const f in {}) break; // comment\n \n for (;;) continue; /* comment */\n \n for (;;) break; /* comment */\n \n @@ -154,43 +142,34 @@\n \n for (const f in {}) continue; /* comment */\n \n for (const f in {}) break; /* comment */\n \n - for (;;)\n - continue;\n - /* comment */\n + for (;;) continue;\n + /* comment */\n \n - for (;;)\n - break;\n - /* comment */\n + for (;;) break;\n + /* comment */\n \n - for (const f of [])\n - continue;\n - /* comment */\n + for (const f of []) continue;\n + /* comment */\n \n - for (const f of [])\n - break;\n - /* comment */\n + for (const f of []) break;\n + /* comment */\n \n - for (const f in {})\n - continue;\n - /* comment */\n + for (const f in {}) continue;\n + /* comment */\n \n - for (const f in {})\n - break;\n - /* comment */\n + for (const f in {}) break;\n + /* comment */\n \n - label1: for (;;) continue label1 /* comment */;\n + label1: for (;;) continue label1; /* comment */\n \n - label1: for (;;)\n - continue label1;\n - /* comment */\n + label1: for (;;) continue label1;\n + /* comment */\n \n - label1: for (;;)\n - continue label1; // comment\n + label1: for (;;) continue label1; // comment\n \n - label1: for (;;)\n - continue label1;\n - // comment\n + label1: for (;;) continue label1;\n + // comment\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 137)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "continue-and-break-comment-without-blocks.js" ], "duration": 65.46492599998601, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "continue-and-break-comment-without-blocks.js" ], "duration": 62.93777999992017, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "continue-and-break-comment-without-blocks.js" ], "duration": 62.28743799997028, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "continue-and-break-comment-without-blocks.js" ], "duration": 62.73246500000823, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "continue-and-break-comment-without-blocks.js" ], "duration": 62.51750399998855, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "continue-and-break-comment-without-blocks.js" ], "duration": 63.102925000013784, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "continue-and-break-comment-without-blocks.js" ], "duration": 62.290282000089064, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "continue-and-break-comment-without-blocks.js" ], "duration": 63.02227600000333, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "for.js" ], "duration": 0.37921199994161725, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "for.js" ], "duration": 62.086024999967776, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "for.js" ], "duration": 60.463743999949656, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "for.js" ], "duration": 59.910229999921285, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "for.js" ], "duration": 61.702860999968834, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "for.js" ], "duration": 59.969243000028655, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "for.js" ], "duration": 60.994966999976896, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "for.js" ], "duration": 60.69969100004528, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "for.js" ], "duration": 60.16599499993026, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "in.js" ], "duration": 0.386424999916926, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "in.js" ], "duration": 62.94808199990075, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "in.js" ], "duration": 61.82425300008617, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "in.js" ], "duration": 61.02353100001346, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "in.js" ], "duration": 60.73576499999035, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "in.js" ], "duration": 60.5141949999379, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "in.js" ], "duration": 61.13481000007596, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "in.js" ], "duration": 60.43580600002315, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "in.js" ], "duration": 61.50031599996146, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "var.js" ], "duration": 0.3768469999777153, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "var.js" ], "duration": 59.54168100003153, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "var.js" ], "duration": 59.77455099998042, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "var.js" ], "duration": 60.66589699999895, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "var.js" ], "duration": 60.04305899993051, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "var.js" ], "duration": 59.029135999968275, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "var.js" ], "duration": 59.636778000043705, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "var.js" ], "duration": 59.380933000007644, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "var.js" ], "duration": 59.71880399994552, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 18, "numPendingTests": 0, "perfStats": { "start": 435498.2410120001, "end": 436579.11478600005, "runtime": 1081, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/expression_statement/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "no_regression.js" ], "duration": 0.3854229999706149, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "no_regression.js" ], "duration": 59.85222400003113, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "no_regression.js" ], "duration": 60.228038000059314, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "no_regression.js" ], "duration": 60.104334000032395, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "no_regression.js" ], "duration": 59.275705000036396, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "no_regression.js" ], "duration": 60.14202499995008, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "no_regression.js" ], "duration": 59.93007999996189, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "no_regression.js" ], "duration": 60.070553999976255, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "no_regression.js" ], "duration": 60.29663800005801, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "use_strict.js" ], "duration": 0.3771069999784231, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "use_strict.js" ], "duration": 60.342147000017576, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "use_strict.js" ], "duration": 59.98589399992488, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "use_strict.js" ], "duration": 60.61483699991368, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "use_strict.js" ], "duration": 60.018494999967515, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "use_strict.js" ], "duration": 59.68824599997606, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "use_strict.js" ], "duration": 60.038652000017464, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "use_strict.js" ], "duration": 59.87285299994983, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "use_strict.js" ], "duration": 60.13762900000438, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 54, "numPendingTests": 0, "perfStats": { "start": 436679.200609, "end": 439953.937143, "runtime": 3275, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 6, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/export-default/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "binary_and_template.js" ], "duration": 0.5588790000183508, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binary_and_template.js" ], "duration": 61.50906199996825, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binary_and_template.js" ], "duration": 60.76520000002347, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binary_and_template.js" ], "duration": 60.054482999956235, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binary_and_template.js" ], "duration": 60.164540000027046, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binary_and_template.js" ], "duration": 60.554311000043526, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binary_and_template.js" ], "duration": 61.73334599996451, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binary_and_template.js" ], "duration": 60.698928000056185, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binary_and_template.js" ], "duration": 60.76776899991091, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "body.js" ], "duration": 0.3730000000214204, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "body.js" ], "duration": 61.62020899995696, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "body.js" ], "duration": 61.00880700000562, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "body.js" ], "duration": 60.718495999928564, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "body.js" ], "duration": 61.48163400008343, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "body.js" ], "duration": 60.836318999994546, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "body.js" ], "duration": 60.5851819999516, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "body.js" ], "duration": 60.646953999996185, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "body.js" ], "duration": 60.937927999999374, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "class_instance.js" ], "duration": 0.3705959999933839, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "class_instance.js" ], "duration": 60.06033400003798, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class_instance.js" ], "duration": 60.897867000079714, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "class_instance.js" ], "duration": 59.91063199995551, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class_instance.js" ], "duration": 60.21698400005698, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class_instance.js" ], "duration": 60.18811999994796, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class_instance.js" ], "duration": 60.66126900003292, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class_instance.js" ], "duration": 61.58621400000993, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class_instance.js" ], "duration": 60.55773100000806, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function_in_template.js" ], "duration": 0.3805629999842495, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "function_in_template.js" ], "duration": 60.3476269999519, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function_in_template.js" ], "duration": 61.411729000043124, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "function_in_template.js" ], "duration": 60.16472400003113, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function_in_template.js" ], "duration": 59.90216299996246, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function_in_template.js" ], "duration": 60.35149399994407, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function_in_template.js" ], "duration": 60.260736999916844, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "function_in_template.js" ], "duration": 60.68018500006292, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function_in_template.js" ], "duration": 60.856804999988526, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function_tostring.js" ], "duration": 0.42665000003762543, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "function_tostring.js" ], "duration": 60.20179399999324, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function_tostring.js" ], "duration": 60.645463999942876, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "function_tostring.js" ], "duration": 60.6014219999779, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function_tostring.js" ], "duration": 60.27763800008688, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function_tostring.js" ], "duration": 60.49854599998798, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function_tostring.js" ], "duration": 61.301554000005126, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "function_tostring.js" ], "duration": 60.10779999999795, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function_tostring.js" ], "duration": 59.85082299995702, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "iife.js" ], "duration": 0.4130659999791533, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "iife.js" ], "duration": 61.14946000010241, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "iife.js" ], "duration": 60.00660699990112, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "iife.js" ], "duration": 59.93865200004075, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "iife.js" ], "duration": 60.07823499990627, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "iife.js" ], "duration": 59.941657999996096, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "iife.js" ], "duration": 60.09269199997652, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "iife.js" ], "duration": 59.66896899999119, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "iife.js" ], "duration": 61.55556000000797, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 90, "numPendingTests": 0, "perfStats": { "start": 440053.025263, "end": 445546.1804, "runtime": 5493, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 10, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/es6modules/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "export_default_arrow_expression.js" ], "duration": 0.4396839999826625, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export_default_arrow_expression.js" ], "duration": 61.827708999975584, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export_default_arrow_expression.js" ], "duration": 61.31848400004674, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export_default_arrow_expression.js" ], "duration": 60.9990889999317, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export_default_arrow_expression.js" ], "duration": 60.43827899999451, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export_default_arrow_expression.js" ], "duration": 60.57929400005378, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export_default_arrow_expression.js" ], "duration": 60.97749099996872, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export_default_arrow_expression.js" ], "duration": 61.275630000047386, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export_default_arrow_expression.js" ], "duration": 61.38856500003021, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export_default_call_expression.js" ], "duration": 0.3609980000182986, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export_default_call_expression.js" ], "duration": 60.837580999941565, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export_default_call_expression.js" ], "duration": 61.59587800002191, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export_default_call_expression.js" ], "duration": 61.16373000002932, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export_default_call_expression.js" ], "duration": 60.73535700002685, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export_default_call_expression.js" ], "duration": 60.52137800003402, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export_default_call_expression.js" ], "duration": 61.487835000036284, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export_default_call_expression.js" ], "duration": 60.790420999983326, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export_default_call_expression.js" ], "duration": 60.70169299992267, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export_default_class_declaration.js" ], "duration": 0.37337000004481524, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export_default_class_declaration.js" ], "duration": 61.33356900000945, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export_default_class_declaration.js" ], "duration": 60.43521399993915, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export_default_class_declaration.js" ], "duration": 60.389128000009805, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export_default_class_declaration.js" ], "duration": 60.5887690000236, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export_default_class_declaration.js" ], "duration": 60.37850700004492, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export_default_class_declaration.js" ], "duration": 60.26642700005323, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export_default_class_declaration.js" ], "duration": 62.727375000016764, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export_default_class_declaration.js" ], "duration": 61.512813000008464, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export_default_class_expression.js" ], "duration": 0.3761159999994561, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export_default_class_expression.js" ], "duration": 60.735123999998905, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export_default_class_expression.js" ], "duration": 60.83309600001667, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export_default_class_expression.js" ], "duration": 60.44600399991032, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export_default_class_expression.js" ], "duration": 60.922071999986656, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export_default_class_expression.js" ], "duration": 60.287559999967925, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export_default_class_expression.js" ], "duration": 61.1874850000022, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export_default_class_expression.js" ], "duration": 61.147132000071, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export_default_class_expression.js" ], "duration": 61.68411100003868, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export_default_function_declaration.js" ], "duration": 0.42074899992439896, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export_default_function_declaration.js" ], "duration": 61.152490000007674, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export_default_function_declaration.js" ], "duration": 61.34026399999857, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export_default_function_declaration.js" ], "duration": 60.169685999979265, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export_default_function_declaration.js" ], "duration": 60.62043900007848, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export_default_function_declaration.js" ], "duration": 60.63300200004596, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export_default_function_declaration.js" ], "duration": 60.91001099999994, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export_default_function_declaration.js" ], "duration": 60.77043999999296, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export_default_function_declaration.js" ], "duration": 61.14908599993214, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export_default_function_declaration_async.js" ], "duration": 0.3832389999879524, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export_default_function_declaration_async.js" ], "duration": 60.65724799991585, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export_default_function_declaration_async.js" ], "duration": 60.97696100000758, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export_default_function_declaration_async.js" ], "duration": 60.04034299997147, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export_default_function_declaration_async.js" ], "duration": 60.33465099998284, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export_default_function_declaration_async.js" ], "duration": 60.42480899998918, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export_default_function_declaration_async.js" ], "duration": 60.81808200001251, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export_default_function_declaration_async.js" ], "duration": 61.32590099994559, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export_default_function_declaration_async.js" ], "duration": 61.87686499999836, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export_default_function_declaration_named.js" ], "duration": 0.382969000027515, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export_default_function_declaration_named.js" ], "duration": 61.1912720000837, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export_default_function_declaration_named.js" ], "duration": 61.43833899998572, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export_default_function_declaration_named.js" ], "duration": 60.77185300004203, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export_default_function_declaration_named.js" ], "duration": 60.95386900007725, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export_default_function_declaration_named.js" ], "duration": 60.80205499997828, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export_default_function_declaration_named.js" ], "duration": 61.25879599992186, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export_default_function_declaration_named.js" ], "duration": 61.382057999959216, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export_default_function_declaration_named.js" ], "duration": 61.28896799997892, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export_default_function_expression.js" ], "duration": 0.3783889999613166, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export_default_function_expression.js" ], "duration": 61.405768999946304, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export_default_function_expression.js" ], "duration": 61.278568999958225, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export_default_function_expression.js" ], "duration": 60.64417300000787, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export_default_function_expression.js" ], "duration": 61.140539999934845, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export_default_function_expression.js" ], "duration": 60.916230000089854, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export_default_function_expression.js" ], "duration": 62.118668999988586, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export_default_function_expression.js" ], "duration": 60.24877400009427, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export_default_function_expression.js" ], "duration": 61.21097200002987, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export_default_function_expression_named.js" ], "duration": 0.39867800008505583, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export_default_function_expression_named.js" ], "duration": 61.65901300008409, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export_default_function_expression_named.js" ], "duration": 61.66304399992805, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export_default_function_expression_named.js" ], "duration": 60.98603799997363, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export_default_function_expression_named.js" ], "duration": 61.06153700000141, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export_default_function_expression_named.js" ], "duration": 61.44535499997437, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export_default_function_expression_named.js" ], "duration": 61.68261099990923, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export_default_function_expression_named.js" ], "duration": 61.303553999983706, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export_default_function_expression_named.js" ], "duration": 61.24291000002995, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export_default_new_expression.js" ], "duration": 0.37156699993647635, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export_default_new_expression.js" ], "duration": 61.05955499992706, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export_default_new_expression.js" ], "duration": 61.05984300002456, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export_default_new_expression.js" ], "duration": 60.48644200002309, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export_default_new_expression.js" ], "duration": 60.51170799997635, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export_default_new_expression.js" ], "duration": 60.44683399994392, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export_default_new_expression.js" ], "duration": 60.22322299994994, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export_default_new_expression.js" ], "duration": 60.957775000017136, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export_default_new_expression.js" ], "duration": 60.52288800000679, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 18, "numPendingTests": 0, "perfStats": { "start": 445654.967426, "end": 446731.79097599996, "runtime": 1077, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/empty-statement/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "body.js" ], "duration": 0.38870900007896125, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "body.js" ], "duration": 61.092383999959566, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "body.js" ], "duration": 59.73128499998711, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "body.js" ], "duration": 59.000368000008166, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "body.js" ], "duration": 58.62597199995071, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "body.js" ], "duration": 58.55309499998111, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "body.js" ], "duration": 59.400242000003345, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "body.js" ], "duration": 58.90142999996897, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "body.js" ], "duration": 58.90474499994889, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 0.38507299998309463, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 58.818392000044696, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 58.38561700005084, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 58.23182700003963, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 58.38135099993087, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 58.38651199999731, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 57.9685649999883, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 57.99416900007054, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 58.25118900008965, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 27, "numPendingTests": 0, "perfStats": { "start": 446844.805167, "end": 448472.115741, "runtime": 1627, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/empty-paren-comment/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "class-property.js" ], "duration": 0.43416499998420477, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "class-property.js" ], "duration": 60.71096299996134, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class-property.js" ], "duration": 60.3157539999811, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "class-property.js" ], "duration": 60.5935349999927, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class-property.js" ], "duration": 58.95557400002144, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class-property.js" ], "duration": 58.78579199989326, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class-property.js" ], "duration": 60.43411799997557, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class-property.js" ], "duration": 59.63486499991268, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class-property.js" ], "duration": 60.439331000088714, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "class.js" ], "duration": 0.38554299995303154, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "class.js" ], "duration": 59.34859700000379, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class.js" ], "duration": 58.34857299993746, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "class.js" ], "duration": 57.82491700001992, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class.js" ], "duration": 58.74200099997688, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class.js" ], "duration": 57.87126299994998, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class.js" ], "duration": 58.42471800011117, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class.js" ], "duration": 58.281294999993406, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class.js" ], "duration": 58.40544000000227, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty_paren_comment.js" ], "duration": 0.38772799994330853, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "empty_paren_comment.js" ], "duration": 62.749381999950856, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "empty_paren_comment.js" ], "duration": 61.20389999996405, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "empty_paren_comment.js" ], "duration": 59.9155379999429, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty_paren_comment.js" ], "duration": 60.20133800001349, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty_paren_comment.js" ], "duration": 58.804653999977745, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty_paren_comment.js" ], "duration": 61.09619200008456, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "empty_paren_comment.js" ], "duration": 60.18062600004487, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "empty_paren_comment.js" ], "duration": 60.05694300006144, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "destructuring.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `destructuring.js format 1`\n \n - Snapshot - 5\n + Received + 1\n \n @@ -89,15 +89,11 @@\n // code\n }\n \n try {\n // code\n - } catch ({\n - data: {\n - message: { errors },\n - },\n - }) {\n + } catch ({ data: { message: { errors } } }) {\n // code\n }\n \n const obj = {\n func(id, { blog: { title } }) {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 143)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 17, "numPendingTests": 0, "perfStats": { "start": 448573.67395100003, "end": 449693.34127200005, "runtime": 1120, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/destructuring/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "destructuring.js" ], "duration": 0.6563519999617711, "failureMessages": [ "destructuring.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `destructuring.js format 1`\n \n - Snapshot - 5\n + Received + 1\n \n @@ -89,15 +89,11 @@\n // code\n }\n \n try {\n // code\n - } catch ({\n - data: {\n - message: { errors },\n - },\n - }) {\n + } catch ({ data: { message: { errors } } }) {\n // code\n }\n \n const obj = {\n func(id, { blog: { title } }) {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 143)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 84.19614499993622, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 63.82738899998367, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 62.01458600000478, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 62.05043199995998, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 62.44537099997979, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 63.83518399996683, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 64.97746999992523, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 63.8080009999685, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-5988.js" ], "duration": 0.43795099994167686, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-5988.js" ], "duration": 58.624849999905564, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-5988.js" ], "duration": 59.22085000004154, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-5988.js" ], "duration": 59.02785299997777, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-5988.js" ], "duration": 57.69981299992651, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-5988.js" ], "duration": 58.857064999989234, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-5988.js" ], "duration": 59.09249099995941, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-5988.js" ], "duration": 59.344158999971114, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-5988.js" ], "duration": 58.75915600010194, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 449789.55406399997, "end": 450320.45702400006, "runtime": 531, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/computed-props/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "classes.js" ], "duration": 0.3762560000177473, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "classes.js" ], "duration": 58.695396000053734, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "classes.js" ], "duration": 59.27908499992918, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "classes.js" ], "duration": 59.326041999971494, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "classes.js" ], "duration": 58.4295319999801, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "classes.js" ], "duration": 59.15141500008758, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "classes.js" ], "duration": 59.320753000094555, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "classes.js" ], "duration": 58.62860100006219, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "classes.js" ], "duration": 58.94265300000552, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 108, "numPendingTests": 0, "perfStats": { "start": 450428.03865100007, "end": 456799.58535999997, "runtime": 6372, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 12, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/classes/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "asi.js" ], "duration": 0.3963340000482276, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "asi.js" ], "duration": 58.4747680000728, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "asi.js" ], "duration": 58.363619999960065, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "asi.js" ], "duration": 58.331592000089586, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "asi.js" ], "duration": 58.492653999943286, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "asi.js" ], "duration": 58.42888399993535, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "asi.js" ], "duration": 58.30283300008159, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "asi.js" ], "duration": 58.12035199999809, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "asi.js" ], "duration": 58.63737799995579, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "assignment.js" ], "duration": 0.4010530000086874, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "assignment.js" ], "duration": 64.4166569999652, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "assignment.js" ], "duration": 60.93989599996712, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "assignment.js" ], "duration": 61.30737599998247, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "assignment.js" ], "duration": 60.859812000067905, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "assignment.js" ], "duration": 59.56931600009557, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "assignment.js" ], "duration": 61.676083000027575, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "assignment.js" ], "duration": 60.13558100000955, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "assignment.js" ], "duration": 60.36121500004083, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "binary.js" ], "duration": 0.37550500000361353, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binary.js" ], "duration": 58.983570000040345, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binary.js" ], "duration": 59.055963000049815, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binary.js" ], "duration": 57.943838999955915, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binary.js" ], "duration": 58.514960999949835, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binary.js" ], "duration": 58.13309700007085, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binary.js" ], "duration": 58.383584000053816, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binary.js" ], "duration": 58.00025199993979, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binary.js" ], "duration": 58.118965000030585, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "call.js" ], "duration": 0.3687110000755638, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "call.js" ], "duration": 58.20398400002159, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "call.js" ], "duration": 57.82113100006245, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "call.js" ], "duration": 57.77854600001592, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "call.js" ], "duration": 57.88526999996975, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "call.js" ], "duration": 57.57980900001712, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "call.js" ], "duration": 58.13427599996794, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "call.js" ], "duration": 58.08954600000288, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "call.js" ], "duration": 57.82860300003085, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "class-fields-features.js" ], "duration": 0.36146799998823553, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "class-fields-features.js" ], "duration": 61.93874600005802, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class-fields-features.js" ], "duration": 61.06540500000119, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "class-fields-features.js" ], "duration": 58.95255200006068, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class-fields-features.js" ], "duration": 59.1219469999196, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class-fields-features.js" ], "duration": 59.1382829999784, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class-fields-features.js" ], "duration": 60.34743600001093, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class-fields-features.js" ], "duration": 60.02409199997783, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class-fields-features.js" ], "duration": 59.69064899999648, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 0.3797919999342412, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "empty.js" ], "duration": 58.4041079999879, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 59.07209500006866, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 58.06272899999749, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 57.70368000003509, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 58.00588199996855, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 58.40484800003469, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 58.67199099995196, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 59.232318999944255, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "member.js" ], "duration": 0.39786699996329844, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "member.js" ], "duration": 57.98777100001462, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "member.js" ], "duration": 58.204392999992706, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "member.js" ], "duration": 57.691240999964066, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "member.js" ], "duration": 57.55049399996642, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "member.js" ], "duration": 57.44019999995362, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "member.js" ], "duration": 58.307382999919355, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "member.js" ], "duration": 57.739692999981344, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "member.js" ], "duration": 58.16896100004669, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "method.js" ], "duration": 0.39455099997576326, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "method.js" ], "duration": 60.11190100002568, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "method.js" ], "duration": 59.34682299999986, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "method.js" ], "duration": 58.399803999927826, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "method.js" ], "duration": 58.213595999986865, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "method.js" ], "duration": 58.42505799990613, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "method.js" ], "duration": 58.35514300002251, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "method.js" ], "duration": 58.92572299996391, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "method.js" ], "duration": 58.17428499995731, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "new.js" ], "duration": 0.4287250000052154, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "new.js" ], "duration": 57.51790999993682, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "new.js" ], "duration": 58.230065000010654, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "new.js" ], "duration": 57.20017299999017, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "new.js" ], "duration": 57.86502000002656, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "new.js" ], "duration": 57.70106999995187, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "new.js" ], "duration": 57.26721900003031, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "new.js" ], "duration": 57.89629199996125, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "new.js" ], "duration": 58.28691199992318, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "property.js" ], "duration": 0.4133849999634549, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "property.js" ], "duration": 59.78374999994412, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "property.js" ], "duration": 59.58337400003802, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "property.js" ], "duration": 58.87852499994915, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "property.js" ], "duration": 58.94641400000546, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "property.js" ], "duration": 57.876504999934696, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "property.js" ], "duration": 59.66357199999038, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "property.js" ], "duration": 60.41396900010295, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "property.js" ], "duration": 59.82750000001397, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "super.js" ], "duration": 0.3793320000404492, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "super.js" ], "duration": 60.19392200000584, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "super.js" ], "duration": 59.04890199995134, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "super.js" ], "duration": 58.47197699989192, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "super.js" ], "duration": 57.87946799991187, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "super.js" ], "duration": 58.43464099999983, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "super.js" ], "duration": 61.56896099995356, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "super.js" ], "duration": 60.69200400006957, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "super.js" ], "duration": 58.51436999998987, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "ternary.js" ], "duration": 0.36843100003898144, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "ternary.js" ], "duration": 58.57941899995785, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "ternary.js" ], "duration": 58.92203899996821, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "ternary.js" ], "duration": 58.44860100001097, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "ternary.js" ], "duration": 58.4666890000226, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "ternary.js" ], "duration": 58.899211000069045, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "ternary.js" ], "duration": 58.39102700003423, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "ternary.js" ], "duration": 58.89761099999305, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "ternary.js" ], "duration": 58.58146300003864, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "misc.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `misc.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -10,11 +10,12 @@\n }\n }\n \n =====================================output=====================================\n class x {\n - focus() { // comment 1\n + focus() {\n + // comment 1\n // comment 2\n }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 146)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 26, "numPendingTests": 0, "perfStats": { "start": 456927.945734, "end": 458541.297858, "runtime": 1613, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/class-comment/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "class-property.js" ], "duration": 0.4809629999799654, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "class-property.js" ], "duration": 59.26803799998015, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class-property.js" ], "duration": 59.76887799997348, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "class-property.js" ], "duration": 59.134368999977596, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class-property.js" ], "duration": 58.52236699999776, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class-property.js" ], "duration": 58.84573800000362, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class-property.js" ], "duration": 59.674312000046484, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class-property.js" ], "duration": 59.1475929999724, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class-property.js" ], "duration": 58.911840999964625, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "misc.js" ], "duration": 0.5958780000219122, "failureMessages": [ "misc.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `misc.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -10,11 +10,12 @@\n }\n }\n \n =====================================output=====================================\n class x {\n - focus() { // comment 1\n + focus() {\n + // comment 1\n // comment 2\n }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 146)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "misc.js" ], "duration": 58.48213800007943, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "misc.js" ], "duration": 59.27919499995187, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "misc.js" ], "duration": 58.502792999963276, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "misc.js" ], "duration": 58.50983000011183, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "misc.js" ], "duration": 58.41849900002126, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "misc.js" ], "duration": 58.11957900004927, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "misc.js" ], "duration": 59.0783400000073, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "misc.js" ], "duration": 58.874943000031635, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "superclass.js" ], "duration": 0.4233239999739453, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "superclass.js" ], "duration": 64.6602899999125, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "superclass.js" ], "duration": 61.42998199991416, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "superclass.js" ], "duration": 60.23289999994449, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "superclass.js" ], "duration": 61.136597000062466, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "superclass.js" ], "duration": 59.78455199999735, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "superclass.js" ], "duration": 60.425154999946244, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "superclass.js" ], "duration": 60.64820200006943, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "superclass.js" ], "duration": 61.444598999922164, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "test.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -11,15 +11,15 @@\n \n new (a?.b)();\n new (a?.())();\n \n =====================================output=====================================\n - (a?.b).c;\n - (a?.()).b;\n + a?.b.c;\n + a?.().b;\n \n - (a?.b)();\n - (a?.())();\n + a?.b();\n + a?.()();\n \n new (a?.b)();\n new (a?.())();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 147)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 8, "numPendingTests": 0, "perfStats": { "start": 458671.71190299996, "end": 459205.123906, "runtime": 533, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 0, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/chain-expression/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "test.js" ], "duration": 0.7243190000299364, "failureMessages": [ "test.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -11,15 +11,15 @@\n \n new (a?.b)();\n new (a?.())();\n \n =====================================output=====================================\n - (a?.b).c;\n - (a?.()).b;\n + a?.b.c;\n + a?.().b;\n \n - (a?.b)();\n - (a?.())();\n + a?.b();\n + a?.()();\n \n new (a?.b)();\n new (a?.())();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 147)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "test.js" ], "duration": 59.32927700004075, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "test.js" ], "duration": 60.04190499999095, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 59.413686000043526, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test.js" ], "duration": 58.57795500010252, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 58.863400000031106, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test.js" ], "duration": 59.24058799992781, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "test.js" ], "duration": 59.236516000004485, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 59.151932000066154, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 36, "numPendingTests": 0, "perfStats": { "start": 459312.532987, "end": 461575.557678, "runtime": 2263, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 4, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/break-calls/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "break.js" ], "duration": 0.4732379999477416, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "break.js" ], "duration": 65.66374300001189, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "break.js" ], "duration": 63.692183000035584, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "break.js" ], "duration": 62.60301999992225, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "break.js" ], "duration": 62.3874440001091, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "break.js" ], "duration": 61.73103399993852, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "break.js" ], "duration": 67.40617799991742, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "break.js" ], "duration": 62.12312399991788, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "break.js" ], "duration": 63.8851910000667, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "parent.js" ], "duration": 0.39734600007068366, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "parent.js" ], "duration": 59.55317099997774, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "parent.js" ], "duration": 58.85386499995366, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "parent.js" ], "duration": 59.00570599990897, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "parent.js" ], "duration": 58.83052700001281, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "parent.js" ], "duration": 59.11678399995435, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "parent.js" ], "duration": 58.73987699998543, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "parent.js" ], "duration": 58.78062299999874, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "parent.js" ], "duration": 58.699099000077695, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "react.js" ], "duration": 0.4047390000196174, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "react.js" ], "duration": 90.62031099991873, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "react.js" ], "duration": 65.75755600002594, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "react.js" ], "duration": 64.08333399996627, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "react.js" ], "duration": 64.15083699999377, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "react.js" ], "duration": 63.092060999944806, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "react.js" ], "duration": 65.31205300008878, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "react.js" ], "duration": 64.48747299995739, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "react.js" ], "duration": 64.72759400005452, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "reduce.js" ], "duration": 0.37529400002676994, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "reduce.js" ], "duration": 60.04203500004951, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "reduce.js" ], "duration": 59.81474899989553, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "reduce.js" ], "duration": 58.95059699995909, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "reduce.js" ], "duration": 59.855511000030674, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "reduce.js" ], "duration": 58.904735999996774, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "reduce.js" ], "duration": 59.523615000071004, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "reduce.js" ], "duration": 59.40977699996438, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "reduce.js" ], "duration": 59.22545400005765, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 461707.02866400004, "end": 462294.281698, "runtime": 587, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/binary_math/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "parens.js" ], "duration": 0.47402900003362447, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "parens.js" ], "duration": 84.05838699999731, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 64.39215600001626, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 61.03849499998614, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 62.0439910000423, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 60.65804400003981, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 66.07318999990821, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 62.49730799999088, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 64.18786599999294, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 462410.63186500006, "end": 462946.459218, "runtime": 536, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/big-int/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "literal.js" ], "duration": 0.3973260000348091, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "literal.js" ], "duration": 58.85206499998458, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "literal.js" ], "duration": 58.58797900006175, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "literal.js" ], "duration": 58.390768000041135, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "literal.js" ], "duration": 57.59101700002793, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "literal.js" ], "duration": 59.14871000009589, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "literal.js" ], "duration": 58.62845700001344, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "literal.js" ], "duration": 58.832463999977335, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "literal.js" ], "duration": 58.82197900000028, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "nested2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested2.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -11,11 +11,13 @@\n );}\n \n =====================================output=====================================\n async function f() {\n await Promise.all(\n - (await readdir(\"src\")).map(async (path) => {\n + (\n + await readdir(\"src\")\n + ).map(async (path) => {\n import(`./${path}`);\n }),\n );\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 151)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 89, "numPendingTests": 0, "perfStats": { "start": 463063.625466, "end": 468392.330656, "runtime": 5329, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 9, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/async/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "async-iteration.js" ], "duration": 0.39911900006700307, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "async-iteration.js" ], "duration": 58.610775000066496, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "async-iteration.js" ], "duration": 61.43101399997249, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "async-iteration.js" ], "duration": 59.12443099997472, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "async-iteration.js" ], "duration": 58.25213999999687, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "async-iteration.js" ], "duration": 58.28453599999193, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "async-iteration.js" ], "duration": 58.04908999998588, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "async-iteration.js" ], "duration": 58.51510100008454, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "async-iteration.js" ], "duration": 59.01994899997953, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "async-shorthand-method.js" ], "duration": 0.4355369999539107, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "async-shorthand-method.js" ], "duration": 59.346054999972694, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "async-shorthand-method.js" ], "duration": 58.95701400004327, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "async-shorthand-method.js" ], "duration": 57.4628429999575, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "async-shorthand-method.js" ], "duration": 58.14918199996464, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "async-shorthand-method.js" ], "duration": 58.00338899996132, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "async-shorthand-method.js" ], "duration": 58.24906499998178, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "async-shorthand-method.js" ], "duration": 58.52331600000616, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "async-shorthand-method.js" ], "duration": 58.044297999935225, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "await-parse.js" ], "duration": 0.38653500005602837, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "await-parse.js" ], "duration": 61.94002899993211, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "await-parse.js" ], "duration": 59.86070800002199, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "await-parse.js" ], "duration": 59.37655700009782, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "await-parse.js" ], "duration": 59.29221400001552, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "await-parse.js" ], "duration": 59.66905500006396, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "await-parse.js" ], "duration": 59.237893000012264, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "await-parse.js" ], "duration": 60.06060800002888, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "await-parse.js" ], "duration": 59.73365399998147, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "conditional-expression.js" ], "duration": 0.380472999997437, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "conditional-expression.js" ], "duration": 62.16131100000348, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "conditional-expression.js" ], "duration": 60.607887000078335, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "conditional-expression.js" ], "duration": 59.52045700000599, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "conditional-expression.js" ], "duration": 59.125806999974884, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "conditional-expression.js" ], "duration": 59.39544500003103, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "conditional-expression.js" ], "duration": 60.622629999998026, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "conditional-expression.js" ], "duration": 59.096014000009745, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "conditional-expression.js" ], "duration": 59.591022000066005, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "exponentiation.js" ], "duration": 0.37374100007582456, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "exponentiation.js" ], "duration": 58.25428900006227, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "exponentiation.js" ], "duration": 59.13785500009544, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "exponentiation.js" ], "duration": 58.71991300000809, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "exponentiation.js" ], "duration": 58.58203599997796, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "exponentiation.js" ], "duration": 57.40454100002535, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "exponentiation.js" ], "duration": 57.84442099998705, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "exponentiation.js" ], "duration": 57.85605499998201, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "exponentiation.js" ], "duration": 58.16734600008931, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "inline-await.js" ], "duration": 0.46310900000389665, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "inline-await.js" ], "duration": 61.06847800000105, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "inline-await.js" ], "duration": 60.49136400001589, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "inline-await.js" ], "duration": 59.87106200004928, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "inline-await.js" ], "duration": 59.54223799996544, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "inline-await.js" ], "duration": 59.104086000006646, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "inline-await.js" ], "duration": 59.95744999998715, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "inline-await.js" ], "duration": 59.97657800000161, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "inline-await.js" ], "duration": 60.9340239999583, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 0.3822569999611005, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "nested.js" ], "duration": 59.68450199998915, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 58.74740700004622, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 58.19583300000522, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 58.20212300005369, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 59.150022999965586, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 58.639878000016324, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 58.16628399991896, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 58.666351999971084, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 0.6176889999769628, "failureMessages": [ "nested2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested2.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -11,11 +11,13 @@\n );}\n \n =====================================output=====================================\n async function f() {\n await Promise.all(\n - (await readdir(\"src\")).map(async (path) => {\n + (\n + await readdir(\"src\")\n + ).map(async (path) => {\n import(`./${path}`);\n }),\n );\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 151)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 62.08305799996015, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 59.70165099995211, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 59.0312720000511, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 58.459205999970436, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 59.62976200005505, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 58.50462800008245, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 59.141839999938384, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 60.009938000002876, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 0.3880079999798909, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "parens.js" ], "duration": 58.77886900003068, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 58.449949000030756, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 58.904157999902964, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 57.6451090000337, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 57.70517500001006, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 57.60464299994055, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 58.369715000037104, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 58.8045169999823, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "simple-nested-await.js" ], "duration": 0.4264499999117106, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "simple-nested-await.js" ], "duration": 58.8880979999667, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "simple-nested-await.js" ], "duration": 58.954793000011705, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "simple-nested-await.js" ], "duration": 58.277278000023216, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "simple-nested-await.js" ], "duration": 58.44519300002139, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "simple-nested-await.js" ], "duration": 58.04321299993899, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "simple-nested-await.js" ], "duration": 59.1312489999691, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "simple-nested-await.js" ], "duration": 58.777107000001706, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "simple-nested-await.js" ], "duration": 58.43720799998846, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 468522.66525400005, "end": 469047.88803900004, "runtime": 525, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/assignment-expression/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "assignment_expression.js" ], "duration": 0.4732080000685528, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "assignment_expression.js" ], "duration": 59.23468100000173, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "assignment_expression.js" ], "duration": 58.70777000009548, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "assignment_expression.js" ], "duration": 58.16829800000414, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "assignment_expression.js" ], "duration": 58.37433999998029, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "assignment_expression.js" ], "duration": 58.15710999991279, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "assignment_expression.js" ], "duration": 58.51539099996444, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "assignment_expression.js" ], "duration": 57.887524000019766, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "assignment_expression.js" ], "duration": 57.73295600002166, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "discussion-15196.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `discussion-15196.js format 1`\n \n - Snapshot - 8\n + Received + 8\n \n @@ -41,14 +41,14 @@\n await looooooooooooooong.looooooooooooooong.loooooong;\n const loooooooooooooooooooooooooong2 =\n await looooooooooooooong.looooooooooooooong.loooooong();\n const loooooooooooooooooooooooooong3 =\n await looooooooooooooooooooooooooooooooooooooooooooog();\n - const loooooooooooooooooooooooooong4 =\n - !(await looooooooooooooong.looooooooooooooong.loooooong);\n - const loooooooooooooooooooooooooong5 =\n - void !!(await looooooooooooooong.looooooooooooooong.loooooong);\n + const loooooooooooooooooooooooooong4 = !(await looooooooooooooong\n + .looooooooooooooong.loooooong);\n + const loooooooooooooooooooooooooong5 = void !!(await looooooooooooooong\n + .looooooooooooooong.loooooong);\n \n const longlonglonglonglonglonglong1 = await new Promise((resolve, reject) => {\n setTimeout(() => {\n resolve(\"foo\");\n }, 300);\n @@ -68,14 +68,14 @@\n yield looooooooooooooong.looooooooooooooong.loooooong;\n const loooooooooooooooooooooooooong2 =\n yield looooooooooooooong.looooooooooooooong.loooooong();\n const loooooooooooooooooooooooooong3 =\n yield looooooooooooooooooooooooooooooooooooooooooooog();\n - const loooooooooooooooooooooooooong4 =\n - !(yield looooooooooooooong.looooooooooooooong.loooooong);\n - const loooooooooooooooooooooooooong5 =\n - void !!(yield looooooooooooooong.looooooooooooooong.loooooong);\n + const loooooooooooooooooooooooooong4 = !(yield looooooooooooooong\n + .looooooooooooooong.loooooong);\n + const loooooooooooooooooooooooooong5 = void !!(yield looooooooooooooong\n + .looooooooooooooong.loooooong);\n const loooooooooooooooooooooooooong6 =\n yield* looooooooooooooong.looooooooooooooong.loooooong;\n \n const longlonglonglonglonglonglong1 = yield qwertyuiop(\n asdfghjkl,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 153)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-15534.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-15534.js format 1`\n \n - Snapshot - 6\n + Received + 9\n \n @@ -10,15 +10,18 @@\n \n params.redirectTo.bar.bar.ba.barab[\"foo\"].abr =\n `${window.location.pathname}${window.location.search}${window.location.hash}`;\n \n =====================================output=====================================\n - params[\"redirectTo\"] =\n - `${window.location.pathname}${window.location.search}${window.location.hash}`;\n + params[\n + \"redirectTo\"\n + ] = `${window.location.pathname}${window.location.search}${window.location.hash}`;\n \n - params[\"redirectTo\"][\"codePointAt\"][\"name\"] =\n - `${window.location.pathname}${window.location.search}${window.location.hash}`;\n + params[\"redirectTo\"][\"codePointAt\"][\n + \"name\"\n + ] = `${window.location.pathname}${window.location.search}${window.location.hash}`;\n \n - params.redirectTo.bar.bar.ba.barab[\"foo\"].abr =\n - `${window.location.pathname}${window.location.search}${window.location.hash}`;\n + params.redirectTo.bar.bar.ba.barab[\n + \"foo\"\n + ].abr = `${window.location.pathname}${window.location.search}${window.location.hash}`;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 153)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 2, "numPassingTests": 241, "numPendingTests": 0, "perfStats": { "start": 469189.43196200003, "end": 483788.68110700004, "runtime": 14599, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 25, "unchecked": 0, "unmatched": 2, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/assignment/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "binaryish.js" ], "duration": 0.45863999996799976, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 60.122887999983504, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 58.50311100005638, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 58.4306589999469, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 57.93782800005283, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 58.69203599996399, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 58.63712400000077, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 59.14873199991416, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 58.88587999995798, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "call-with-template.js" ], "duration": 0.3719679999630898, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "call-with-template.js" ], "duration": 59.9468029999407, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "call-with-template.js" ], "duration": 59.98569000000134, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "call-with-template.js" ], "duration": 59.44655500003137, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "call-with-template.js" ], "duration": 59.8823459999403, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "call-with-template.js" ], "duration": 58.73639999993611, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "call-with-template.js" ], "duration": 59.9198290000204, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "call-with-template.js" ], "duration": 61.020335000008345, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "call-with-template.js" ], "duration": 60.63672499998938, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "chain-two-segments.js" ], "duration": 0.35544699989259243, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "chain-two-segments.js" ], "duration": 59.26713500008918, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "chain-two-segments.js" ], "duration": 59.012234000023454, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "chain-two-segments.js" ], "duration": 58.975448000011966, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "chain-two-segments.js" ], "duration": 58.19712000002619, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "chain-two-segments.js" ], "duration": 57.881480000098236, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "chain-two-segments.js" ], "duration": 58.46916799992323, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "chain-two-segments.js" ], "duration": 58.142119999974966, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "chain-two-segments.js" ], "duration": 58.616463999962434, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "chain.js" ], "duration": 0.372107999981381, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "chain.js" ], "duration": 61.315760999917984, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "chain.js" ], "duration": 60.43075299996417, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "chain.js" ], "duration": 59.21594400005415, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "chain.js" ], "duration": 59.28011399996467, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "chain.js" ], "duration": 60.52682999998797, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "chain.js" ], "duration": 72.59340699994937, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "chain.js" ], "duration": 65.66341599996667, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "chain.js" ], "duration": 59.97242100001313, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "destructuring-array.js" ], "duration": 0.43296200002077967, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "destructuring-array.js" ], "duration": 59.5604619999649, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "destructuring-array.js" ], "duration": 59.19754500000272, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "destructuring-array.js" ], "duration": 58.65257699997164, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "destructuring-array.js" ], "duration": 58.936695999931544, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "destructuring-array.js" ], "duration": 58.23731300001964, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "destructuring-array.js" ], "duration": 59.056767000001855, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "destructuring-array.js" ], "duration": 58.66722000006121, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "destructuring-array.js" ], "duration": 59.16834899992682, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "destructuring-heuristic.js" ], "duration": 0.3806239999830723, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "destructuring-heuristic.js" ], "duration": 61.63392799999565, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "destructuring-heuristic.js" ], "duration": 61.64519399998244, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "destructuring-heuristic.js" ], "duration": 60.82790599996224, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "destructuring-heuristic.js" ], "duration": 59.58230700006243, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "destructuring-heuristic.js" ], "duration": 60.72702400002163, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "destructuring-heuristic.js" ], "duration": 61.46268199989572, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "destructuring-heuristic.js" ], "duration": 60.95109200000297, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "destructuring-heuristic.js" ], "duration": 60.52339200000279, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 0.44543600000906736, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 61.90630100003909, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 60.202018000069074, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 60.32861199998297, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 59.46612300002016, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 59.779328000033274, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 60.118251999956556, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 59.815540999989025, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 59.4399450001074, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "discussion-15196.js" ], "duration": 0.7290479999501258, "failureMessages": [ "discussion-15196.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `discussion-15196.js format 1`\n \n - Snapshot - 8\n + Received + 8\n \n @@ -41,14 +41,14 @@\n await looooooooooooooong.looooooooooooooong.loooooong;\n const loooooooooooooooooooooooooong2 =\n await looooooooooooooong.looooooooooooooong.loooooong();\n const loooooooooooooooooooooooooong3 =\n await looooooooooooooooooooooooooooooooooooooooooooog();\n - const loooooooooooooooooooooooooong4 =\n - !(await looooooooooooooong.looooooooooooooong.loooooong);\n - const loooooooooooooooooooooooooong5 =\n - void !!(await looooooooooooooong.looooooooooooooong.loooooong);\n + const loooooooooooooooooooooooooong4 = !(await looooooooooooooong\n + .looooooooooooooong.loooooong);\n + const loooooooooooooooooooooooooong5 = void !!(await looooooooooooooong\n + .looooooooooooooong.loooooong);\n \n const longlonglonglonglonglonglong1 = await new Promise((resolve, reject) => {\n setTimeout(() => {\n resolve(\"foo\");\n }, 300);\n @@ -68,14 +68,14 @@\n yield looooooooooooooong.looooooooooooooong.loooooong;\n const loooooooooooooooooooooooooong2 =\n yield looooooooooooooong.looooooooooooooong.loooooong();\n const loooooooooooooooooooooooooong3 =\n yield looooooooooooooooooooooooooooooooooooooooooooog();\n - const loooooooooooooooooooooooooong4 =\n - !(yield looooooooooooooong.looooooooooooooong.loooooong);\n - const loooooooooooooooooooooooooong5 =\n - void !!(yield looooooooooooooong.looooooooooooooong.loooooong);\n + const loooooooooooooooooooooooooong4 = !(yield looooooooooooooong\n + .looooooooooooooong.loooooong);\n + const loooooooooooooooooooooooooong5 = void !!(yield looooooooooooooong\n + .looooooooooooooong.loooooong);\n const loooooooooooooooooooooooooong6 =\n yield* looooooooooooooong.looooooooooooooong.loooooong;\n \n const longlonglonglonglonglonglong1 = yield qwertyuiop(\n asdfghjkl,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 153)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "discussion-15196.js" ], "duration": 110.48939599993173, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "discussion-15196.js" ], "duration": 67.96274899994023, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "discussion-15196.js" ], "duration": 63.33562599995639, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "discussion-15196.js" ], "duration": 62.761770999990404, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "discussion-15196.js" ], "duration": 62.62391199998092, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "discussion-15196.js" ], "duration": 66.7314029999543, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "discussion-15196.js" ], "duration": 62.25499799998943, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "discussion-15196.js" ], "duration": 64.99174900003709, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-10218.js" ], "duration": 0.3891699999803677, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-10218.js" ], "duration": 60.13733499997761, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-10218.js" ], "duration": 59.59889000002295, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-10218.js" ], "duration": 58.160058000008576, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-10218.js" ], "duration": 58.8049469999969, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-10218.js" ], "duration": 59.006796000059694, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-10218.js" ], "duration": 59.805111000081524, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-10218.js" ], "duration": 59.30734099994879, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-10218.js" ], "duration": 59.24768899998162, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-1419.js" ], "duration": 0.3709559999406338, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-1419.js" ], "duration": 59.79854200000409, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-1419.js" ], "duration": 58.841864999965765, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-1419.js" ], "duration": 58.38914099999238, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-1419.js" ], "duration": 58.986667999997735, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-1419.js" ], "duration": 58.381406000000425, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-1419.js" ], "duration": 58.87294999998994, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-1419.js" ], "duration": 58.35986900003627, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-1419.js" ], "duration": 59.19828000001144, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-15534.js" ], "duration": 0.7382350000552833, "failureMessages": [ "issue-15534.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-15534.js format 1`\n \n - Snapshot - 6\n + Received + 9\n \n @@ -10,15 +10,18 @@\n \n params.redirectTo.bar.bar.ba.barab[\"foo\"].abr =\n `${window.location.pathname}${window.location.search}${window.location.hash}`;\n \n =====================================output=====================================\n - params[\"redirectTo\"] =\n - `${window.location.pathname}${window.location.search}${window.location.hash}`;\n + params[\n + \"redirectTo\"\n + ] = `${window.location.pathname}${window.location.search}${window.location.hash}`;\n \n - params[\"redirectTo\"][\"codePointAt\"][\"name\"] =\n - `${window.location.pathname}${window.location.search}${window.location.hash}`;\n + params[\"redirectTo\"][\"codePointAt\"][\n + \"name\"\n + ] = `${window.location.pathname}${window.location.search}${window.location.hash}`;\n \n - params.redirectTo.bar.bar.ba.barab[\"foo\"].abr =\n - `${window.location.pathname}${window.location.search}${window.location.hash}`;\n + params.redirectTo.bar.bar.ba.barab[\n + \"foo\"\n + ].abr = `${window.location.pathname}${window.location.search}${window.location.hash}`;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 153)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "issue-15534.js" ], "duration": 63.36615499993786, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-15534.js" ], "duration": 59.886664999998175, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-15534.js" ], "duration": 59.73217700002715, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-15534.js" ], "duration": 59.09031599992886, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-15534.js" ], "duration": 59.56139699998312, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-15534.js" ], "duration": 59.14863199996762, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-15534.js" ], "duration": 60.67962500010617, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-15534.js" ], "duration": 59.59735599998385, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-1966.js" ], "duration": 0.37701799999922514, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-1966.js" ], "duration": 59.42180500004906, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-1966.js" ], "duration": 59.469612000044435, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-1966.js" ], "duration": 60.02754099993035, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-1966.js" ], "duration": 60.014241999946535, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-1966.js" ], "duration": 58.53938999993261, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-1966.js" ], "duration": 58.629244999960065, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-1966.js" ], "duration": 59.088982000015676, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-1966.js" ], "duration": 59.293597000068985, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-2184.js" ], "duration": 0.38097499997820705, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-2184.js" ], "duration": 60.64642200001981, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-2184.js" ], "duration": 59.17067399993539, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-2184.js" ], "duration": 58.41930099995807, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-2184.js" ], "duration": 58.820309999980964, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-2184.js" ], "duration": 57.97287099994719, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-2184.js" ], "duration": 58.743673000019044, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-2184.js" ], "duration": 58.811893000034615, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-2184.js" ], "duration": 58.9180720000295, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-2482-1.js" ], "duration": 0.4073039999930188, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-2482-1.js" ], "duration": 59.11842600000091, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-2482-1.js" ], "duration": 59.41210000007413, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-2482-1.js" ], "duration": 59.19671599997673, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-2482-1.js" ], "duration": 58.65396500006318, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-2482-1.js" ], "duration": 59.01002300006803, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-2482-1.js" ], "duration": 59.40419999998994, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-2482-1.js" ], "duration": 58.617445999989286, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-2482-1.js" ], "duration": 58.41513400000986, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-2482-2.js" ], "duration": 0.3790210000006482, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-2482-2.js" ], "duration": 61.171618000022136, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-2482-2.js" ], "duration": 60.02209399989806, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-2482-2.js" ], "duration": 59.29221600003075, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-2482-2.js" ], "duration": 59.311391000053845, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-2482-2.js" ], "duration": 58.78616299992427, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-2482-2.js" ], "duration": 59.99743600003421, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-2482-2.js" ], "duration": 59.17720600008033, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-2482-2.js" ], "duration": 59.754956999910064, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-2540.js" ], "duration": 0.379592000041157, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-2540.js" ], "duration": 59.375918000005186, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-2540.js" ], "duration": 59.33800200000405, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-2540.js" ], "duration": 59.01850000000559, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-2540.js" ], "duration": 58.78147100005299, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-2540.js" ], "duration": 58.46104199998081, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-2540.js" ], "duration": 59.21003300009761, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-2540.js" ], "duration": 58.32676399999764, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-2540.js" ], "duration": 59.50891099998262, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-3819.js" ], "duration": 0.44278099993243814, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-3819.js" ], "duration": 59.97249800001737, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-3819.js" ], "duration": 59.72653600003105, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-3819.js" ], "duration": 58.398432999965735, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-3819.js" ], "duration": 59.519300000043586, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-3819.js" ], "duration": 58.6911540000001, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-3819.js" ], "duration": 59.62184899998829, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-3819.js" ], "duration": 59.7367249999661, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-3819.js" ], "duration": 58.780843999935314, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-4094.js" ], "duration": 0.4090769999893382, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-4094.js" ], "duration": 59.292591999983415, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-4094.js" ], "duration": 58.86348399997223, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-4094.js" ], "duration": 58.37489999993704, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-4094.js" ], "duration": 58.815709999995306, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-4094.js" ], "duration": 58.625139999901876, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-4094.js" ], "duration": 58.56312700000126, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-4094.js" ], "duration": 58.448991999961436, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-4094.js" ], "duration": 59.16833899996709, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-5610.js" ], "duration": 0.4381620000349358, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-5610.js" ], "duration": 59.38144500006456, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-5610.js" ], "duration": 59.21874599996954, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-5610.js" ], "duration": 58.57549600000493, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-5610.js" ], "duration": 57.930965000065044, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-5610.js" ], "duration": 58.50377499999013, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-5610.js" ], "duration": 59.878033000044525, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-5610.js" ], "duration": 58.37368600000627, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-5610.js" ], "duration": 58.953985999920405, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-6922.js" ], "duration": 0.3867760000284761, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-6922.js" ], "duration": 62.32394200004637, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-6922.js" ], "duration": 62.22382899990771, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-6922.js" ], "duration": 62.13268000003882, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-6922.js" ], "duration": 61.36923900002148, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-6922.js" ], "duration": 60.21303900005296, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-6922.js" ], "duration": 61.33336899999995, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-6922.js" ], "duration": 61.6998489999678, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-6922.js" ], "duration": 62.36985600006301, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-7091.js" ], "duration": 0.36922300001606345, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-7091.js" ], "duration": 58.43477900000289, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-7091.js" ], "duration": 58.99040300003253, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-7091.js" ], "duration": 57.91891500004567, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-7091.js" ], "duration": 57.7778699999908, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-7091.js" ], "duration": 58.48757899994962, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-7091.js" ], "duration": 58.40212700003758, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-7091.js" ], "duration": 58.87352600006852, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-7091.js" ], "duration": 58.57849600003101, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-7572.js" ], "duration": 0.3867249999893829, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-7572.js" ], "duration": 58.78496900002938, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-7572.js" ], "duration": 59.44195799995214, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-7572.js" ], "duration": 58.142281999927945, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-7572.js" ], "duration": 59.1942370000761, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-7572.js" ], "duration": 59.22707900009118, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-7572.js" ], "duration": 58.810655000037514, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-7572.js" ], "duration": 58.2100850000279, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-7572.js" ], "duration": 58.760080000036396, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-7961.js" ], "duration": 0.3630699999630451, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-7961.js" ], "duration": 60.017114000045694, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-7961.js" ], "duration": 59.912352000013925, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-7961.js" ], "duration": 76.2258210000582, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-7961.js" ], "duration": 57.92807299993001, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-7961.js" ], "duration": 58.31750100001227, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-7961.js" ], "duration": 59.10982699994929, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-7961.js" ], "duration": 58.655966999940574, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-7961.js" ], "duration": 59.19460100005381, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-8218.js" ], "duration": 0.4239359999774024, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-8218.js" ], "duration": 58.698810999980196, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-8218.js" ], "duration": 59.9973239999963, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-8218.js" ], "duration": 57.624289000057615, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-8218.js" ], "duration": 59.28168200002983, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-8218.js" ], "duration": 58.1443979999749, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-8218.js" ], "duration": 59.533113999990746, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-8218.js" ], "duration": 59.789974999963306, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-8218.js" ], "duration": 58.974092000047676, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "lone-arg.js" ], "duration": 0.42842400004155934, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "lone-arg.js" ], "duration": 62.47439200000372, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "lone-arg.js" ], "duration": 62.16662999999244, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "lone-arg.js" ], "duration": 60.96516099991277, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "lone-arg.js" ], "duration": 60.6053050000919, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "lone-arg.js" ], "duration": 59.22791099990718, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "lone-arg.js" ], "duration": 60.20685399998911, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "lone-arg.js" ], "duration": 60.666713000042364, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "lone-arg.js" ], "duration": 60.58179800002836, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "sequence.js" ], "duration": 0.3721580000128597, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "sequence.js" ], "duration": 61.472463999991305, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "sequence.js" ], "duration": 59.904266999918036, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "sequence.js" ], "duration": 60.26668999996036, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "sequence.js" ], "duration": 59.13749300001655, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "sequence.js" ], "duration": 58.65900400001556, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "sequence.js" ], "duration": 60.28126700001303, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "sequence.js" ], "duration": 59.62284500000533, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "sequence.js" ], "duration": 59.657995000015944, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 0.3816160000860691, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "unary.js" ], "duration": 61.45375700003933, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 61.88927399995737, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 69.97655699995812, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 62.753060999908485, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 60.25588000006974, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 59.57756000000518, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 59.21562699996866, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 58.91339800006244, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 54, "numPendingTests": 0, "perfStats": { "start": 483919.17826300004, "end": 487185.802143, "runtime": 3267, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 6, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/assignment-comments/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "call.js" ], "duration": 0.5380900000454858, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "call.js" ], "duration": 59.8404730000766, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "call.js" ], "duration": 59.62571599998046, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "call.js" ], "duration": 59.16303900000639, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "call.js" ], "duration": 59.07146699994337, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "call.js" ], "duration": 58.75774600007571, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "call.js" ], "duration": 59.51777699997183, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "call.js" ], "duration": 58.194501999998465, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "call.js" ], "duration": 59.304976999992505, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "call2.js" ], "duration": 0.40062099997885525, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "call2.js" ], "duration": 59.15137600002345, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "call2.js" ], "duration": 59.17471099994145, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "call2.js" ], "duration": 57.80213600001298, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "call2.js" ], "duration": 58.219477999955416, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "call2.js" ], "duration": 58.42356500006281, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "call2.js" ], "duration": 58.49310600000899, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "call2.js" ], "duration": 58.81533699994907, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "call2.js" ], "duration": 58.37898999999743, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function.js" ], "duration": 0.45146700006444007, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "function.js" ], "duration": 77.6770040000556, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function.js" ], "duration": 63.58494900004007, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "function.js" ], "duration": 60.54065800004173, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function.js" ], "duration": 60.91311299998779, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function.js" ], "duration": 59.79368800006341, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function.js" ], "duration": 60.98911200009752, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "function.js" ], "duration": 61.10184600006323, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function.js" ], "duration": 61.10047199996188, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "identifier.js" ], "duration": 0.4498240000102669, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "identifier.js" ], "duration": 59.341010999982245, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "identifier.js" ], "duration": 58.69294199999422, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "identifier.js" ], "duration": 58.791349999955855, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "identifier.js" ], "duration": 58.70276300003752, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "identifier.js" ], "duration": 58.994307000073604, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "identifier.js" ], "duration": 59.21143100003246, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "identifier.js" ], "duration": 59.17197300004773, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "identifier.js" ], "duration": 59.09310900000855, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "number.js" ], "duration": 0.41454799997154623, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "number.js" ], "duration": 63.663150000036694, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "number.js" ], "duration": 67.53494599997066, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "number.js" ], "duration": 59.12814799998887, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "number.js" ], "duration": 58.91520699998364, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "number.js" ], "duration": 59.08451600000262, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "number.js" ], "duration": 59.5989609999815, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "number.js" ], "duration": 59.11576499999501, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "number.js" ], "duration": 59.742390000028536, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "string.js" ], "duration": 0.3932980000972748, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "string.js" ], "duration": 64.32691200007685, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "string.js" ], "duration": 62.9545559999533, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "string.js" ], "duration": 60.85869799996726, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "string.js" ], "duration": 61.31083099998068, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "string.js" ], "duration": 60.55645999999251, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "string.js" ], "duration": 63.37475700001232, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "string.js" ], "duration": 61.60427599994, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "string.js" ], "duration": 61.49646900000516, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 487317.60144100006, "end": 487845.499046, "runtime": 528, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/array-spread/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "multiple.js" ], "duration": 0.4703529999824241, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 58.98535999993328, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 58.542175999959, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 58.40488100005314, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 58.55957699997816, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 58.821518999990076, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 59.17556700005662, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 58.166522999992594, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 58.8316089999862, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 28, "numPendingTests": 0, "perfStats": { "start": 487977.257297, "end": 489642.54246900004, "runtime": 1665, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 4, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/yield/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "arrow.js" ], "duration": 0.4552740000654012, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 59.3064660000382, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 59.47002899996005, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 58.36747800000012, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 59.20506499998737, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 59.49884000001475, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 58.87270099995658, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 0.3995100000174716, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 60.854136000038125, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 61.36644999997225, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 60.487688999972306, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 59.476270999992266, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 59.95083600003272, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 60.8419190000277, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsx-without-parenthesis.js" ], "duration": 0.4173830000218004, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jsx-without-parenthesis.js" ], "duration": 59.10995600000024, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jsx-without-parenthesis.js" ], "duration": 58.411109999986365, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsx-without-parenthesis.js" ], "duration": 58.713740000035614, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsx-without-parenthesis.js" ], "duration": 58.9263890000293, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsx-without-parenthesis.js" ], "duration": 59.55050100001972, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jsx-without-parenthesis.js" ], "duration": 59.02314399997704, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 0.3877169999759644, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 60.40523099992424, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 58.804395999992266, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 59.36687999998685, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 58.70295500010252, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 59.61818400002085, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 58.80639499996323, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 14, "numPendingTests": 0, "perfStats": { "start": 489752.15608100005, "end": 490591.30526600004, "runtime": 839, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/top-level-await/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "example.js" ], "duration": 0.3915450000204146, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "example.js" ], "duration": 58.33666299993638, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "example.js" ], "duration": 57.81979300000239, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "example.js" ], "duration": 57.816233999910764, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "example.js" ], "duration": 57.34042300004512, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "example.js" ], "duration": 58.36656699993182, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "example.js" ], "duration": 58.03130500006955, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "in-expression.js" ], "duration": 0.36970399995334446, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "in-expression.js" ], "duration": 58.523911000113, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "in-expression.js" ], "duration": 59.698738000006415, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "in-expression.js" ], "duration": 58.37269600003492, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "in-expression.js" ], "duration": 58.62471300002653, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "in-expression.js" ], "duration": 57.85924799996428, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "in-expression.js" ], "duration": 58.39569100004155, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "return-outside-function.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `return-outside-function.js format 1`\n \n - Snapshot - 6\n + Received + 1\n \n @@ -4,13 +4,8 @@\n | printWidth\n =====================================input======================================\n return someVeryLongStringA && someVeryLongStringB && someVeryLongStringC && someVeryLongStringD\n \n =====================================output=====================================\n - return (\n - someVeryLongStringA &&\n - someVeryLongStringB &&\n - someVeryLongStringC &&\n - someVeryLongStringD\n - );\n + return someVeryLongStringA && someVeryLongStringB && someVeryLongStringC && someVeryLongStringD\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 158)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 6, "numPendingTests": 0, "perfStats": { "start": 490699.75368699996, "end": 491129.33161200007, "runtime": 430, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 0, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/return-outside-function/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "return-outside-function.js" ], "duration": 0.6544480000156909, "failureMessages": [ "return-outside-function.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `return-outside-function.js format 1`\n \n - Snapshot - 6\n + Received + 1\n \n @@ -4,13 +4,8 @@\n | printWidth\n =====================================input======================================\n return someVeryLongStringA && someVeryLongStringB && someVeryLongStringC && someVeryLongStringD\n \n =====================================output=====================================\n - return (\n - someVeryLongStringA &&\n - someVeryLongStringB &&\n - someVeryLongStringC &&\n - someVeryLongStringD\n - );\n + return someVeryLongStringA && someVeryLongStringB && someVeryLongStringC && someVeryLongStringD\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 158)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "return-outside-function.js" ], "duration": 59.72868499998003, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "return-outside-function.js" ], "duration": 59.21329099999275, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "return-outside-function.js" ], "duration": 59.380057999980636, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "return-outside-function.js" ], "duration": 59.00551800010726, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "return-outside-function.js" ], "duration": 57.92899100005161, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "return-outside-function.js" ], "duration": 57.97784900001716, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 49, "numPendingTests": 0, "perfStats": { "start": 491260.07634800003, "end": 494215.56309500005, "runtime": 2955, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 7, "unchecked": 1, "unmatched": 0, "updated": 0, "uncheckedKeys": [ "graphql.js format 1" ] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/template/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "arrow.js" ], "duration": 0.5060389999998733, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 58.92445599997882, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 58.331006000051275, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 58.496993999928236, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 57.646136999945156, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 58.72524100006558, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 58.645048999926075, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "call.js" ], "duration": 0.3699239999987185, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "call.js" ], "duration": 58.62505099992268, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "call.js" ], "duration": 58.13665800006129, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "call.js" ], "duration": 58.927817999967374, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "call.js" ], "duration": 58.71718200005125, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "call.js" ], "duration": 58.48370799992699, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "call.js" ], "duration": 58.67705199995544, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 0.3912339999806136, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comment.js" ], "duration": 60.798883000039496, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 59.60344299999997, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 60.735321000101976, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 59.09700900001917, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 60.02880099997856, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 60.1034379999619, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "faulty-locations.js" ], "duration": 0.3845819999696687, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "faulty-locations.js" ], "duration": 60.62972299999092, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "faulty-locations.js" ], "duration": 59.496057999902405, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "faulty-locations.js" ], "duration": 59.492011000053026, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "faulty-locations.js" ], "duration": 58.82682199997362, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "faulty-locations.js" ], "duration": 59.536956000025384, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "faulty-locations.js" ], "duration": 59.4915429999819, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 0.43315300007816404, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "indent.js" ], "duration": 60.5517669999972, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 59.4652960000094, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 60.34429799998179, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 58.91554999991786, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 58.98146399995312, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 58.69643000001088, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 0.3725900000426918, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "inline.js" ], "duration": 78.23113800003193, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 61.05645000003278, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 60.807232999941334, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 60.5983530000085, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 62.160938999964856, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 60.87899799994193, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "parenthesis.js" ], "duration": 0.3911439999938011, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "parenthesis.js" ], "duration": 65.84308400005102, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "parenthesis.js" ], "duration": 61.355526999919675, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "parenthesis.js" ], "duration": 61.08179900003597, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "parenthesis.js" ], "duration": 61.100498000043444, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "parenthesis.js" ], "duration": 61.72633500001393, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "parenthesis.js" ], "duration": 61.59556699998211, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 14, "numPendingTests": 0, "perfStats": { "start": 494346.26915, "end": 495165.74524799996, "runtime": 819, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/newline/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "backslash_2028.js" ], "duration": 0.4719160000095144, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "backslash_2028.js" ], "duration": 58.78825600002892, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "backslash_2028.js" ], "duration": 57.74910799995996, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "backslash_2028.js" ], "duration": 58.43547199992463, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "backslash_2028.js" ], "duration": 58.81690000009257, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "backslash_2028.js" ], "duration": 58.65671900007874, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "backslash_2028.js" ], "duration": 58.62572400004137, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "backslash_2029.js" ], "duration": 0.34976600005757064, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "backslash_2029.js" ], "duration": 58.07695499993861, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "backslash_2029.js" ], "duration": 58.32224899996072, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "backslash_2029.js" ], "duration": 58.48841099999845, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "backslash_2029.js" ], "duration": 58.84708899992984, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "backslash_2029.js" ], "duration": 58.45460800000001, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "backslash_2029.js" ], "duration": 58.666399999987334, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "dangling-comment-in-arrow-function.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `dangling-comment-in-arrow-function.js format 1`\n \n - Snapshot - 3\n + Received + 4\n \n @@ -8,11 +8,12 @@\n // foo\n ) => {}\n );\n \n =====================================output=====================================\n - foo(() =>\n - // foo\n - {},\n + foo(\n + (\n + // foo\n + ) => {},\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 161)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunction-body-in-mode-break.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-body-in-mode-break.js format 1`\n \n - Snapshot - 5\n + Received + 3\n \n @@ -19,15 +19,13 @@\n );\n }\n \n =====================================output=====================================\n fs.readdirSync(suiteLoc).forEach(function (testName) {\n - (skip ? it.skip : it)(\n - testName,\n - buildTest(binName, testName, opts),\n - 2_000_000,\n - );\n + (skip\n + ? it.skip\n + : it)(testName, buildTest(binName, testName, opts), 2_000_000);\n });\n \n {\n (skip ? it.skip : it)(\n testName,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 161)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 2, "numPassingTests": 110, "numPendingTests": 0, "perfStats": { "start": 495302.082752, "end": 502135.35244, "runtime": 6833, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 14, "unchecked": 1, "unmatched": 2, "updated": 0, "uncheckedKeys": [ "embed.js format 1" ] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/last-argument-expansion/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "arrow.js" ], "duration": 0.47895899997092783, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 66.26874799991492, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 62.31835700001102, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 61.072271000011824, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 61.46088399994187, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 62.14335799997207, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 61.91488900000695, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "assignment-pattern.js" ], "duration": 0.36656799993943423, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "assignment-pattern.js" ], "duration": 59.89047300000675, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "assignment-pattern.js" ], "duration": 59.064785999944434, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "assignment-pattern.js" ], "duration": 59.25027299998328, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "assignment-pattern.js" ], "duration": 58.63355200004298, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "assignment-pattern.js" ], "duration": 59.96300600003451, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "assignment-pattern.js" ], "duration": 60.87636999995448, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "break-parent.js" ], "duration": 0.3734110000077635, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "break-parent.js" ], "duration": 63.5819940000074, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "break-parent.js" ], "duration": 62.62538099999074, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "break-parent.js" ], "duration": 60.162152000004426, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "break-parent.js" ], "duration": 60.358789999969304, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "break-parent.js" ], "duration": 61.72855899995193, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "break-parent.js" ], "duration": 61.137335999985225, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "dangling-comment-in-arrow-function.js" ], "duration": 0.6369859999977052, "failureMessages": [ "dangling-comment-in-arrow-function.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `dangling-comment-in-arrow-function.js format 1`\n \n - Snapshot - 3\n + Received + 4\n \n @@ -8,11 +8,12 @@\n // foo\n ) => {}\n );\n \n =====================================output=====================================\n - foo(() =>\n - // foo\n - {},\n + foo(\n + (\n + // foo\n + ) => {},\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 161)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "dangling-comment-in-arrow-function.js" ], "duration": 59.03047900006641, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "dangling-comment-in-arrow-function.js" ], "duration": 59.52374100009911, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "dangling-comment-in-arrow-function.js" ], "duration": 59.453985999920405, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "dangling-comment-in-arrow-function.js" ], "duration": 58.29806299996562, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "dangling-comment-in-arrow-function.js" ], "duration": 58.91277099994477, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "dangling-comment-in-arrow-function.js" ], "duration": 59.62794300005771, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "edge_case.js" ], "duration": 0.3896220000460744, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "edge_case.js" ], "duration": 85.98828099993989, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "edge_case.js" ], "duration": 63.10868099995423, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "edge_case.js" ], "duration": 63.32780900003854, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "edge_case.js" ], "duration": 61.295049000065774, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "edge_case.js" ], "duration": 63.13641999999527, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "edge_case.js" ], "duration": 62.88704099995084, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty-lines.js" ], "duration": 0.36822000006213784, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "empty-lines.js" ], "duration": 59.04598000005353, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "empty-lines.js" ], "duration": 59.88069800008088, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty-lines.js" ], "duration": 60.19542000000365, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty-lines.js" ], "duration": 59.17105699994136, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty-lines.js" ], "duration": 58.17993799992837, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "empty-lines.js" ], "duration": 58.94455300003756, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty-object.js" ], "duration": 0.48228500003460795, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "empty-object.js" ], "duration": 60.19997700001113, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "empty-object.js" ], "duration": 59.68035300006159, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty-object.js" ], "duration": 59.08475499995984, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty-object.js" ], "duration": 59.44062100001611, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty-object.js" ], "duration": 59.29428200004622, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "empty-object.js" ], "duration": 59.81189699994866, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function-body-in-mode-break.js" ], "duration": 0.5925419999985024, "failureMessages": [ "function-body-in-mode-break.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-body-in-mode-break.js format 1`\n \n - Snapshot - 5\n + Received + 3\n \n @@ -19,15 +19,13 @@\n );\n }\n \n =====================================output=====================================\n fs.readdirSync(suiteLoc).forEach(function (testName) {\n - (skip ? it.skip : it)(\n - testName,\n - buildTest(binName, testName, opts),\n - 2_000_000,\n - );\n + (skip\n + ? it.skip\n + : it)(testName, buildTest(binName, testName, opts), 2_000_000);\n });\n \n {\n (skip ? it.skip : it)(\n testName,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 161)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "function-body-in-mode-break.js" ], "duration": 60.60842699999921, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function-body-in-mode-break.js" ], "duration": 59.761662999982946, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function-body-in-mode-break.js" ], "duration": 60.0512709999457, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function-body-in-mode-break.js" ], "duration": 58.95074200001545, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function-body-in-mode-break.js" ], "duration": 60.17121399997268, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function-body-in-mode-break.js" ], "duration": 60.261295999982394, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function-expression-issue-2239.js" ], "duration": 0.3705550000304356, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "function-expression-issue-2239.js" ], "duration": 58.66543199995067, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function-expression-issue-2239.js" ], "duration": 58.55373000004329, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function-expression-issue-2239.js" ], "duration": 58.557514000101946, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function-expression-issue-2239.js" ], "duration": 57.58013600006234, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function-expression-issue-2239.js" ], "duration": 58.53513199998997, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function-expression-issue-2239.js" ], "duration": 58.93272000004072, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function-expression.js" ], "duration": 0.38415099994745106, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "function-expression.js" ], "duration": 62.19901100010611, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function-expression.js" ], "duration": 61.49636400002055, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function-expression.js" ], "duration": 60.9437330000801, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function-expression.js" ], "duration": 60.44263599999249, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function-expression.js" ], "duration": 60.48400100006256, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function-expression.js" ], "duration": 60.66324699996039, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-10708.js" ], "duration": 0.376365999924019, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-10708.js" ], "duration": 59.004567999974824, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-10708.js" ], "duration": 59.73551300005056, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-10708.js" ], "duration": 58.77977699995972, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-10708.js" ], "duration": 59.398678999976255, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-10708.js" ], "duration": 59.14893899997696, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-10708.js" ], "duration": 60.07651599997189, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-7518.js" ], "duration": 0.3945199999725446, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-7518.js" ], "duration": 60.21995199995581, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-7518.js" ], "duration": 60.216208999976516, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-7518.js" ], "duration": 59.166247999994084, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-7518.js" ], "duration": 60.13085900002625, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-7518.js" ], "duration": 60.12523999996483, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-7518.js" ], "duration": 59.424206999945454, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 0.4251279999734834, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 61.035371999954805, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 58.945838000043295, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 59.43675400002394, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 59.850442000082694, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 59.97048299992457, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 59.89617199997883, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "number-only-array.js" ], "duration": 0.550141999963671, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "number-only-array.js" ], "duration": 60.11808899999596, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "number-only-array.js" ], "duration": 59.18654999998398, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "number-only-array.js" ], "duration": 60.29081099992618, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "number-only-array.js" ], "duration": 59.12761299998965, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "number-only-array.js" ], "duration": 60.134126999997534, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "number-only-array.js" ], "duration": 67.81928199995309, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "object.js" ], "duration": 0.3758649999508634, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "object.js" ], "duration": 62.11413700005505, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "object.js" ], "duration": 61.2834149999544, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "object.js" ], "duration": 59.93921700003557, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "object.js" ], "duration": 60.799563999986276, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "object.js" ], "duration": 61.26228399993852, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "object.js" ], "duration": 60.540574999991804, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "overflow.js" ], "duration": 0.4180950000882149, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "overflow.js" ], "duration": 90.69276500004344, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "overflow.js" ], "duration": 62.37499499996193, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "overflow.js" ], "duration": 62.24863199994434, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "overflow.js" ], "duration": 62.60912600008305, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "overflow.js" ], "duration": 66.85364200000186, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "overflow.js" ], "duration": 62.670153000042774, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "comment.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comment.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -6,9 +6,9 @@\n <!--\n alert(1)\n -->\n =====================================output=====================================\n <!--\n - alert(1); \n + alert(1)\n -->\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 162)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 0, "numPendingTests": 0, "perfStats": { "start": 502279.27169400005, "end": 502338.745448, "runtime": 59, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 0, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/comments/html-like/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "comment.js" ], "duration": 0.8253989999648184, "failureMessages": [ "comment.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comment.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -6,9 +6,9 @@\n <!--\n alert(1)\n -->\n =====================================output=====================================\n <!--\n - alert(1); \n + alert(1)\n -->\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 162)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" } ], "numTodoTests": 0 }, { "failureMessage": "satisfies.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `satisfies.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -6,10 +6,10 @@\n module.exports = /** @satisfies {Record<string, string>} */ ({\n hello: 1337,\n });\n \n =====================================output=====================================\n - module.exports = /** @satisfies {Record<string, string>} */ ({\n + module.exports = /** @satisfies {Record<string, string>} */ {\n hello: 1337,\n - });\n + };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 163)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nstyled-components.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `styled-components.js format 1`\n \n - Snapshot - 6\n + Received + 6\n \n @@ -16,14 +16,14 @@\n \n =====================================output=====================================\n const OverlapWrapper =\n /** @type {import('styled-components').ThemedStyledFunction<'div',null,{overlap: boolean}>} */\n (styled.div)`\n - position: relative;\n + position:relative;\n > {\n - position: absolute;\n - bottom: ${(p) => p.overlap === \"previous\" && 0};\n - top: ${(p) => p.overlap === \"next\" && 0};\n - }\n - `;\n + position: absolute;\n + bottom: ${(p) => p.overlap === \"previous\" && 0};\n + top: ${(p) => p.overlap === \"next\" && 0};\n + }\n + `;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 163)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 4\n + Received + 6\n \n @@ -37,16 +37,18 @@\n width,\n height,\n ...margins,\n });\n \n - foo = /** @type A */ (#{\n + foo = /** @type A */ (#\n + {\n // comment\n width,\n height,\n ...margins,\n - });\n + }\n + )\n \n foo = /** @type A */ ([\n // comment\n width,\n height,\n @@ -55,9 +57,9 @@\n \n foo = /** @type A */ (#[\n // comment\n width,\n height,\n - ...margins,\n - ]);\n + ...margins,\n + ])\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 163)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 3, "numPassingTests": 35, "numPendingTests": 0, "perfStats": { "start": 502479.84622, "end": 504770.29423100007, "runtime": 2290, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 16, "unchecked": 0, "unmatched": 3, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/comments-closure-typecast/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "binary-expr.js" ], "duration": 0.5509229999734089, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binary-expr.js" ], "duration": 58.64869900001213, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "closure-compiler-type-cast.js" ], "duration": 0.396292999968864, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "closure-compiler-type-cast.js" ], "duration": 65.37787800002843, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comment-in-the-middle.js" ], "duration": 0.3683210000162944, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comment-in-the-middle.js" ], "duration": 60.71516300004441, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comment-placement.js" ], "duration": 0.3560369999613613, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comment-placement.js" ], "duration": 59.98285200004466, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "extra-spaces-and-asterisks.js" ], "duration": 0.43276199989486486, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "extra-spaces-and-asterisks.js" ], "duration": 60.49654099997133, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "iife-issue-5850-isolated.js" ], "duration": 0.35764099995139986, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "iife-issue-5850-isolated.js" ], "duration": 58.9772220000159, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "iife.js" ], "duration": 0.4256990000139922, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "iife.js" ], "duration": 58.78859799995553, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-4124.js" ], "duration": 0.3800640000263229, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-4124.js" ], "duration": 60.17163500003517, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-8045.js" ], "duration": 0.36418300005607307, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-8045.js" ], "duration": 60.14200999995228, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-9358.js" ], "duration": 0.37670700007583946, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-9358.js" ], "duration": 58.92011199996341, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "member.js" ], "duration": 0.359944999916479, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "member.js" ], "duration": 58.673229000065476, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 0.39214599994011223, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "nested.js" ], "duration": 59.825328000006266, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "non-casts.js" ], "duration": 0.38913000002503395, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "non-casts.js" ], "duration": 61.075426000053994, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "object-with-comment.js" ], "duration": 0.4265399998985231, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "object-with-comment.js" ], "duration": 59.73203800001647, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "satisfies.js" ], "duration": 0.5991139999823645, "failureMessages": [ "satisfies.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `satisfies.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -6,10 +6,10 @@\n module.exports = /** @satisfies {Record<string, string>} */ ({\n hello: 1337,\n });\n \n =====================================output=====================================\n - module.exports = /** @satisfies {Record<string, string>} */ ({\n + module.exports = /** @satisfies {Record<string, string>} */ {\n hello: 1337,\n - });\n + };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 163)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "satisfies.js" ], "duration": 58.483068999950774, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "styled-components.js" ], "duration": 0.6448899999959394, "failureMessages": [ "styled-components.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `styled-components.js format 1`\n \n - Snapshot - 6\n + Received + 6\n \n @@ -16,14 +16,14 @@\n \n =====================================output=====================================\n const OverlapWrapper =\n /** @type {import('styled-components').ThemedStyledFunction<'div',null,{overlap: boolean}>} */\n (styled.div)`\n - position: relative;\n + position:relative;\n > {\n - position: absolute;\n - bottom: ${(p) => p.overlap === \"previous\" && 0};\n - top: ${(p) => p.overlap === \"next\" && 0};\n - }\n - `;\n + position: absolute;\n + bottom: ${(p) => p.overlap === \"previous\" && 0};\n + top: ${(p) => p.overlap === \"next\" && 0};\n + }\n + `;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 163)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "styled-components.js" ], "duration": 60.90765700000338, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "superclass.js" ], "duration": 0.3657670000102371, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "superclass.js" ], "duration": 58.687110999948345, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.6222779999952763, "failureMessages": [ "tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 4\n + Received + 6\n \n @@ -37,16 +37,18 @@\n width,\n height,\n ...margins,\n });\n \n - foo = /** @type A */ (#{\n + foo = /** @type A */ (#\n + {\n // comment\n width,\n height,\n ...margins,\n - });\n + }\n + )\n \n foo = /** @type A */ ([\n // comment\n width,\n height,\n @@ -55,9 +57,9 @@\n \n foo = /** @type A */ (#[\n // comment\n width,\n height,\n - ...margins,\n - ]);\n + ...margins,\n + ])\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 163)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 60.99237800005358, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "ways-to-specify-type.js" ], "duration": 0.44006600009743124, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "ways-to-specify-type.js" ], "duration": 60.14256299997214, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 10, "numPendingTests": 0, "perfStats": { "start": 504907.23410100007, "end": 505499.831557, "runtime": 593, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/class-static-block/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "class-static-block.js" ], "duration": 0.4620469999499619, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "class-static-block.js" ], "duration": 60.06080099998508, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class-static-block.js" ], "duration": 59.31427700002678, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class-static-block.js" ], "duration": 60.40793699992355, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class-static-block.js" ], "duration": 60.18926900008228, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "with-line-breaks.js" ], "duration": 0.37136699992697686, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "with-line-breaks.js" ], "duration": 58.36717600002885, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "with-line-breaks.js" ], "duration": 58.26464299997315, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "with-line-breaks.js" ], "duration": 58.75337900000159, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "with-line-breaks.js" ], "duration": 58.54022199998144, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 } ], "wasInterrupted": false }
{ "bail": 0, "changedFilesWithAncestor": false, "ci": true, "collectCoverage": false, "collectCoverageFrom": [ "src/**/*.js", "bin/**/*.js" ], "coverageDirectory": "/home/runner/work/biome/biome/prettier-repo/coverage", "coverageProvider": "babel", "coverageReporters": [ "text", "lcov" ], "detectLeaks": false, "detectOpenHandles": false, "errorOnDeprecated": false, "expand": false, "findRelatedTests": false, "forceExit": false, "json": false, "lastCommit": false, "listTests": false, "logHeapUsage": false, "maxConcurrency": 5, "maxWorkers": 1, "noStackTrace": false, "nonFlagArgs": [], "notify": false, "notifyMode": "failure-change", "onlyChanged": false, "onlyFailures": false, "openHandlesTimeout": 1000, "passWithNoTests": false, "projects": [], "reporters": [ [ "default", {} ], [ "/home/runner/work/biome/biome/prettier-repo/node_modules/jest-stare/lib/index.js", {} ], [ "/home/runner/work/biome/biome/prettier-repo/reporter.js", {} ] ], "rootDir": "/home/runner/work/biome/biome/prettier-repo", "runTestsByPath": false, "seed": 1977979402, "skipFilter": false, "snapshotFormat": { "escapeString": false, "printBasicPrototype": false }, "testFailureExitCode": 1, "testPathPattern": "", "testSequencer": "/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/test-sequencer/build/index.js", "updateSnapshot": "none", "useStderr": false, "watch": false, "watchAll": false, "watchPlugins": [ { "config": {}, "path": "/home/runner/work/biome/biome/prettier-repo/node_modules/jest-watch-typeahead/build/file_name_plugin/plugin.js" }, { "config": {}, "path": "/home/runner/work/biome/biome/prettier-repo/node_modules/jest-watch-typeahead/build/test_name_plugin/plugin.js" } ], "watchman": true, "workerThreads": false }